{
    "name": "Kiwi Mandarin",
    "description": "Your trusted partner in cultural and educational exchange between New Zealand and China",
    "url": "https:\/\/kiwimandarin.com",
    "home": "https:\/\/kiwimandarin.com\/zh",
    "gmt_offset": 12,
    "timezone_string": "Pacific\/Auckland",
    "page_for_posts": 0,
    "page_on_front": 262,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "contact-form-7\/v1",
        "jetpack\/v4",
        "wc\/v3",
        "wc\/v1",
        "wc\/pos\/v1\/catalog",
        "wpcom\/v2",
        "jetpack\/v4\/stats-app",
        "jetpack\/v4\/import",
        "wpcom\/v3",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wc\/private",
        "payments\/woopay",
        "wc\/v2",
        "jetpack-boost\/v1",
        "my-jetpack\/v1",
        "jetpack\/v4\/explat",
        "jetpack\/v4\/blaze-app",
        "jetpack\/v4\/blaze",
        "woocommerce-analytics\/v1",
        "woocommerce-email-editor\/v1",
        "wc-admin-email",
        "wc-telemetry",
        "wccom-site\/v3",
        "mailpoet\/v1",
        "wp-abilities\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/kiwimandarin.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "The oEmbed format to use.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "The maximum width of the embed frame in pixels.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "The maximum height of the embed frame in pixels.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Whether to perform an oEmbed discovery request for unsanctioned providers.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/contact-form-7\/v1"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/contact-form-7\/v1\/contact-forms"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback\/schema": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/refill": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/backup-helper-script": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "helper": {
                            "description": "base64 encoded Backup Helper Script body.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "path": {
                            "description": "Path to Backup Helper Script",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/backup-helper-script"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/database-object\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "object_type": {
                            "description": "Type of object to fetch from the database",
                            "required": true
                        },
                        "object_id": {
                            "description": "ID of the database object to fetch",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/database-object\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/options\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "One or more option names to include in the backup",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/options\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/comments\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/posts\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/terms\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/users\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/site\/backup\/undo-event": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/orders\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/site\/backup\/preflight": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/backup\/preflight"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack-ai-jwt": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/jetpack-ai-jwt"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plans": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/plans"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/marketing\/survey": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/marketing\/survey"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/connection\/test"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test-wpcom": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/connection\/test-wpcom"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/rewind": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/rewind"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/scan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/scan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "from": {
                            "type": "string",
                            "required": false
                        },
                        "redirect": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/connection\/url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/tracking\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "tracks_opt_out": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/tracking\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/features": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/features"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/purchases": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/benefits": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/benefits"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/activity": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/activity"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/module\/all"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "default": "",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/module\/all\/active"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Blocks disabled.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Color scheme.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Show photo metadata (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) in carousel, when available.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Show comments area in carousel",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Greeting Text",
                            "type": "string",
                            "default": "Leave a Reply",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Color scheme",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Enable or disable Jetpack portfolio post type.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Number of entries to show at most in Portfolio pages.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Enable or disable Jetpack testimonial post type.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "Number of entries to show at most in Testimonial pages.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Enable automatic rules - Protect your site against untrusted traffic sources with automatic security rules.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list_enabled": {
                            "description": "Block list - Block a specific request IP.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Blocked IP addresses",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list_enabled": {
                            "description": "Allow list - Allow a specific request IP.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Always allowed IP addresses",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Share basic data with Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_share_debug_data": {
                            "description": "Share detailed data with Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "Display all your gallery pictures in a cool mosaic.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "View people&#039;s profiles when you mouse over their Gravatars",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "To infinity and beyond",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Use Google Analytics with Infinite Scroll",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "WordPress.com Likes are",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Send email notification when someone likes a post",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Use Markdown for comments.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "Use Markdown for posts.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "Receive Monitor Email Notifications.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "Email Address",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "Protect API key",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Protect global IP allow list",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Enabled Services and those hidden behind a button",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "Button Style",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Sharing Label",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "Views where buttons are shown",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "The Twitter username of the owner of this site&#039;s domain.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "Disable CSS and JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Custom sharing services added by user.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "Delete custom sharing service.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "Require Two-Step Authentication",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "Match by Email",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Show a &lt;em&gt;&#039;follow blog&#039;&lt;\/em&gt; option in the comment form",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Show a &lt;em&gt;&#039;follow comments&#039;&lt;\/em&gt; option in the comment form",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_newsletter_categories": {
                            "description": "Array of post category ids that are marked as newsletter categories",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "wpcom_newsletter_categories_enabled": {
                            "description": "Whether the newsletter categories are enabled or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_featured_image_in_email": {
                            "description": "Whether to include the featured image in the email or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_gravatar_in_email": {
                            "description": "Whether to show author avatar in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_author_in_email": {
                            "description": "Whether to show author display name in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_post_date_in_email": {
                            "description": "Whether to show date in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_subscription_emails_use_excerpt": {
                            "description": "Whether to use the excerpt in the email or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_reply_to": {
                            "description": "Reply to email behaviour for newsletters emails",
                            "type": "string",
                            "default": "comment",
                            "required": false
                        },
                        "jetpack_subscriptions_from_name": {
                            "description": "From name for newsletters emails",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Show popup Subscribe modal to readers.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_overlay_enabled": {
                            "description": "Show subscribe overlay on homepage.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_floating_button_enabled": {
                            "description": "Show a floating subscribe button.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_post_end_enabled": {
                            "description": "Add Subscribe block at the end of each post.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_login_navigation_enabled": {
                            "description": "Add Subscriber Login block to the navigation.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_navigation_enabled": {
                            "description": "Add Subscribe block to the navigation.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Send email notification when someone subscribes to my blog",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscription_options": {
                            "description": "Three options used in subscription email templates: &#039;invitation&#039;, &#039;welcome&#039; and &#039;comment_follow&#039;.",
                            "type": "object",
                            "default": {
                                "invitation": "",
                                "welcome": "",
                                "comment_follow": ""
                            },
                            "required": false
                        },
                        "show_headline": {
                            "description": "Highlight related content with a heading",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Show a thumbnail image where available",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "Enable Instant Search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Has an active Jetpack Search product purchase",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "Trigger an auto config of instant search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Center",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Pinterest Site Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Yandex Site Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook Domain Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Display an ad unit at the top of each page.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Is site approved for WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "Display second ad below post?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_inline_enabled": {
                            "description": "Display inline ad within post content?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "Display ads on the front page?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "Display ads on posts?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Display ads on pages?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Display ads on archive pages?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "Custom ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "Custom ads.txt entries",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Enable support for California Consumer Privacy Act",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "Privacy Policy URL",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_cmp_enabled": {
                            "description": "Enable GDPR Consent Management Banner for WordAds",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_wga": {
                            "description": "Google Analytics",
                            "type": "object",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Include a small chart in your admin bar with a 48-hour traffic snapshot.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Preview the new Jetpack Stats experience (Experimental).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "Select the roles that will be able to view stats reports.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Count the page views of registered users who are logged in.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "Blog ID.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Do not track.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "Version.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Collapse upgrade nudges",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "Show post views in the WordPress.com Reader.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Primary language for the site.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "Front page meta description.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "SEO page title structures.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Video Privacy: Restrict views to members of this site",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "ai_seo_enhancer_enabled": {
                            "description": "Automatically generate SEO title, SEO description, and image alt text for new posts.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "account-protection": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blocks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "range": {
                            "default": "day",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<service>[a-z\\-]+)\/key\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "default": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Blocks disabled.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Color scheme.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Show photo metadata (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) in carousel, when available.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Show comments area in carousel",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Greeting Text",
                            "type": "string",
                            "default": "Leave a Reply",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Color scheme",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Enable or disable Jetpack portfolio post type.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Number of entries to show at most in Portfolio pages.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Enable or disable Jetpack testimonial post type.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "Number of entries to show at most in Testimonial pages.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Enable automatic rules - Protect your site against untrusted traffic sources with automatic security rules.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list_enabled": {
                            "description": "Block list - Block a specific request IP.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Blocked IP addresses",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list_enabled": {
                            "description": "Allow list - Allow a specific request IP.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Always allowed IP addresses",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Share basic data with Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_share_debug_data": {
                            "description": "Share detailed data with Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "Display all your gallery pictures in a cool mosaic.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "View people&#039;s profiles when you mouse over their Gravatars",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "To infinity and beyond",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Use Google Analytics with Infinite Scroll",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "WordPress.com Likes are",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Send email notification when someone likes a post",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Use Markdown for comments.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "Use Markdown for posts.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "Receive Monitor Email Notifications.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "Email Address",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "Protect API key",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Protect global IP allow list",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Enabled Services and those hidden behind a button",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "Button Style",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Sharing Label",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "Views where buttons are shown",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "The Twitter username of the owner of this site&#039;s domain.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "Disable CSS and JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Custom sharing services added by user.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "Delete custom sharing service.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "Require Two-Step Authentication",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "Match by Email",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Show a &lt;em&gt;&#039;follow blog&#039;&lt;\/em&gt; option in the comment form",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Show a &lt;em&gt;&#039;follow comments&#039;&lt;\/em&gt; option in the comment form",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_newsletter_categories": {
                            "description": "Array of post category ids that are marked as newsletter categories",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "wpcom_newsletter_categories_enabled": {
                            "description": "Whether the newsletter categories are enabled or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_featured_image_in_email": {
                            "description": "Whether to include the featured image in the email or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_gravatar_in_email": {
                            "description": "Whether to show author avatar in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_author_in_email": {
                            "description": "Whether to show author display name in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_post_date_in_email": {
                            "description": "Whether to show date in the email byline",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_subscription_emails_use_excerpt": {
                            "description": "Whether to use the excerpt in the email or not",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_reply_to": {
                            "description": "Reply to email behaviour for newsletters emails",
                            "type": "string",
                            "default": "comment",
                            "required": false
                        },
                        "jetpack_subscriptions_from_name": {
                            "description": "From name for newsletters emails",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Show popup Subscribe modal to readers.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_overlay_enabled": {
                            "description": "Show subscribe overlay on homepage.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_floating_button_enabled": {
                            "description": "Show a floating subscribe button.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_post_end_enabled": {
                            "description": "Add Subscribe block at the end of each post.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_login_navigation_enabled": {
                            "description": "Add Subscriber Login block to the navigation.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_navigation_enabled": {
                            "description": "Add Subscribe block to the navigation.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Send email notification when someone subscribes to my blog",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscription_options": {
                            "description": "Three options used in subscription email templates: &#039;invitation&#039;, &#039;welcome&#039; and &#039;comment_follow&#039;.",
                            "type": "object",
                            "default": {
                                "invitation": "",
                                "welcome": "",
                                "comment_follow": ""
                            },
                            "required": false
                        },
                        "show_headline": {
                            "description": "Highlight related content with a heading",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Show a thumbnail image where available",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "Enable Instant Search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Has an active Jetpack Search product purchase",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "Trigger an auto config of instant search",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Center",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Pinterest Site Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Yandex Site Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook Domain Verification",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Display an ad unit at the top of each page.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Is site approved for WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "Display second ad below post?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_inline_enabled": {
                            "description": "Display inline ad within post content?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "Display ads on the front page?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "Display ads on posts?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Display ads on pages?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Display ads on archive pages?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "Custom ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "Custom ads.txt entries",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Enable support for California Consumer Privacy Act",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "Privacy Policy URL",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_cmp_enabled": {
                            "description": "Enable GDPR Consent Management Banner for WordAds",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_wga": {
                            "description": "Google Analytics",
                            "type": "object",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Include a small chart in your admin bar with a 48-hour traffic snapshot.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Preview the new Jetpack Stats experience (Experimental).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "Select the roles that will be able to view stats reports.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Count the page views of registered users who are logged in.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "Blog ID.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Do not track.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "Version.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Collapse upgrade nudges",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "Show post views in the WordPress.com Reader.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Primary language for the site.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "Front page meta description.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "SEO page title structures.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Video Privacy: Restrict views to members of this site",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "ai_seo_enhancer_enabled": {
                            "description": "Automatically generate SEO title, SEO description, and image alt text for new posts.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "account-protection": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blocks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/settings\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/options\/(?P<options>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/updates\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/updates\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/notice\/(?P<notice>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "required": true
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/plugin\/(?P<plugin>[a-z\\\/\\.\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/widgets\/(?P<id>[0-9a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "keyring_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)\/(?<keyring_id>[0-9]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/recommendations\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/recommendations\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/step": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/recommendations\/step"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/product-suggestions": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/recommendations\/product-suggestions"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/upsell": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/recommendations\/upsell"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/conditional": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/recommendations\/conditional"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/discount": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/site\/discount"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack_crm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "extension": {
                            "type": "text",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/jetpack_crm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/purchase-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/purchase-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/seen-wc-connection-modal": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/seen-wc-connection-modal"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/intro-offers": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/intro-offers"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/subscribers\/auth": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "The URL to redirect to.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/subscribers\/auth"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/features\/available": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/features\/available"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/features\/enabled": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/features\/enabled"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "error": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/set-license": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "license": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/set-license"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/user\/licenses"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/counts": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/user\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "last_detached_count": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/attach-licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "licenses": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/licensing\/attach-licenses"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/featured": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/marketplace\/featured"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/marketplace\/product-preview": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/marketplace\/product-preview"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/marketplace\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/marketplace\/subscriptions\/connect"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/activate-plugin": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/marketplace\/subscriptions\/activate-plugin"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/disconnect": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/marketplace\/create-order"
                    }
                ]
            }
        },
        "\/wc\/pos\/v1\/catalog": {
            "namespace": "wc\/pos\/v1\/catalog",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/pos\/v1\/catalog",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/pos\/v1\/catalog"
                    }
                ]
            }
        },
        "\/wc\/pos\/v1\/catalog\/create": {
            "namespace": "wc\/pos\/v1\/catalog",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Force regeneration of the feed. NOOP if generation is in progress.",
                            "required": false
                        },
                        "_product_fields": {
                            "type": "string",
                            "description": "Comma-separated list of fields to include for non-variable products.",
                            "required": false
                        },
                        "_variation_fields": {
                            "type": "string",
                            "description": "Comma-separated list of fields to include for variations.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/pos\/v1\/catalog\/create"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/heartbeat\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/locks": {
            "namespace": "jetpack\/v4",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/sync\/locks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jitm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/jitm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/identity-crisis\/compare-url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/plan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/pricing": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/pricing"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/activate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/plan\/activate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/deactivate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/plan\/deactivate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/local-stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/search\/local-stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/waf"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf\/update-rules": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/waf\/update-rules"
                    }
                ]
            }
        },
        "\/wpcom\/v2": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/meta": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The post id for the attachment.",
                            "type": "int",
                            "required": true
                        },
                        "title": {
                            "description": "The title of the video.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "The description of the video.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The caption of the video.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "The video content rating. One of G, PG-13 or R-17",
                            "type": "string",
                            "required": false
                        },
                        "display_embed": {
                            "description": "Display the share menu in the player.",
                            "type": "boolean",
                            "required": false
                        },
                        "allow_download": {
                            "description": "Display download option and allow viewers to download this video",
                            "type": "boolean",
                            "required": false
                        },
                        "privacy_setting": {
                            "description": "How to determine if the video should be public or private",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/videopress\/meta"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/poster": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "at_time": {
                            "description": "The time in the video to use as the poster frame.",
                            "type": "int",
                            "required": false
                        },
                        "is_millisec": {
                            "description": "Whether the time is in milliseconds or seconds.",
                            "type": "boolean",
                            "required": false
                        },
                        "poster_attachment_id": {
                            "description": "The attachment id of the poster image.",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/check-ownership\/(?P<post_id>\\d+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/upload-jwt": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/videopress\/upload-jwt"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/playback-jwt\/(?P<video_guid>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats\/blog": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats\/blog"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/stats-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/(?P<resource>[\\-\\w]+)\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/posts\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/posts\/(?P<resource_id>[\\d]+)\/likes": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/site-has-never-published-post": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/site-has-never-published-post"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/posts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/subscribers\/counts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/subscribers\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats\/usage": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats\/usage"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats\/user-feedback": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats\/user-feedback"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/wordads\/earnings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/wordads\/earnings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/wordads\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/wordads\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/stats\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/stats\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/referrers\/spam\/new": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/referrers\/spam\/new"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/referrers\/spam\/delete": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/referrers\/spam\/delete"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/modules": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/modules"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/module-settings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/jetpack-stats-dashboard\/module-settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/emails\/(?P<resource>[\\-\\w\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/opens\/emails\/(?P<post_id>[\\d]+)\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/clicks\/emails\/(?P<post_id>[\\d]+)\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/(?P<resource>[\\-\\w]+)\/emails\/(?P<post_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/utm\/(?P<utm_params>[_,\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/devices\/(?P<device_property>[\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/commercial-classification": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/commercial-classification"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/purchases": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/stats-app\/sites\/242394211\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/242394211\/stats\/location-views\/(?P<geo_mode>country|region|city)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/import": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/import",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/blocks": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/blocks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/categories": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent category slug.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/categories"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/comments": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/comments"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/custom-css": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/custom-css"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/end": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/end"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/global-styles": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "theme": {
                            "description": "The name of the theme.",
                            "type": "string",
                            "required": true
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/global-styles"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/media": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "upload_date": {
                            "description": "The date for the upload directory of the attachment.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "pattern": "^\\d{4}\\\/\\d{2}$",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/media"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/media\/(?P<id>[\\d]+)": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "upload_date": {
                            "description": "The date for the upload directory of the attachment.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "pattern": "^\\d{4}\\\/\\d{2}$",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/import\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/import\/menu-items": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The parent menu slug.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/menu-items"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/menus": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/menus"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/navigation": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/navigation"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/pages": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "tags": {
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/pages"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/posts": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/start": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/start"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/tags": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/tags"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/template-parts": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/template-parts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/templates": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Jetpack Import unique identifier for the term.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/import\/templates"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/business-hours\/localized-week": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/business-hours\/localized-week"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-color": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/admin-color"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-menu": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/admin-menu"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/app-media": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "number": {
                            "description": "Number of media items in the request",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "page_handle": {
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "after": {
                            "description": "Timestamp since the media was uploaded",
                            "type": "number",
                            "default": 0,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/app-media"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/editor-assets": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "exclude": {
                            "description": "Comma-separated list of asset types to exclude from the response. Supported values: \"core\" (WordPress core assets), \"gutenberg\" (Gutenberg plugin assets), or plugin handle prefixes (e.g., \"contact-form-7\").",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/editor-assets"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/blog-stats": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "post_id": {
                            "description": "Post ID to obtain stats for.",
                            "type": [
                                "string",
                                "integer"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/blog-stats"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/email-preview": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "access": {
                            "description": "Access level.",
                            "enum": [
                                "everybody",
                                "subscribers",
                                "paid_subscribers"
                            ],
                            "default": "everybody",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/email-preview"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/external-media\/list\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Media collection search term.",
                            "type": "string",
                            "required": false
                        },
                        "number": {
                            "description": "Number of media items in the request",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        },
                        "page_handle": {
                            "type": "string",
                            "required": false
                        },
                        "session_id": {
                            "description": "Session id of a service, currently only Google Photos Picker",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/copy\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "media": {
                            "description": "Media data to copy.",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "caption": {
                                            "type": "string"
                                        },
                                        "guid": {
                                            "type": "object",
                                            "properties": {
                                                "caption": {
                                                    "type": "string"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "url": {
                                                    "format": "uri",
                                                    "type": "string"
                                                }
                                            }
                                        },
                                        "title": {
                                            "type": "string"
                                        },
                                        "meta": {
                                            "type": "object",
                                            "additionalProperties": false,
                                            "properties": {
                                                "vertical_id": {
                                                    "type": "string",
                                                    "format": "text-field"
                                                },
                                                "pexels_object": {
                                                    "type": "object"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "type": "array",
                            "required": true
                        },
                        "post_id": {
                            "description": "The post ID to attach the upload to.",
                            "type": "number",
                            "minimum": 0,
                            "required": false
                        },
                        "should_proxy": {
                            "description": "Whether to proxy the media request.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)\/picker_status": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/session\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/session\/(?P<service>google_photos)\/(?P<session_id>.*)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/proxy\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/following\/mine": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ignore_user_blogs": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/following\/mine"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/following\/recommendations": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "number": {
                            "type": "number",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/following\/recommendations"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/goodreads\/user-id": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Goodreads user ID",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/goodreads\/user-id"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/checkGoogleDocVisibility": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/checkGoogleDocVisibility"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connect-url": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/instagram-gallery\/connect-url"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/instagram-gallery\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/gallery": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "access_token": {
                            "description": "An Instagram Keyring access token.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "count": {
                            "description": "How many Instagram posts?",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/instagram-gallery\/gallery"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/mailchimp"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/groups": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/mailchimp\/groups"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/settings": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/mailchimp\/settings"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/newsletter-categories"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories\/count": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "term_ids": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/newsletter-categories\/count"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The Podcast RSS feed URL.",
                            "type": "string",
                            "required": true
                        },
                        "guids": {
                            "description": "A list of unique identifiers for fetching specific podcast episodes.",
                            "type": "array",
                            "required": true
                        },
                        "episode-options": {
                            "description": "Whether we should return the episodes list for use in the selection UI",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/podcast-player"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player\/track-quantity": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/podcast-player\/track-quantity"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/profile": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/profile"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/related-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts\/enable": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/related-posts\/enable"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts\/(?P<id>[\\d]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/resolve-redirect\/?(?P<url>.+)?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL to check for redirects.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/search": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/search"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/send-email-preview": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/send-email-preview"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/template-loader\/(?P<template_type>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_type": {
                            "description": "The type of the template.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/post-types": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/post-types"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/top-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "period": {
                            "description": "Timeframe for stats.",
                            "type": [
                                "string",
                                "integer"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/top-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/transients\/(?P<name>\\w{1,172})": {
            "namespace": "wpcom\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "The name of the transient to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v3": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v3"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "after": {
                            "description": "Show prompts following a given date.",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Show prompts before a given date.",
                            "type": "string",
                            "required": false
                        },
                        "force_year": {
                            "description": "Force the returned prompts to be for a specific year. Returns only one prompt for each day.",
                            "type": "integer",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v3\/blogging-prompts"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts\/(?P<id>[\\d]+)": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the prompt.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v3\/jitm": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "message_path": {
                            "type": "string",
                            "description": "The message path to fetch JITMs for",
                            "required": true
                        },
                        "query": {
                            "type": "string",
                            "description": "Additional query parameters",
                            "required": false
                        },
                        "full_jp_logo_exists": {
                            "type": "boolean",
                            "description": "Whether the full Jetpack logo exists",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "The ID of the JITM to dismiss",
                            "required": true
                        },
                        "feature_class": {
                            "type": "string",
                            "description": "The feature class of the JITM",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v3\/jitm"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/gutenberg\/available-extensions": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/gutenberg\/available-extensions"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/hello": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/hello"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/status\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/memberships\/status\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "number",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/memberships\/product\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/products\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "type": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/memberships\/products\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/(?P<product_id>[0-9]+)\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "number",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "cancel_subscriptions": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/publicize\/connection-test-results": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wpcom\/v2\/publicize\/connection-test-results"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/service-api-keys\/(?P<service>[a-z\\-_]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "service_api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/notice\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/notice\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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\u5426\u65f6\u8fd4\u56de\u9ed8\u8ba4\u4ed8\u6b3e\u5efa\u8bae",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/payment-gateway-suggestions\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/themes": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "\u8981\u4e0a\u4f20\u7684\u4e3b\u9898\u7684 zip \u6587\u4ef6\u3002",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u4e2a\u4eba\u8d44\u6599\u662f\u5426\u5df2\u5b8c\u6210\u3002",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "\u662f\u5426\u8df3\u8fc7\u914d\u7f6e\u6587\u4ef6\u3002",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "\u884c\u4e1a\u3002",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "\u8981\u5b89\u88c5\u989d\u5916\u7684\u4e1a\u52a1\u6269\u5c55\u3002",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "\u8be5\u5546\u5e97\u662f\u5426\u540c\u610f\u63a5\u6536\u6765\u81ea WooCommerce.com \u7684\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": "\u6b64\u5546\u5e97\u56fd\u5bb6\/\u5730\u533a\u662f\u5426\u901a\u8fc7\u5165\u804c\u5206\u6790\u5668\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
                        },
                        "business_choice": {
                            "type": "string",
                            "description": "\u5546\u4e1a\u9009\u62e9\u3002",
                            "required": false
                        },
                        "selling_online_answer": {
                            "type": "string",
                            "description": "\u51fa\u552e\u7f51\u4e0a\u7b54\u6848\u3002",
                            "required": false
                        },
                        "selling_platforms": {
                            "type": [
                                "array",
                                "null"
                            ],
                            "description": "\u9500\u552e\u5e73\u53f0\u3002",
                            "items": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u5c06 Core Profiler \u6b65\u9aa4\u6807\u8bb0\u4e3a\u5b8c\u6210\u3002",
                            "enum": [
                                "intro-opt-in",
                                "skip-guided-setup",
                                "user-profile",
                                "business-info",
                                "plugins",
                                "intro-builder",
                                "skip-guided-setup"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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\u4ec5\u901a\u8fc7 id \u83b7\u53d6\u7279\u5b9a\u7684\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "\u53ef\u9009\u53c2\u6570\uff0c\u4ec5\u901a\u8fc7 id \u83b7\u53d6\u7279\u5b9a\u7684\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "\u6765\u81ea\u5ba2\u6237\u7aef\u8fc7\u6ee4\u5668\u7684\u6269\u5c55\u5f03\u7528\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u53ef\u9009\u53c2\u6570\uff0c\u67e5\u8be2\u5177\u4f53\u4efb\u52a1\u5217\u8868\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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/onboarding\/themes\/activate"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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 no \u65f6\u8fd4\u56de\u9ed8\u8ba4\u8fd0\u8f93\u5408\u4f5c\u4f19\u4f34\u5efa\u8bae",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/shipping-partner-suggestions"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u3002\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\u54cd\u5e94\u9650\u5236\u4e8e\u5177\u6709\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e0d\u5305\u62ec\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u7279\u5b9a\u7528\u6237\u540d\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u9650\u5236\u5bf9\u9664\u7279\u5b9a\u7528\u6237\u540d\u4e4b\u5916\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u9650\u5236\u5bf9\u5305\u62ec\u7535\u5b50\u90ae\u4ef6\u5728\u5185\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u9650\u5236\u5bf9\u7535\u5b50\u90ae\u4ef6\u4e4b\u5916\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u9650\u5236\u5bf9\u7279\u5b9a\u56fd\u5bb6\/\u5730\u533a\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u56fd\u5bb6\u4e4b\u5916\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u987a\u5e8f\u6570\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5927\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5c0f\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u8ba2\u5355\u603b\u652f\u51fa\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5728\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u8ba2\u5355\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u6392\u5e8f\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5728\u8be5\u65e5\u671f\u65f6\u95f4\uff09\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": "\u8fc7\u6ee4\u6389\u4efb\u4f55\u4f20\u9012\u7684\u5b57\u6bb5\u4e3a\u7a7a\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5b9a\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237\u7c7b\u578b\u7684\u9879\u76ee\u3002.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u5217\u51fa\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u6392\u9664\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u3002\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\u54cd\u5e94\u9650\u5236\u4e8e\u5177\u6709\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e0d\u5305\u62ec\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u7279\u5b9a\u7528\u6237\u540d\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u9650\u5236\u5bf9\u9664\u7279\u5b9a\u7528\u6237\u540d\u4e4b\u5916\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u9650\u5236\u5bf9\u5305\u62ec\u7535\u5b50\u90ae\u4ef6\u5728\u5185\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u9650\u5236\u5bf9\u7535\u5b50\u90ae\u4ef6\u4e4b\u5916\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u9650\u5236\u5bf9\u7279\u5b9a\u56fd\u5bb6\/\u5730\u533a\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u56fd\u5bb6\u4e4b\u5916\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u987a\u5e8f\u6570\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5927\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5c0f\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u8ba2\u5355\u603b\u652f\u51fa\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5728\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u8ba2\u5355\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u6392\u5e8f\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5728\u8be5\u65e5\u671f\u65f6\u95f4\uff09\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": "\u8fc7\u6ee4\u6389\u4efb\u4f55\u4f20\u9012\u7684\u5b57\u6bb5\u4e3a\u7a7a\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5b9a\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237\u7c7b\u578b\u7684\u9879\u76ee\u3002.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u5217\u51fa\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u6392\u9664\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\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": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL \u67e5\u8be2\u5728\u94fe\u63a5\u95f4\u6301\u7eed\u5b58\u5728\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "URL \u67e5\u8be2\u5728\u94fe\u63a5\u95f4\u6301\u7eed\u5b58\u5728\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "\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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "\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:\/\/kiwimandarin.com\/zh\/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": "\u4f20\u9012\u7ed9\u5bfc\u51fa\u62a5\u544a\u7684\u53c2\u6570\u3002",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u5411\u8bf7\u6c42\u7528\u6237\u53d1\u9001\u4e0b\u8f7d\u5bfc\u51fa\u6587\u4ef6\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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6307\u5b9a\u7c7b\u522b\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u4ea7\u54c1 ID \u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5728\u62a5\u544a\u4e2d\u6dfb\u52a0\u6709\u5173\u6bcf\u79cd\u4ea7\u54c1\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u6307\u5b9a\u53d8\u4f53 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5728\u62a5\u544a\u4e2d\u6dfb\u52a0\u6709\u5173\u6bcf\u4e2a\u53d8\u5316\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\u6307\u5b9a\u7c7b\u522b\u4e2d\u7684\u53d8\u5316\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5c5e\u4e8e\u6307\u5b9a\u7c7b\u522b\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u4ea7\u54c1 ID \u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u6307\u5b9a\u7c7b\u522b\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u4ea7\u54c1 ID \u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u53d8\u4f53 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "category_includes": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6307\u5b9a\u7c7b\u522b\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5c5e\u4e8e\u6307\u5b9a\u7c7b\u522b\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u6307\u5b9a\u53d8\u4f53 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "date_type": {
                            "description": "\u8986\u76d6\u7528\u4e8e\u6536\u5165\u62a5\u544a\u4e2d\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\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\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\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\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\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\u5206\u914d\u6307\u5b9a\u4f18\u60e0\u5238\u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u672a\u5206\u914d\u6307\u5b9a\u4f18\u60e0\u5238\u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\u5b9a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\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\u7c7b\u578b\u7684\u9000\u6b3e\u3002",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5728\u62a5\u544a\u4e2d\u6dfb\u52a0\u6709\u5173\u6bcf\u5f20\u4f18\u60e0\u5238\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\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\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\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\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\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\u5206\u914d\u6307\u5b9a\u4f18\u60e0\u5238\u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u672a\u5206\u914d\u6307\u5b9a\u4f18\u60e0\u5238\u7684\u5546\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\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\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a customer_type \u7684\u8ba2\u5355",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7c7b\u578b\u7684\u9000\u6b3e\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": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\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\u7c7b\u522b\u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u4e86\u6307\u5b9a\u672f\u8bed\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5728\u62a5\u544a\u4e2d\u6dfb\u52a0\u6709\u5173\u6bcf\u4e2a\u7c7b\u522b\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u4e00\u4e2a\u6216\u591a\u4e2a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u7a0e\u6536\u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u4e86\u6307\u5b9a\u672f\u8bed\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\u3002",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4f18\u60e0\u5238 ID \u7684\u4f18\u60e0\u5238\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5728\u62a5\u544a\u4e2d\u6dfb\u52a0\u6709\u5173\u6bcf\u5f20\u4f18\u60e0\u5238\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u5206\u914d\u4e86\u7279\u5b9a\u4f18\u60e0\u5238 ID \u7684\u4f18\u60e0\u5238\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u6839\u636e\u9644\u52a0\u7ea6\u675f\u5bf9\u54cd\u5e94\u8fdb\u884c\u7ec6\u5206\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u5c31\u8db3\u591f\u4e86\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1a\u4ea7\u54c1\u3001\u8ba2\u5355\u3001\u7528\u6237\u540d\u3001ip_address\u3002",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "\u9650\u5236\u5bf9\u6ca1\u6709\u6307\u5b9a\u7528\u6237 ID \u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u6307\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "\u9650\u5236\u5bf9\u6ca1\u6709\u6307\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u8fd4\u56de\u6570\u636e\u4e2d\u5b58\u50a8\u6876\u4f7f\u7528\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\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u6307\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\u672a\u5206\u914d\u6307\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6307\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5ba2\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "\u9650\u5236\u5bf9\u6ca1\u6709\u6307\u5b9a\u5ba2\u6237 ID \u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u6307\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "\u9650\u5236\u5bf9\u6ca1\u6709\u6307\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "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\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u3002\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\u54cd\u5e94\u9650\u5236\u4e8e\u5177\u6709\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e0d\u5305\u62ec\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u7279\u5b9a\u7528\u6237\u540d\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u9650\u5236\u5bf9\u9664\u7279\u5b9a\u7528\u6237\u540d\u4e4b\u5916\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u9650\u5236\u5bf9\u5305\u62ec\u7535\u5b50\u90ae\u4ef6\u5728\u5185\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u9650\u5236\u5bf9\u7535\u5b50\u90ae\u4ef6\u4e4b\u5916\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u9650\u5236\u5bf9\u7279\u5b9a\u56fd\u5bb6\/\u5730\u533a\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u56fd\u5bb6\u4e4b\u5916\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u987a\u5e8f\u6570\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5927\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5c0f\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u8ba2\u5355\u603b\u652f\u51fa\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5728\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u8ba2\u5355\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u6392\u5e8f\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5728\u8be5\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\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": "\u8fc7\u6ee4\u6389\u4efb\u4f55\u4f20\u9012\u7684\u5b57\u6bb5\u4e3a\u7a7a\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5b9a\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237\u7c7b\u578b\u7684\u9879\u76ee\u3002.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u5217\u51fa\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "\u6309\u5730\u70b9\uff08\u5dde\/\u7701\u3001\u56fd\u5bb6\/\u5730\u533a\uff09\u6392\u9664\u5ba2\u6237\u3002\u8bf7\u63d0\u4f9b\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5730\u70b9\u5217\u8868\u3002\u6bcf\u4e2a\u5730\u70b9\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\uff08\u4f8b\u5982 GB\uff09\uff0c\u4e5f\u53ef\u4ee5\u662f\u56fd\u5bb6\/\u5730\u533a\u548c\u5dde\/\u7701\u7684\u7ec4\u5408\uff08\u4f8b\u5982 US:CA\uff09\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6ce8\u518c\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u90fd\u5e94\u4e3a\u771f\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u8db3\u591f\u3002\u5339\u914d\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001category",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u3002\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\u54cd\u5e94\u9650\u5236\u4e8e\u5177\u6709\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e0d\u5305\u62ec\u7279\u5b9a\u540d\u79f0\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u9650\u5236\u5bf9\u5177\u6709\u7279\u5b9a\u7528\u6237\u540d\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u9650\u5236\u5bf9\u9664\u7279\u5b9a\u7528\u6237\u540d\u4e4b\u5916\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u9650\u5236\u5bf9\u5305\u62ec\u7535\u5b50\u90ae\u4ef6\u5728\u5185\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u9650\u5236\u5bf9\u7535\u5b50\u90ae\u4ef6\u4e4b\u5916\u7684\u5bf9\u8c61\u505a\u51fa\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u9650\u5236\u5bf9\u7279\u5b9a\u56fd\u5bb6\/\u5730\u533a\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u56fd\u5bb6\u4e4b\u5916\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u6700\u540e\u6d3b\u52a8\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u4e24\u4e2a\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u6700\u540e\u6d3b\u52a8\u7684\u7269\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u8fdb\u884c\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u6570\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u987a\u5e8f\u6570\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5927\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u9650\u5236\u5bf9\u8ba2\u5355\u603b\u652f\u51fa\u5c0f\u4e8e\u6216\u7b49\u4e8e\u6307\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u8ba2\u5355\u603b\u652f\u51fa\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u9650\u5236\u5bf9\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u91cf\u7684\u5bf9\u8c61\u7684\u54cd\u5e94\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u5728\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u8ba2\u5355\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5728\u7ed9\u5b9a\u7684\u7b26\u5408 ISO8601 \u7684\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u6700\u540e\u6392\u5e8f\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5728\u8be5\u65e5\u671f\u65f6\u95f4\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u5b57\u6bb5\u9650\u5236\u4e3a\u6307\u5b9a\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/imports\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/trigger": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/imports\/trigger"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u7279\u5b9a\u62a5\u544a\u7edf\u8ba1\u6570\u636e\u3002\u5141\u8bb8\u7684\u503c\uff1a\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u4e3a\u7279\u5b9a\u62a5\u544a\u7edf\u8ba1\u6570\u636e\u3002\u5141\u8bb8\u7684\u503c\uff1a\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "\u6ce8\u91ca\u7c7b\u578b\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "\u6ce8\u91ca\u7684\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "\u6ce8\u91ca\u6765\u6e90\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/admin\/notes"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/all": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "\u6ce8\u91ca\u7684\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/admin\/notes\/delete\/all"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/update": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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"
            ],
            "endpoints": [
                {
                    "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"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "\u6ce8\u91ca\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "\u6ce8\u91ca\u64cd\u4f5c\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4ee3\u7801\u4e0e\u7ed9\u5b9a\u5b57\u7b26\u4e32\u5339\u914d\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/data": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/data"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/locales": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/data\/countries\/locales"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/data\/countries"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alpha-2 \u56fd\u5bb6\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/data\/download-ips": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u901a\u8fc7\u7279\u5b9a\u6765\u6e90\uff08\u5982\u7ed3\u8d26\u9875\u9762\u3001\u7ba1\u7406\u5458\u540e\u53f0\uff09\u521b\u5efa\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0e\u8ba2\u5355\u53f7\u7684\u90e8\u5206\u5339\u914d\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "NZD",
                            "description": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/orders\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u4ea7\u54c1\u540d\u79f0\u6216 SKU \u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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 \u6b64\u53c2\u6570\u7684\u4f18\u5148\u7ea7\u9ad8\u4e8e\u201csku\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "\u4ec5\u663e\u793a\u540d\u79f0\u6216 SKU \u4e0e\u5b57\u7b26\u4e32\u90e8\u5206\u5339\u914d\u7684\u7ed3\u679c\u3002 \u6b64\u53c2\u6570\u7684\u4f18\u5148\u7ea7\u9ad8\u4e8e\u201csearch\u201d\u3001\u201csku\u201d\u548c\u201csearch_sku\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "\u642d\u914d\u641c\u7d22\u53c2\u6570\u4f7f\u7528\u65f6\uff0c\u53ef\u5c06\u641c\u7d22\u8303\u56f4\u9650\u5236\u5728\u7279\u5b9a\u5b57\u6bb5\u5185\u3002 \u53ef\u7528\u5b57\u6bb5\uff1aname\u3001sku\u3001global_unique_id\u3001description\u3001short_description\u3002 \u6b64\u53c2\u6570\u4f18\u5148\u4e8e\u6240\u6709\u5176\u4ed6\u641c\u7d22\u53c2\u6570\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\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\u4f55\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u4efb\u4f55\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u7684\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
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/suggested-products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u5e93\u5b58\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u522b ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684\u4ea7\u54c1\u6807\u7b7e ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u6570\u91cf\u7684\u5efa\u8bae\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/suggested-products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u5c5e\u6027\u540d\u79f0\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\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": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684 Slug \u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "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"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\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"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u7684\u4ea7\u54c1\u540d\u79f0\u3001SKU \u6216\u5c5e\u6027\u503c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6709\u4ef7\u683c\u6216\u65e0\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": "\u5c6c\u6027\u86de\u8753\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u8a5e\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c6c\u6027\u8a5e\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\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\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": "\u751f\u6210\u7684\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\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5f02\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\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6 ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u540d\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6 URL\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u8ca8\u7a0e\u985e\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u50cf ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\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 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u952e\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u503c\u3002",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7236 ID\u3002",
                                    "type": "integer"
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                                    "type": "string"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u7684\u4ea7\u54c1\u540d\u79f0\u3001SKU \u6216\u5c5e\u6027\u503c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6709\u4ef7\u683c\u6216\u65e0\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": "\u5c6c\u6027\u86de\u8753\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u8a5e\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c6c\u6027\u8a5e\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\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u8bba\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\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\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u8bba\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u59d3\u540d\u3002",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u7535\u5b50\u90ae\u4ef6\u3002",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "\u5ba1\u67e5\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u8be5\u8bc4\u8bba\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/reviews\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u8bc4\u8bba\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/count-low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/products\/count-low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\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"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\u503c\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u6309\u7a0e\u79cd\u6392\u5e8f\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u7684\u7a0e\u7801\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u6307\u5b9a\u8d39\u7387 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-analytics\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/initialize-coming-soon": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/launch-your-store\/woopayments\/test-orders"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u4ea7\u54c1\u6216\u53d8\u4f53 ID\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8981\u5c06\u6b64\u5546\u54c1\u6dfb\u52a0\u5230\u8d2d\u7269\u8f66\u7684\u6570\u91cf\u3002.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "\u9009\u62e9\u5c5e\u6027\uff08\u7528\u4e8e\u53d8\u5316\uff09\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u53d8\u5f02\u5c5e\u6027\u503c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u767e\u5206\u6bd4\u6216\u56fa\u5b9a\u91d1\u989d\uff09",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u540d\u79f0 - \u8fd9\u5c06\u7528\u4e8e\u786e\u4fdd\u8bf7\u6c42\u4e2d\u7684\u6570\u636e\u5f97\u5230\u6b63\u786e\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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u5546\u54c1\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\u5546\u54c1\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:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u5f85\u5bc4\u5305\u88f9\u7684ID\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u5305\u88f9\u3002.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "\u8be5\u5957\u9910\u6240\u9009\u7684\u8d39\u7387ID\u3002.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u8be5\u5546\u54c1\u7684\u65b0\u6570\u91cf\u3002.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u7ed9\u652f\u4ed8\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\u6709\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u5728\u8ba2\u5355\u5904\u7406\u8fc7\u7a0b\u4e2d\u521b\u5efa\u65b0\u7528\u6237\u5e10\u6237\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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": {
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "\u8ba2\u5355\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u5728\u8ba2\u5355\u5904\u7406\u8fc7\u7a0b\u4e2d\u521b\u5efa\u65b0\u7528\u6237\u5e10\u6237\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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:\/\/kiwimandarin.com\/zh\/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\u7ed9\u652f\u4ed8\u65b9\u5f0f\u7684\u6570\u636e\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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": {
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528 after\/before \u9650\u5236\u54cd\u5e94\u65f6\u95f4\u65f6\uff0c\u8981\u4e0e\u54ea\u4e2a\u65e5\u671f\u5217\u8fdb\u884c\u6bd4\u8f83\uff1f.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\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": "\u64cd\u4f5c\u5458\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\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": "\u64cd\u4f5c\u5458\u5bf9\u6bd4\u4ea7\u54c1\u6807\u7b7e\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u4ef7\u683c\u6700\u4f4e\u7684\u4ea7\u54c1\uff0c\u4ef7\u683c\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\uff08\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\uff09\u9650\u5236\u641c\u7d22\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u7b26\u5408\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u5b9a\u4e3a\u5177\u6709\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u5206\u7c7b\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u5217\u8868\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u522b\u540d\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u6b64\u9879\u5c06\u88ab\u5ffd\u7565\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u6bd4\u8f83\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\u7b5b\u9009\u591a\u4e2a\u5c5e\u6027\u65f6\uff0c\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u663e\u793a\u9690\u85cf\u7684\u8fd8\u662f\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\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u5e73\u5747\u8bc4\u5206\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\u771f\uff0c\u5219\u8ba1\u7b97\u8be5\u7cfb\u5217\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\u771f\uff0c\u5219\u8ba1\u7b97\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u5e93\u5b58\u6570\u91cf\u3002.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "\u5982\u679c\u9700\u8981\uff0c\u8ba1\u7b97\u4ea7\u54c1\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u5c5e\u6027\u8bcd\u8ba1\u6570\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "\u5206\u7c7b\u5b66\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "\u6b63\u5728\u6267\u884c\u7b5b\u9009\u6761\u4ef6\uff0c\u8fd9\u53ef\u80fd\u4f1a\u5f71\u54cd\u8ba1\u6570\u3002\u6709\u6548\u503c\u5305\u62ec\"and\"\u548c\"or\"\u3002.",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u8ba1\u7b97\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u8bc4\u5206\u6570\u91cf\u3002.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "\u5982\u679c\u6536\u5230\u8bf7\u6c42\uff0c\u7cfb\u7edf\u5c06\u8ba1\u7b97\u8be5\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5206\u7c7b\u6cd5\u672f\u8bed\u6570\u91cf\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "\u5206\u7c7b\u5b66\u540d\u79f0\u3002."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u7279\u5b9a\u7c7b\u522b ID \u7684\u8bc4\u8bba\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u8bba\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528 after\/before \u9650\u5236\u54cd\u5e94\u65f6\u95f4\u65f6\uff0c\u8981\u4e0e\u54ea\u4e2a\u65e5\u671f\u5217\u8fdb\u884c\u6bd4\u8f83\uff1f.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\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": "\u64cd\u4f5c\u5458\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\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": "\u64cd\u4f5c\u5458\u5bf9\u6bd4\u4ea7\u54c1\u6807\u7b7e\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u4ef7\u683c\u6700\u4f4e\u7684\u4ea7\u54c1\uff0c\u4ef7\u683c\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\uff08\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\uff09\u9650\u5236\u641c\u7d22\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u7b26\u5408\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u5b9a\u4e3a\u5177\u6709\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u5206\u7c7b\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u5217\u8868\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u522b\u540d\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u6b64\u9879\u5c06\u88ab\u5ffd\u7565\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u6bd4\u8f83\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\u7b5b\u9009\u591a\u4e2a\u5c5e\u6027\u65f6\uff0c\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u663e\u793a\u9690\u85cf\u7684\u8fd8\u662f\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\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u5e73\u5747\u8bc4\u5206\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u4ea7\u54c1\u6216\u53d8\u4f53 ID\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8981\u5c06\u6b64\u5546\u54c1\u6dfb\u52a0\u5230\u8d2d\u7269\u8f66\u7684\u6570\u91cf\u3002.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "\u9009\u62e9\u5c5e\u6027\uff08\u7528\u4e8e\u53d8\u5316\uff09\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u53d8\u5f02\u5c5e\u6027\u503c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u767e\u5206\u6bd4\u6216\u56fa\u5b9a\u91d1\u989d\uff09",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u540d\u79f0 - \u8fd9\u5c06\u7528\u4e8e\u786e\u4fdd\u8bf7\u6c42\u4e2d\u7684\u6570\u636e\u5f97\u5230\u6b63\u786e\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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u5546\u54c1\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\u5546\u54c1\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:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u5f85\u5bc4\u5305\u88f9\u7684ID\u3002\u7559\u7a7a\u5219\u9002\u7528\u4e8e\u6240\u6709\u5305\u88f9\u3002.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "\u8be5\u5957\u9910\u6240\u9009\u7684\u8d39\u7387ID\u3002.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5546\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u8be5\u5546\u54c1\u7684\u65b0\u6570\u91cf\u3002.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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\u7ed9\u652f\u4ed8\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\u6709\uff09\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u5728\u8ba2\u5355\u5904\u7406\u8fc7\u7a0b\u4e2d\u521b\u5efa\u65b0\u7528\u6237\u5e10\u6237\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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": {
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "\u8ba2\u5355\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u5728\u8ba2\u5355\u5904\u7406\u8fc7\u7a0b\u4e2d\u521b\u5efa\u65b0\u7528\u6237\u5e10\u6237\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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:\/\/kiwimandarin.com\/zh\/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\u7ed9\u652f\u4ed8\u65b9\u5f0f\u7684\u6570\u636e\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u5728\u7ed3\u8d26\u65f6\u6dfb\u52a0\u5230\u8ba2\u5355\u4e2d\u7684\u5907\u6ce8\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3",
                                    "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\/\u53bf\u4ee3\u7801\uff0c\u6216\u8005\u5dde\u3001\u53bf\u3001\u7701\u6216\u5730\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": "\u91c7\u7528 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\u7684 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",
                                "woocommerce_payments_amazon_pay",
                                "bacs",
                                "cheque",
                                "cod"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8ba2\u5355\u4e2d\u9700\u8981\u4fdd\u5b58\u7684\u5176\u4ed6\u5b57\u6bb5\u3002.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "mailpoet": {
                                    "description": "mailpoet \u6ce8\u518c\u7684\u6269\u5c55\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "optin": {
                                            "description": "Subscribe to marketing opt-in.",
                                            "type": [
                                                "boolean",
                                                "null"
                                            ]
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\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": {
                                "mailpoet": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/categories": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528 after\/before \u9650\u5236\u54cd\u5e94\u65f6\u95f4\u65f6\uff0c\u8981\u4e0e\u54ea\u4e2a\u65e5\u671f\u5217\u8fdb\u884c\u6bd4\u8f83\uff1f.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\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": "\u64cd\u4f5c\u5458\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\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": "\u64cd\u4f5c\u5458\u5bf9\u6bd4\u4ea7\u54c1\u6807\u7b7e\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u4ef7\u683c\u6700\u4f4e\u7684\u4ea7\u54c1\uff0c\u4ef7\u683c\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\uff08\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\uff09\u9650\u5236\u641c\u7d22\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u7b26\u5408\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u5b9a\u4e3a\u5177\u6709\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u5206\u7c7b\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u5217\u8868\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u522b\u540d\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u6b64\u9879\u5c06\u88ab\u5ffd\u7565\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u6bd4\u8f83\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\u7b5b\u9009\u591a\u4e2a\u5c5e\u6027\u65f6\uff0c\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u663e\u793a\u9690\u85cf\u7684\u8fd8\u662f\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\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u5e73\u5747\u8bc4\u5206\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\u771f\uff0c\u5219\u8ba1\u7b97\u8be5\u7cfb\u5217\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\u771f\uff0c\u5219\u8ba1\u7b97\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u5e93\u5b58\u6570\u91cf\u3002.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "\u5982\u679c\u9700\u8981\uff0c\u8ba1\u7b97\u4ea7\u54c1\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u5c5e\u6027\u8bcd\u8ba1\u6570\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "\u5206\u7c7b\u5b66\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "\u6b63\u5728\u6267\u884c\u7b5b\u9009\u6761\u4ef6\uff0c\u8fd9\u53ef\u80fd\u4f1a\u5f71\u54cd\u8ba1\u6570\u3002\u6709\u6548\u503c\u5305\u62ec\"and\"\u548c\"or\"\u3002.",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u8ba1\u7b97\u7cfb\u5217\u4e2d\u4ea7\u54c1\u7684\u8bc4\u5206\u6570\u91cf\u3002.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "\u5982\u679c\u6536\u5230\u8bf7\u6c42\uff0c\u7cfb\u7edf\u5c06\u8ba1\u7b97\u8be5\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5206\u7c7b\u6cd5\u672f\u8bed\u6570\u91cf\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "\u5206\u7c7b\u5b66\u540d\u79f0\u3002."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u7279\u5b9a\u7c7b\u522b ID \u7684\u8bc4\u8bba\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u8bba\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\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\u65e0\u9650\u5236\u3002.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5c5e\u6027\u672f\u8bed\u6392\u5e8f\u3002.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u9879\u3002.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236\u7ea7\u7684\u672f\u8bed\uff08\u4ec5\u9650\u5c42\u7ea7\u5206\u7c7b\uff09\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u8303\u56f4\uff0c\u4ec5\u54cd\u5e94\u5728\u7b26\u5408 ISO8601 \u6807\u51c6\u7684\u6307\u5b9a\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528 after\/before \u9650\u5236\u54cd\u5e94\u65f6\u95f4\u65f6\uff0c\u8981\u4e0e\u54ea\u4e2a\u65e5\u671f\u5217\u8fdb\u884c\u6bd4\u8f83\uff1f.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\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": "\u64cd\u4f5c\u5458\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\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": "\u64cd\u4f5c\u5458\u5bf9\u6bd4\u4ea7\u54c1\u6807\u7b7e\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u4ef7\u683c\u6700\u4f4e\u7684\u4ea7\u54c1\uff0c\u4ef7\u683c\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\uff08\u4ee5\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\uff09\u9650\u5236\u641c\u7d22\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u7b26\u5408\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u5b9a\u4e3a\u5177\u6709\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u5206\u7c7b\u540d\u79f0\u3002.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u5217\u8868\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u522b\u540d\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u6b64\u9879\u5c06\u88ab\u5ffd\u7565\u3002.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u6bd4\u8f83\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\u7b5b\u9009\u591a\u4e2a\u5c5e\u6027\u65f6\uff0c\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u663e\u793a\u9690\u85cf\u7684\u8fd8\u662f\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\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u5e73\u5747\u8bc4\u5206\u7684\u4ea7\u54c1\u3002.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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": "\u63d0\u51fa\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u786e\u5b9a\u54cd\u5e94\u4e2d\u5b58\u5728\u7684\u5b57\u6bb5\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/private"
                    }
                ]
            }
        },
        "\/wc\/private\/patterns": {
            "namespace": "wc\/private",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/private\/patterns"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/accounts": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/accounts"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/accounts\/session": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/deposits"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/deposits\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/transactions"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/download": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/webhook"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/tos": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/tos"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/tos\/reactivate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": [
                                    "card",
                                    "afterpay_clearpay",
                                    "alipay",
                                    "bancontact",
                                    "eps",
                                    "ideal",
                                    "p24",
                                    "apple_pay",
                                    "google_pay"
                                ]
                            },
                            "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_express_checkout_in_payment_methods_enabled": {
                            "description": "If express checkout methods (Apple Pay, Google Pay, Amazon Pay) should be enabled as options 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
                        },
                        "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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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
                        },
                        "mode": {
                            "description": "The account mode the user selected: live or test. Overrides environment-based auto-detection (except dev mode).",
                            "type": "string",
                            "enum": [
                                "live",
                                "test"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/refund"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/documents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/documents"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/documents\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/documents\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/documents\/(?P<document_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/vat\/(?P<vat_number>[\\w\\.\\%]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/vat": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "vat_number": {
                            "type": "string",
                            "format": "text-field",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        },
                        "address": {
                            "type": "string",
                            "format": "textarea-field",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/vat"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/payment_intents"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/authorizations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/authorizations"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/authorizations\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/payments\/woopay\/session"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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
                        },
                        "wcpay_multi_currency_rendering_mode": {
                            "type": "string",
                            "enum": [
                                "speed",
                                "cache"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/payments\/multi-currency\/update-settings"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack-boost\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack-boost\/v1"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack-boost\/v1\/speed-scores"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores\/refresh": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack-boost\/v1\/speed-scores\/refresh"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores-history": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "start": {
                            "type": "number",
                            "required": true
                        },
                        "end": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "start": {
                            "type": "number",
                            "required": true
                        },
                        "end": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack-boost\/v1\/speed-scores-history"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "my-jetpack\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "products": {
                            "description": "Comma-separated list of product slugs that should be retrieved.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/install": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Array of Product slugs",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products\/install"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/activate": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Array of Product slugs",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products\/activate"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/interstitials": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Key-value pairs of product slugs and their interstitial states.",
                            "type": "object",
                            "properties": {
                                "anti-spam": {
                                    "type": "boolean"
                                },
                                "backup": {
                                    "type": "boolean"
                                },
                                "boost": {
                                    "type": "boolean"
                                },
                                "crm": {
                                    "type": "boolean"
                                },
                                "creator": {
                                    "type": "boolean"
                                },
                                "extras": {
                                    "type": "boolean"
                                },
                                "jetpack-ai": {
                                    "type": "boolean"
                                },
                                "ai": {
                                    "type": "boolean"
                                },
                                "scan": {
                                    "type": "boolean"
                                },
                                "search": {
                                    "type": "boolean"
                                },
                                "social": {
                                    "type": "boolean"
                                },
                                "security": {
                                    "type": "boolean"
                                },
                                "protect": {
                                    "type": "boolean"
                                },
                                "videopress": {
                                    "type": "boolean"
                                },
                                "stats": {
                                    "type": "boolean"
                                },
                                "growth": {
                                    "type": "boolean"
                                },
                                "complete": {
                                    "type": "boolean"
                                },
                                "newsletter": {
                                    "type": "boolean"
                                },
                                "site-accelerator": {
                                    "type": "boolean"
                                },
                                "related-posts": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": false,
                            "minProperties": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products\/interstitials"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/deactivate": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "products": {
                            "description": "Array of Product slugs",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products\/deactivate"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products-ownership": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/products-ownership"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/purchases": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/purchases"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/availability": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/chat\/availability"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/authentication": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "test_mode": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/chat\/authentication"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/recommendations\/evaluation": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/recommendations\/evaluation"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/recommendations\/evaluation\/result": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/recommendations\/evaluation\/result"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/backup\/undo-event": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/protect\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/protect\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/videopress\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/videopress\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/update-historically-active-modules": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/update-historically-active-modules"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/jetpack-manage\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/jetpack-manage\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/red-bubble-notifications": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "dismissal_cookies": {
                            "type": "array",
                            "description": "Array of dismissal cookies to set for the red bubble notifications.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/red-bubble-notifications"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/dismiss-welcome-banner": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/my-jetpack\/v1\/site\/dismiss-welcome-banner"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/explat": {
            "namespace": "jetpack\/v4\/explat",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/explat",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/explat"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/explat\/assignments": {
            "namespace": "jetpack\/v4\/explat",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "experiment_name": {
                            "type": "string",
                            "required": false
                        },
                        "anon_id": {
                            "type": "string",
                            "required": false
                        },
                        "as_connected_user": {
                            "type": "boolean",
                            "required": false
                        },
                        "platform": {
                            "type": "string",
                            "enum": [
                                "jetpack",
                                "calypso",
                                "wpcom"
                            ],
                            "default": "jetpack",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/explat\/assignments"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app\/sites\/242394211\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/sites\/242394211\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/sites\/242394211\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/checkout": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/credits(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/sites\/242394211\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/sites\/242394211\/media": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/sites\/242394211\/media"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/wpcom\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/experiments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/sites\/242394211\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/stats(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/stats(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/search(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/user(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/templates(?P<sub_path>[a-zA-Z0-9-_\\\/:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/locations(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/woo(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/image(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/logs": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze-app\/sites\/242394211\/wordads\/dsp\/api\/v1\/logs"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/eligibility": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze\/eligibility"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/dashboard": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/blaze\/dashboard"
                    }
                ]
            }
        },
        "\/woocommerce-analytics\/v1": {
            "namespace": "woocommerce-analytics\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "woocommerce-analytics\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-analytics\/v1"
                    }
                ]
            }
        },
        "\/woocommerce-analytics\/v1\/track": {
            "namespace": "woocommerce-analytics\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-analytics\/v1\/track"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/feature\/custom-content-types": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/feature\/custom-content-types"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/hints": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "hint": {
                            "default": "",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/hints"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "woocommerce-email-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-email-editor\/v1"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/send_preview_email": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-email-editor\/v1\/send_preview_email"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/get_personalization_tags": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-email-editor\/v1\/get_personalization_tags"
                    }
                ]
            }
        },
        "\/woocommerce-email-editor\/v1\/personalization_tags": {
            "namespace": "woocommerce-email-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "post_id": {
                            "description": "\u7528\u4e8e\u4e0a\u4e0b\u6587\u611f\u77e5\u6807\u7b7e\u8fc7\u6ee4\u7684\u5e16\u5b50 ID\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/woocommerce-email-editor\/v1\/personalization_tags"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP \u67e5\u8be2\u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u67e5\u8be2\u53d8\u91cf\u9700\u8981\u76f8\u5e94\u7684\u6388\u6743\u3002.",
                            "required": false
                        },
                        "code": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65f6\u7684UTC\u65e5\u671f\u65f6\u95f4\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65f6\u7684UTC\u65e5\u671f\u65f6\u95f4\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65f6\u7684UTC\u65e5\u671f\u65f6\u95f4\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u89d2\u8272\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "yith_affiliate",
                                "wpseo_manager",
                                "wpseo_editor",
                                "slicewp_affiliate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7528\u6237\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u8981\u5c06\u5e16\u5b50\u91cd\u65b0\u5206\u914d\u7ed9\u7684 ID\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\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\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\u8be5\u5907\u6ce8\u662f\u4ec5\u4f9b\u53c2\u8003\u8fd8\u662f\u4f9b\u5ba2\u6237\u4f7f\u7528\uff08\u7528\u6237\u5c06\u6536\u5230\u901a\u77e5\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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP \u67e5\u8be2\u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u67e5\u8be2\u53d8\u91cf\u9700\u8981\u76f8\u5e94\u7684\u6388\u6743\u3002.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u91d1\u989d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP \u67e5\u8be2\u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u67e5\u8be2\u53d8\u91cf\u9700\u8981\u76f8\u5e94\u7684\u6388\u6743\u3002.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\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": "NZD",
                            "description": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\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\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u884c\u9879\u76ee\u5143\u6570\u636e\u3002.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6807\u7b7e\u3002.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\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\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u884c\u9879\u76ee\u5143\u6570\u636e\u3002.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6807\u7b7e\u3002.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u8ba2\u5355 ID\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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\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\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u884c\u9879\u76ee\u5143\u6570\u636e\u3002.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6807\u7b7e\u3002.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\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": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "\u5ba1\u67e5\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "date_created": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u59d3\u540d\u3002",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u7535\u5b50\u90ae\u4ef6\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP \u67e5\u8be2\u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u67e5\u8be2\u53d8\u91cf\u9700\u8981\u76f8\u5e94\u7684\u6388\u6743\u3002.",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "\u4e0b\u8f7d\u7c7b\u578b\uff0c\u8fd9\u63a7\u5236\u524d\u7aef\u7684\u67b6\u6784\u3002.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u8bba\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\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u4f53\u5217\u8868\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u4f53 ID\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u53d8\u4f53\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u7248\u672c\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u4f53 URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u7576\u524d\u8b8a\u5316\u50f9\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4f53\u662f\u5426\u6b63\u5728\u51fa\u552e\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u53ef\u4ee5\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u8fd9\u79cd\u5dee\u5f02\u662f\u53ef\u89c1\u7684\u3002.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6 ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u540d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6 URL\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8ca8\u7a0e\u985e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u663e\u793a\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u5904\u4e8e\u7f3a\u8d27\u72b6\u6001\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u8fd0\u8f93\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\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\u6027ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "\u4e0b\u8f7d\u7c7b\u578b\uff0c\u8fd9\u63a7\u5236\u524d\u7aef\u7684\u67b6\u6784\u3002.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\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\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u4f53\u5217\u8868\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u4f53 ID\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u53d8\u4f53\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u7248\u672c\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u4f53 URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u7576\u524d\u8b8a\u5316\u50f9\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4f53\u662f\u5426\u6b63\u5728\u51fa\u552e\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u53ef\u4ee5\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u8fd9\u79cd\u5dee\u5f02\u662f\u53ef\u89c1\u7684\u3002.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6 ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u540d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6 URL\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8ca8\u7a0e\u985e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u663e\u793a\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u5904\u4e8e\u7f3a\u8d27\u72b6\u6001\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u8fd0\u8f93\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\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\u6027ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "\u4e0b\u8f7d\u7c7b\u578b\uff0c\u8fd9\u63a7\u5236\u524d\u7aef\u7684\u67b6\u6784\u3002.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\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\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u4f53\u5217\u8868\u3002.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u4f53 ID\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u53d8\u4f53\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u7248\u672c\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u4f53 URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u7576\u524d\u8b8a\u5316\u50f9\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u751f\u6548\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\u4f53\u662f\u5426\u6b63\u5728\u51fa\u552e\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u53ef\u4ee5\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u8fd9\u79cd\u5dee\u5f02\u662f\u53ef\u89c1\u7684\u3002.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6 ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u540d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6 URL\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8ca8\u7a0e\u985e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u663e\u793a\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u4f53\u662f\u5426\u5904\u4e8e\u7f3a\u8d27\u72b6\u6001\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u8fd0\u8f93\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\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\u6027ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u6309\u7a0e\u79cd\u6392\u5e8f\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684 Webhook\u3002.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \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 \u4e3b\u9898\u3002.",
                            "required": true
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u53d1\u9001 URL\u3002.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v1\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "webhook \u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "webhook \u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u89d2\u8272\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "yith_affiliate",
                                "wpseo_manager",
                                "wpseo_editor",
                                "slicewp_affiliate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7528\u6237\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u8981\u5c06\u5e16\u5b50\u91cd\u65b0\u5206\u914d\u7ed9\u7684 ID\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\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "\u4ec5\u663e\u793a\u5ba2\u6237\u4fe1\u606f\u6216\u5185\u90e8\u5907\u6ce8\u3002.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\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\u5c5e\u5b9e\uff0c\u8be5\u5907\u6ce8\u5c06\u663e\u793a\u7ed9\u5ba2\u6237\u5e76\u901a\u77e5\u4ed6\u4eec\u3002\u5982\u679c\u5c5e\u5b9e\uff0c\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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\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\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u91d1\u989d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4f7f\u7528\u652f\u4ed8\u7f51\u5173 API \u751f\u6210\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\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": "NZD",
                            "description": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u8ba2\u5355 ID\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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\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": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "\u5ba1\u67e5\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "date_created": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u59d3\u540d\u3002",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u7535\u5b50\u90ae\u4ef6\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u8bba\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u5e93\u5b58\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u5206\u7ec4\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u5206\u7ec4\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u5728\u524d\u7aef\u662f\u5426\u663e\u793a\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u7f3a\u8d27\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u5206\u7ec4\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u5e93\u5b58\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "\u786e\u5b9a\u4ea7\u54c1\u9875\u9762\u4e0a\u662f\u5426\u663e\u793a\u8be5\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "\u786e\u5b9a\u4ea7\u54c1\u9875\u9762\u4e0a\u662f\u5426\u663e\u793a\u8be5\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u6700\u7ec8\u622a\u6b62\u65e5\u671f\uff08\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\uff09\u3002.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "\u786e\u5b9a\u4ea7\u54c1\u9875\u9762\u4e0a\u662f\u5426\u663e\u793a\u8be5\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u524d\u7aef\u662f\u5426\u5c06\u8be5\u53d8\u4f53\u5217\u4e3a\"\u6709\u5e93\u5b58\"\u6216\"\u65e0\u5e93\u5b58\"\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u679c\u7ba1\u7406\u5e93\u5b58\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\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u4f4d\u7f6e\u30020 \u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u7247\u3002.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u7ec4ID\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\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\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\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\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": "\u8fd0\u8f93\u533a\u57df\u540d\u79f0\u3002.",
                            "required": true
                        },
                        "order": {
                            "description": "\u53d1\u8d27\u533a\u57df\u987a\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8fd0\u8f93\u533a\u57df\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u53d1\u8d27\u533a\u57df\u987a\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u53d1\u8d27\u533a\u57df\u4f4d\u7f6e\u4ee3\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u53d1\u8d27\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\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u6392\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u5df2\u542f\u7528\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u8bbe\u7f6e\u3002.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\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\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u6392\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u5df2\u542f\u7528\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u8bbe\u7f6e\u3002.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u6309\u7a0e\u79cd\u6392\u5e8f\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684 Webhook\u3002.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \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 \u4e3b\u9898\u3002.",
                            "required": true
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u53d1\u9001 URL\u3002.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "webhook \u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "webhook \u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u5de5\u5177\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u5de5\u5177\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "\u8fd0\u884c\u8be5\u5de5\u5177\u4f1a\u6267\u884c\u54ea\u4e9b\u64cd\u4f5c\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u5de5\u5177\u63cf\u8ff0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "\u5de5\u5177\u8fd0\u884c\u6210\u529f\u4e86\u5417\uff1f",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u7ed3\u8d26\u9875\u9762\u4e0a\u7684\u652f\u4ed8\u7f51\u5173\u6807\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u7ed3\u8d26\u65f6\u652f\u4ed8\u7f51\u5173\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u5238\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u91d1\u989d\u3002\u5373\u4f7f\u8bbe\u7f6e\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u59cb\u7ec8\u4e3a\u6570\u5b57\u3002",
                            "type": [
                                "number",
                                "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\u5c06\u5e94\u7528\u7684\u6298\u6263\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u7684\u5230\u671f\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u5230\u671f\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4f18\u60e0\u5238\u53ea\u80fd\u5355\u72ec\u4f7f\u7528\u3002\u5176\u4ed6\u5df2\u5e94\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u65e0\u6cd5\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u5546\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u6b64\u4f18\u60e0\u5238\u603b\u5171\u53ef\u4f7f\u7528\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4f4d\u987e\u5ba2\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u591a\u5c11\u6b21\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u53ef\u4f7f\u7528\u4f18\u60e0\u5238\u7684\u6700\u5927\u5546\u54c1\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5e76\u4e14\u514d\u8d39\u9001\u8d27\u65b9\u5f0f\u9700\u8981\u4f18\u60e0\u5238\uff0c\u5219\u6b64\u4f18\u60e0\u5238\u5c06\u542f\u7528\u514d\u8d39\u9001\u8d27\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u4f18\u60e0\u5238\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4f18\u60e0\u5238\u4e0d\u9002\u7528\u7684\u7c7b\u522b ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u6b64\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u7279\u4ef7\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u524d\u8d2d\u7269\u8f66\u4e2d\u9700\u5305\u542b\u7684\u6700\u4f4e\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\u5141\u8bb8\u7684\u6700\u5927\u8ba2\u5355\u91d1\u989d\u3002",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u53ef\u4ee5\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u5177\u6709\u7279\u5b9a\u89d2\u8272\u7684\u8d44\u6e90\u3002.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "yith_affiliate",
                                "wpseo_manager",
                                "wpseo_editor",
                                "slicewp_affiliate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7528\u6237\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u8981\u5c06\u5e16\u5b50\u91cd\u65b0\u5206\u914d\u7ed9\u7684 ID\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\u5b50\u90ae\u4ef6\u5730\u5740\u3002.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u540d\u5b57\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u59d3\u6c0f\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u767b\u5f55\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u5bc6\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\u7684ISO\u4ee3\u7801\u3002.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6536\u8d27\u5730\u5740\u6570\u636e\u5217\u8868\u3002.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u8be5\u56fd\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "\u4ec5\u663e\u793a\u5ba2\u6237\u4fe1\u606f\u6216\u5185\u90e8\u5907\u6ce8\u3002.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\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\u5c5e\u5b9e\uff0c\u8be5\u5907\u6ce8\u5c06\u663e\u793a\u7ed9\u5ba2\u6237\u5e76\u901a\u77e5\u4ed6\u4eec\u3002\u5982\u679c\u5c5e\u5b9e\uff0c\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\u8be5\u6ce8\u91ca\u5c06\u5f52\u5c5e\u4e8e\u5f53\u524d\u7528\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u8be5\u6ce8\u91ca\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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\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\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u91d1\u989d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "\u5982\u679c\u4e3a\u771f\uff0c\u5219\u4f7f\u7528\u652f\u4ed8\u7f51\u5173 API \u751f\u6210\u9000\u6b3e\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "\u82e5\u4e3a\u771f\uff0c\u9000\u6b3e\u5546\u54c1\u5c06\u4f1a\u91cd\u65b0\u8fdb\u8d27\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\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355\u7f16\u53f7\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u901a\u8fc7\u7279\u5b9a\u6765\u6e90\uff08\u5982\u7ed3\u8d26\u9875\u9762\u3001\u7ba1\u7406\u5458\u540e\u53f0\uff09\u521b\u5efa\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "NZD",
                            "description": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u8ba2\u5355 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "\u663e\u793a\u8ba2\u5355\u7684\u521b\u5efa\u5730\u70b9\u3002",
                            "type": "string",
                            "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": "\u8ba2\u5355\u521b\u5efa\u65f6\u4f7f\u7528\u7684\u8d27\u5e01\uff0c\u91c7\u7528 ISO \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"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u8ba2\u5355\u62e5\u6709\u8005\u7684\u7528\u6237 ID\u30020 \u8868\u793a\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u987e\u5ba2\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u4fbf\u6761\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u5e10\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6\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": "\u6536\u4ef6\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u7b2c\u4e00\u884c",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u5dde\u3001\u7701\u6216\u5730\u533a\u7684 ISO \u4ee3\u7801\u6216\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u91c7\u7528 ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0fID\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\u4ea4\u6613 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u9879\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff0c\u5219\u4e3a\u7236\u4ea7\u54c1\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1 ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53d8\u4f53 ID\uff08\u5982\u679c\u9002\u7528\uff09\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\u6536\u7c7b\u522b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u5c0f\u8ba1\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u5c0f\u8ba1\u7a0e\uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "\u7528\u4e8e UI \u663e\u793a\u7684 Meta \u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI \u663e\u793a\u7684\u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1 SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\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\u4ea7\u54c1\u56fe\u50cf\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u50cf ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u822a\u8fd0\u7ebf\u8def\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u9001\u8d27\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u8fd0\u8f93\u5b9e\u4f8bID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u7ebf\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8cbb\u7528\u540d\u7a31\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u52a1\u72b6\u51b5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u603b\u884c\u6570\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u603b\u7a0e\u989d\uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u7dda\u7a05\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387\u7f16\u53f7\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a05\u984d\u603b\u989d\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a05\u984d\u5c0f\u8a08\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u884c\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5546\u54c1\u7f16\u53f7\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u5238\u4ee3\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u603b\u7a0e\u989d\u3002",
                                        "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\u5b9a\u4e49\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f18\u60e0\u5238\u662f\u5426\u63d0\u4f9b\u514d\u8d39\u9001\u8d27\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 ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u952e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\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\u4ed8\u6b3e\u3002\u5b83\u5c06\u8bbe\u7f6e\u72b6\u6001\u4e3a\u5904\u7406\u4e2d\u5e76\u51cf\u5c11\u5e93\u5b58\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u4ee5\u4fbf\u8ba2\u5355\u6ce8\u91ca\u6ce8\u518c\u4e3a\u201c\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u672f\u8bed\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8a5e\u5f59\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u5bf9\u8d44\u6e90\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\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": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u6863\u6848\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8d44\u6e90\u7236\u7ea7\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u7c7b\u522b\u6863\u6848\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/custom-fields\/names": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u9879\u76ee\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/custom-fields\/names"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u8bba\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\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\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u8bba\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u59d3\u540d\u3002",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "\u5ba1\u9605\u8005\u7684\u7535\u5b50\u90ae\u4ef6\u3002",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "\u5ba1\u67e5\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u8be5\u8bc4\u8bba\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u8be5\u8bc4\u8bba\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u5ba1\u67e5\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5ba1\u7a3f\u4eba\u59d3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u5ba1\u9605\u8005\u7535\u5b50\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8a55\u8ad6\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u8bba\u8bc4\u7ea7\uff080 \u81f3 5\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8fd0\u8f93\u7c7b\u522b\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/shipping_classes\/slug-suggestion"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8d44\u6e90\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002\u4ec5\u9002\u7528\u4e8e\u5206\u5c42\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u8d44\u6e90\u3002",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u8d44\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7c7b\u578b\u7279\u6709\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8d44\u6e90\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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 \u6b64\u53c2\u6570\u7684\u4f18\u5148\u7ea7\u9ad8\u4e8e\u201csku\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "\u4ec5\u663e\u793a\u540d\u79f0\u6216 SKU \u4e0e\u5b57\u7b26\u4e32\u90e8\u5206\u5339\u914d\u7684\u7ed3\u679c\u3002 \u6b64\u53c2\u6570\u7684\u4f18\u5148\u7ea7\u9ad8\u4e8e\u201csearch\u201d\u3001\u201csku\u201d\u548c\u201csearch_sku\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "\u642d\u914d\u641c\u7d22\u53c2\u6570\u4f7f\u7528\u65f6\uff0c\u53ef\u5c06\u641c\u7d22\u8303\u56f4\u9650\u5236\u5728\u7279\u5b9a\u5b57\u6bb5\u5185\u3002 \u53ef\u7528\u5b57\u6bb5\uff1aname\u3001sku\u3001global_unique_id\u3001description\u3001short_description\u3002 \u6b64\u53c2\u6570\u4f18\u5148\u4e8e\u6240\u6709\u5176\u4ed6\u641c\u7d22\u53c2\u6570\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\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\u4f55\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u4efb\u4f55\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u7684\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
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\u4ea7\u54c1\u3002.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/suggested-products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u6807\u7b7e ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u8fd0\u8f93\u7c7b\u522b ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027 slug\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u5c5e\u6027\u672f\u8bed ID \u7684\u4ea7\u54c1\uff08\u9700\u8981\u5206\u914d\u7684\u5c5e\u6027\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u5e93\u5b58\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u522b ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684\u4ea7\u54c1\u6807\u7b7e ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u6570\u91cf\u7684\u5efa\u8bae\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u521b\u5efa\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u5e16\u5b50\u72b6\u6001\uff09\u3002",
                            "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\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\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u4ea7\u54c1\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u5916\u90e8 URL\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u4ea7\u54c1\u5916\u90e8\u6309\u94ae\u6587\u672c\u3002\u4ec5\u9002\u7528\u4e8e\u5916\u90e8\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u4ea7\u54c1\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u5141\u8bb8\u5728\u4e00\u4e2a\u8ba2\u5355\u4e2d\u8d2d\u4e70\u4e00\u4ef6\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u91cd\u91cf\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u5c3a\u5bf8\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u8bba\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u53d1\u5e03\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1 ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7236 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u7c7b\u522b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u7c7b\u522b ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u7c7b\u522b slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "\u54c1\u724c\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u54c1\u724c ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u54c1\u724c\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u54c1\u724c\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 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u8bb0 slug\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u50cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u50cf ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u5728\u4ea7\u54c1\u9875\u9762\u7684\u201c\u9644\u52a0\u4fe1\u606f\u201d\u9009\u9879\u5361\u4e0a\u53ef\u89c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u8be5\u5c5e\u6027\u662f\u5426\u53ef\u4ee5\u7528\u4f5c\u53d8\u4f53\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u5c5e\u6027\u53ef\u7528\u7684\u672f\u8bed\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u53d8\u4f53\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6709\u4ef7\u683c\u6216\u65e0\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": "\u5c6c\u6027\u86de\u8753\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u8a5e\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c6c\u6027\u8a5e\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\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u53d8\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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": "\u53d8\u91cf\u4ea7\u54c1\u7684\u552f\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": "\u751f\u6210\u7684\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\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5f02\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\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6 ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u540d\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6 URL\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u8ca8\u7a0e\u985e\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u50cf ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\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 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u952e\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u503c\u3002",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u4f53\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\u5316\u7684\u6b63\u5e38\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u5316\u9500\u552e\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u9500\u552e\u4ef7\u683c\u7684\u7ed3\u675f\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u5f02\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u53d8\u5316\u662f\u865a\u62df\u7684\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u4f53\u53ef\u4e0b\u8f7d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6 ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6 URL\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u8d2d\u4e70\u540e\u53ef\u4e0b\u8f7d\u6587\u4ef6\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u8bbf\u95ee\u6743\u9650\u5230\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u52a1\u72b6\u51b5\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u5316\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5b58\u8d27\u6578\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\u679c\u7ba1\u7406\u5e93\u5b58\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": "\u8be5\u53d8\u4f53\u7684\u5e93\u5b58\u91cf\u4f4e\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u5316\u6743\u91cd\uff08\u516c\u65a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u5f02\u7ef4\u5ea6\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u5f02\u957f\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u5316\u5bbd\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u5316\u9ad8\u5ea6\uff08\u5398\u7c73\uff09\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u822a\u8fd0\u7c7b\u5b50\u5f39\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u5316\u56fe\u50cf\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u50cf ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff08\u4ee5\u7ad9\u70b9\u7684\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u50cf\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5 GMT \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff08\u4ee5\u7f51\u7ad9\u65f6\u533a\u4e3a\u51c6\uff09\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u50cf\u6700\u540e\u4fee\u6539\u7684\u65e5\u671f\uff0c\u4ee5\u683c\u6797\u5a01\u6cbb\u6807\u51c6\u65f6\u95f4 (GMT) \u4e3a\u5355\u4f4d\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u7f51\u5740\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u50cf\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u50cf\u66ff\u4ee3\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\u6027ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u9009\u5b9a\u7684\u5c5e\u6027\u672f\u8bed\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u83dc\u5355\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u6392\u5e8f\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u952e\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\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\u6570\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u663e\u793a\u9488\u5bf9\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\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/refunds"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u544a\u671f\u3002.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u8d77\u59cb\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u5bf9\u4e8e\u7279\u5b9a\u7ed3\u675f\u65e5\u671f\u7684\u9000\u8d27\u9500\u552e\uff0c\u65e5\u671f\u9700\u8981\u91c7\u7528 YYYY-MM-DD \u683c\u5f0f\u3002.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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\u7ec4ID\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\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\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\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8a2d\u5b9a\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": "\u8fd0\u8f93\u533a\u57df\u540d\u79f0\u3002.",
                            "required": true
                        },
                        "order": {
                            "description": "\u53d1\u8d27\u533a\u57df\u987a\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8fd0\u8f93\u533a\u57df\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u53d1\u8d27\u533a\u57df\u987a\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\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": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u53d1\u8d27\u533a\u57df\u4f4d\u7f6e\u4ee3\u7801\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u53d1\u8d27\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\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u6392\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u5df2\u542f\u7528\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u8bbe\u7f6e\u3002.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u7f16\u53f7\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\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8fd0\u8f93\u65b9\u5f0f\u6392\u5e8f\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u5df2\u542f\u7528\u3002.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u5f0f\u8bbe\u7f6e\u3002.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u5783\u573e\u7bb1\u5e76\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u6309\u7a0e\u79cd\u6392\u5e8f\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6 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\/ZIP\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201c\u90ae\u653f\u7f16\u7801\u201d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\uff0c\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u81ea WooCommerce 5.3 \u8d77\u5df2\u5f03\u7528\uff0c\u5e94\u6539\u7528\u201ccities\u201d\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\u6536\u4f18\u5148\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u8fd9\u662f\u5426\u662f\u590d\u5408\u5229\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u6b64\u7a0e\u7387\u662f\u5426\u4e5f\u9002\u7528\u4e8e\u8fd0\u8d39\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u8ca8\u7a0e\u985e\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u7f16\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u5217\u8868\u3002\u5728 WooCommerce 5.3 \u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u8be5\u96c6\u5408\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5b57\u7b26\u4e32\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u54cd\u5e94\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7236 ID \u7684\u7ed3\u679c\u96c6\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a slug \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a SKU \u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9500\u552e\u4e2d\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u6839\u636e\u6700\u4f4e\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u6839\u636e\u6700\u9ad8\u4ef7\u683c\u9650\u5236\u7ed3\u679c\u96c6\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u6392\u9664\u7279\u5b9a\u7684\u952e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\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\u6709\u4ef7\u683c\u6216\u65e0\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": "\u5c6c\u6027\u86de\u8753\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u8a5e\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c6c\u6027\u8a5e\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\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\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\u5177\u6709\u4efb\u4f55\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5b9a\u4e3a\u9500\u552e\u70b9\u53ef\u89c1\u7684\u53d8\u4f53\u3002.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/variations"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u5bf9\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u7684\u54cd\u5e94\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u54cd\u5e94\u9650\u5236\u5728\u7ed9\u5b9a\u7684 ISO8601 \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\u96c6\u6392\u9664\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u504f\u79fb\u7279\u5b9a\u6570\u91cf\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u5bf9\u5c5e\u6027\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\uff0c\u4ec5\u663e\u793a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684 Webhook\u3002.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \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 \u4e3b\u9898\u3002.",
                            "required": true
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u53d1\u9001 URL\u3002.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u5fc5\u987b\u4e3a\u771f\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u4e22\u5f03\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u4fbf\u4e8e\u7406\u89e3\u7684 webhook \u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u4e3b\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u7528\u4e8e\u751f\u6210\u5df2\u53d1\u9001 webhook \u54c8\u5e0c\u503c\u7684\u5bc6\u94a5\uff0c\u8be5\u5bc6\u94a5\u5305\u542b\u5728\u8bf7\u6c42\u5934\u4e2d\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5219\u9ed8\u8ba4\u4f7f\u7528\u5f53\u524d\u7528\u6237 ID \u6216\u7528\u6237\u540d\u751f\u6210\u7684 MD5 \u54c8\u5e0c\u503c\u3002.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u5de5\u5177\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u5de5\u5177\u540d\u79f0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "\u8fd0\u884c\u8be5\u5de5\u5177\u4f1a\u6267\u884c\u54ea\u4e9b\u64cd\u4f5c\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u5de5\u5177\u63cf\u8ff0\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "\u5de5\u5177\u8fd0\u884c\u6210\u529f\u4e86\u5417\uff1f",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8d44\u6e90\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u7ed3\u8d26\u9875\u9762\u4e0a\u7684\u652f\u4ed8\u7f51\u5173\u6807\u9898\u3002.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u7ed3\u8d26\u65f6\u652f\u4ed8\u7f51\u5173\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u6392\u5e8f\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u7528\u4e8e\u754c\u9762\u8bbe\u7f6e\u7684\u53ef\u8bfb\u6807\u7b7e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u9488\u5bf9\u754c\u9762\u4e2d\u4f7f\u7528\u7684\u8bbe\u7f6e\u7684\u53ef\u8bfb\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\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": "\u8a2d\u5b9a\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u5411\u7528\u6237\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u7684\u9644\u52a0\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u5728\u6587\u672c\u8f93\u5165\u4e2d\u663e\u793a\u7684\u5360\u4f4d\u7b26\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u9646\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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 alpha-2 \u56fd\u5bb6\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\/paypal-standard\/update-shipping": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/paypal-standard\/update-shipping"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/paypal-webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-buttons\/create-order": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/paypal-buttons\/create-order"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-buttons\/cancel-payment": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/paypal-buttons\/cancel-payment"
                    }
                ]
            }
        },
        "\/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\u7684\u683c\u5f0f\u4e3a yyyy-mm-dd\u3002",
                            "type": "string",
                            "default": null,
                            "required": false
                        },
                        "expiration_days": {
                            "description": "\u8981\u6dfb\u52a0\u5230\u5f53\u524d\u65e5\u671f\u624d\u80fd\u83b7\u5f97\u5230\u671f\u65e5\u671f\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "force_new": {
                            "description": "\u5373\u4f7f\u5df2\u7ecf\u5b58\u5728\u5e76\u4e14\u5c1a\u672a\u8fc7\u671f\uff0c\u4e5f\u5f3a\u5236\u521b\u5efa\u65b0\u7684\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": "\u53d1\u9001\u8ba2\u5355\u8be6\u7ec6\u4fe1\u606f\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",
                                "customer_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",
                                "customer_pos_completed_order",
                                "customer_pos_refunded_order",
                                "new_receipt"
                            ],
                            "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": "\u53d1\u9001\u8ba2\u5355\u8be6\u7ec6\u4fe1\u606f\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:\/\/kiwimandarin.com\/zh\/wp-json\/wc\/v3\/orders\/statuses"
                    }
                ]
            }
        },
        "\/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 alpha-2 \u56fd\u5bb6\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/country"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 alpha-2 \u56fd\u5bb6\u4ee3\u7801\u3002\u9ed8\u8ba4\u4e3a WooCommerce \u7684\u57fa\u672c\u4f4d\u7f6e\u56fd\u5bb6\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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\u8005 ID \u5230\u8868\u793a\u6392\u5e8f\u987a\u5e8f\u7684\u6574\u6570\u503c\u7684\u6620\u5c04\u3002",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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": "\u8981\u53d6\u6d88\u6fc0\u52b1\u7684\u4e0a\u4e0b\u6587 ID\u3002\u5982\u679c\u672a\u63d0\u4f9b\uff0c\u5c06\u53d6\u6d88\u6240\u6709\u4e0a\u4e0b\u6587\u7684\u6fc0\u52b1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "do_not_track": {
                            "description": "\u5982\u679c\u503c\u4e3a true\uff0c\u5219\u8ddf\u8e2a\u6d41\u7a0b\u5c06\u5ffd\u7565\u6fc0\u52b1\u89e3\u9664\u6307\u4ee4\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/start": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/save": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/check": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/finish": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/clean": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/init": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/init"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/reset": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/reset"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session\/finish": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session\/finish"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/test_account\/disable": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "\u5165\u95e8\u6d41\u7a0b\u4e2d\u89e6\u53d1\u6b64\u8bf7\u6c42\u7684\u73af\u8282\u3002",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/test_account\/disable"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/preload": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/preload"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/reset": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "\u5165\u95e8\u6d41\u7a0b\u4e2d\u89e6\u53d1\u6b64\u8bf7\u6c42\u7684\u73af\u8282\u3002",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/reset"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/woopay-eligibility": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/woopay-eligibility"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/test_account\/disable": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4f7f\u7528\u5df2\u5b58\u50a8\u63d0\u4f9b\u5546\u4f01\u4e1a\u6ce8\u518c\u5730\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "\u5165\u95e8\u6d41\u7a0b\u4e2d\u89e6\u53d1\u6b64\u8bf7\u6c42\u7684\u73af\u8282\u3002",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "\u5546\u5bb6\u8fdb\u5165\u5165\u95e8\u6d41\u7a0b\u7684\u521d\u59cb\u5165\u53e3\u70b9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/test_account\/disable"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/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": "\u7528\u4e8e\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u9884\u89c8\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin-email\/settings\/email\/save-transient"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/listing\/recreate-email-post": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email_id": {
                            "description": "\u8981\u4e3a\u5176\u91cd\u65b0\u521b\u5efa\u6587\u7ae0\u7684\u7535\u5b50\u90ae\u4ef6 ID\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wc-admin-email\/settings\/email\/listing\/recreate-email-post"
                    }
                ]
            }
        },
        "\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "\u5e73\u53f0\u8ffd\u8e2a\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\u5e94\u7528\u7a0b\u5e8f\u7684\u5b89\u88c5\u65e5\u671f\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wccom-site\/v3"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/installer\/(?P<product_id>\\d+)\/state": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wccom-site\/v3\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wccom-site\/v3\/connection\/disconnect"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/connection\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wccom-site\/v3\/connection\/status"
                    }
                ]
            }
        },
        "\/mailpoet\/v1": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "mailpoet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automations": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orderby": {
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1\/automations"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automations\/(?P<id>\\d+)": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "required": false
                        },
                        "steps": {
                            "type": "object",
                            "properties": {
                                "root": {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string",
                                            "pattern": "^root$"
                                        },
                                        "type": {
                                            "type": "string",
                                            "pattern": "^root$"
                                        },
                                        "key": {
                                            "type": "string",
                                            "pattern": "^core:root$"
                                        },
                                        "args": {
                                            "type": "object",
                                            "additionalProperties": false
                                        },
                                        "next_steps": {
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "id": {
                                                        "type": [
                                                            "string",
                                                            "null"
                                                        ],
                                                        "required": true
                                                    }
                                                }
                                            },
                                            "required": true
                                        }
                                    },
                                    "required": true
                                }
                            },
                            "additionalProperties": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "type": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "key": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "args": {
                                        "type": "object",
                                        "required": true
                                    },
                                    "next_steps": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": [
                                                        "string",
                                                        "null"
                                                    ],
                                                    "required": true
                                                }
                                            }
                                        },
                                        "required": true
                                    },
                                    "filters": {
                                        "type": [
                                            "object",
                                            "null"
                                        ],
                                        "properties": {
                                            "operator": {
                                                "type": "string",
                                                "pattern": "^and|or$",
                                                "required": true
                                            },
                                            "groups": {
                                                "type": "array",
                                                "items": {
                                                    "type": "object",
                                                    "properties": {
                                                        "id": {
                                                            "type": "string",
                                                            "required": true
                                                        },
                                                        "operator": {
                                                            "type": "string",
                                                            "pattern": "^and|or$",
                                                            "required": true
                                                        },
                                                        "filters": {
                                                            "type": "array",
                                                            "items": {
                                                                "type": "object",
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "field_type": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "field_key": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "condition": {
                                                                        "type": "string",
                                                                        "required": true
                                                                    },
                                                                    "args": {
                                                                        "type": "object",
                                                                        "required": true
                                                                    }
                                                                }
                                                            },
                                                            "minItems": 1,
                                                            "required": true
                                                        }
                                                    }
                                                },
                                                "minItems": 1,
                                                "required": true
                                            }
                                        },
                                        "required": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automations\/(?P<id>\\d+)\/duplicate": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automations\/create-from-template": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1\/automations\/create-from-template"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation-templates": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1\/automation-templates"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation-templates\/(?P<slug>.+)": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        },
                        "preview": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/mailpoet\/v1\/automation\/analytics\/automation_flow": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "query": {
                            "type": "object",
                            "properties": {
                                "primary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "limit": {
                                    "type": "integer",
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "order_by": {
                                    "type": "string"
                                },
                                "order": {
                                    "type": "string"
                                },
                                "page": {
                                    "type": "integer",
                                    "minimum": 1
                                },
                                "filter": {
                                    "type": "object",
                                    "properties": []
                                },
                                "search": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1\/automation\/analytics\/automation_flow"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation\/analytics\/overview": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "query": {
                            "type": "object",
                            "properties": {
                                "primary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "secondary": {
                                    "type": "object",
                                    "properties": {
                                        "after": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        },
                                        "before": {
                                            "type": "string",
                                            "format": "date-time",
                                            "required": true
                                        }
                                    }
                                },
                                "limit": {
                                    "type": "integer",
                                    "minimum": 1,
                                    "maximum": 100
                                },
                                "orderBy": {
                                    "type": "string"
                                },
                                "orderDirection": {
                                    "type": "string"
                                },
                                "page": {
                                    "type": "integer",
                                    "minimum": 1
                                },
                                "filter": {
                                    "type": "object"
                                },
                                "search": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/mailpoet\/v1\/automation\/analytics\/overview"
                    }
                ]
            }
        },
        "\/mailpoet\/v1\/automation\/analytics\/runs\/(?P<id>\\d+)\/status": {
            "namespace": "mailpoet\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "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
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique identifier for the ability category.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique identifier for the ability category.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "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
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/remote_authorize": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/remote_connect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to items with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to items with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limit result set to items that are sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Whether to ignore sticky posts or not.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "brizy_media": {
                            "description": "Brizy attached media",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular media type or media types.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular MIME type or MIME types.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL to the edited image file.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array of image edits.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Image edit.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Flip",
                                        "properties": {
                                            "type": {
                                                "description": "Flip type.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Flip arguments.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Flip direction.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Whether to flip in the horizontal direction.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Whether to flip in the vertical direction.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Rotation",
                                        "properties": {
                                            "type": {
                                                "description": "Rotation type.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Rotation arguments.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angle to rotate clockwise in degrees.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Crop",
                                        "properties": {
                                            "type": {
                                                "description": "Crop type.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Crop arguments.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizontal position from the left to begin the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Vertical position from the top to begin the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Width of the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Height of the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limit result set to items with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "The theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "ID of global styles config.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Global styles.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Global settings.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Title of the global styles variation.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the global styles variation, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_brand": {
                            "description": "Limit result set to items with specific terms assigned in the product_brand taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_brand_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the product_brand taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat": {
                            "description": "Limit result set to items with specific terms assigned in the product_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the product_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag": {
                            "description": "Limit result set to items with specific terms assigned in the product_tag taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the product_tag taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e86\u7279\u5b9a\u54c1\u724c ID \u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "The terms assigned to the post in the product_brand taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/product"
                    }
                ]
            }
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "The terms assigned to the post in the product_brand taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "The terms assigned to the post in the product_brand taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "The terms assigned to the post in the product_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "The terms assigned to the post in the product_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Are sharing buttons enabled?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "is_unread": {
                            "description": "Limit result set to read or unread feedback items.",
                            "type": "boolean",
                            "required": false
                        },
                        "invalid_ids": {
                            "description": "List of item IDs to include in results regardless of filters.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/filters": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/filters"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "version": {
                            "type": "integer",
                            "default": 1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/integrations"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations-metadata": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/integrations-metadata"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations\/(?P<slug>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/bulk_actions": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "enum": [
                                "mark_as_spam",
                                "mark_as_not_spam"
                            ],
                            "required": true
                        },
                        "post_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/bulk_actions"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/trash": {
            "namespace": "wp\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "trash",
                                "spam"
                            ],
                            "default": "trash",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/trash"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/config": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/config"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?P<id>\\d+)\/read": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "is_unread": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/counts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Limit results to those of a specific parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "before": {
                            "description": "Limit results to feedback published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "after": {
                            "description": "Limit results to feedback published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "is_unread": {
                            "description": "Limit results to read or unread feedback items.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/feedback\/counts"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/mailpoet_email"
                    }
                ]
            }
        },
        "\/wp\/v2\/mailpoet_email\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "mailpoet_data": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "subject": {
                                    "type": "string"
                                },
                                "preheader": {
                                    "type": "string"
                                },
                                "preview_url": {
                                    "type": "string"
                                },
                                "deleted_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "scheduled_at": {
                                    "type": [
                                        "string",
                                        "null"
                                    ]
                                },
                                "utm_campaign": {
                                    "type": "string"
                                },
                                "segment_ids": {
                                    "type": "array"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/mailpoet_email\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_order": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/jp_pay_order"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_order\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "spam",
                                    "jp-temp-feedback",
                                    "sent",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Simple payments; price.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; currency code.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; text with &quot;Buy&quot; or other CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Simple payments; allow multiple items",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments button; paypal email.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; status.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/jp_pay_product"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Simple payments; price.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; currency code.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; text with &quot;Buy&quot; or other CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Simple payments; allow multiple items",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments button; paypal email.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; status.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Simple payments; price.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; currency code.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; text with &quot;Buy&quot; or other CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Simple payments; allow multiple items",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments button; paypal email.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Simple payments; status.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "An alphanumeric identifier for the post type.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "An alphanumeric identifier for the status.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to taxonomies associated with a specific post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "An alphanumeric identifier for the taxonomy.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_brand": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/product_brand"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_brand\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/product_cat"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_cat\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/product_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Order sort attribute ascending or descending.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sort collection by user attribute.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to users with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limit result set to users who are considered authors.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limit result set to users who have published posts.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "product": "product",
                                    "feedback": "feedback",
                                    "mailpoet_email": "mailpoet_email",
                                    "jp_pay_order": "jp_pay_order",
                                    "jp_pay_product": "jp_pay_product"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to comments published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limit result set to that from a specific author email. Requires authorization.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to comments published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by comment attribute.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limit result set to comments of specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Ensure result set excludes specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limit result set to comments assigned to specific post IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limit result set to comments assigned a specific status. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limit result set to comments assigned a specific type. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limit results to items of an object type.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limit results to items of one or more object subtypes.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "product",
                                    "category",
                                    "post_tag",
                                    "product_brand",
                                    "product_cat",
                                    "product_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique registered name for the block.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for the block.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID of the post context.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Block name.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "Title",
                            "description": "Site title.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Tagline",
                            "description": "Site tagline.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Site URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "This address is used for admin purposes, like new user notification.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "A city in the same timezone as you.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "A date format for all date strings.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "A time format for all time strings.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "A day number of the week that the week should start on.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress locale code.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Convert emoticons like :-) and :-P to graphics on display.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Default post category.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Default post format.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximum posts per page",
                            "description": "Blog pages show at most.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Show on front",
                            "description": "What to show on the front page",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Page on front",
                            "description": "The ID of the page that should be displayed on the front page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "The ID of the page that should display the latest posts",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Allow comments on new posts",
                            "description": "Allow people to submit comments on new posts.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Site logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "Site icon.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "\u5982\u679c\u542f\u7528\uff0c\u6b64\u65b9\u6cd5\u5c06\u51fa\u73b0\u5728\u57fa\u4e8e\u533a\u5757\u7684\u7ed3\u8d26\u6d41\u7a0b\u4e2d\u3002.",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "\u8fd9\u63a7\u5236\u7528\u6237\u5728\u7ed3\u8d26\u65f6\u770b\u5230\u7684\u6807\u9898\u3002.",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "\u5982\u679c\u5b9a\u4e49\u4e86\u6210\u672c\uff0c\u5219\u6b64\u8bbe\u7f6e\u63a7\u5236\u662f\u5426\u5bf9\u8be5\u6210\u672c\u5f81\u7a0e\u3002.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "\u53ef\u9009\u62e9\u6536\u53d6\u672c\u5730\u81ea\u53d6\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
                        },
                        "cookie_consent_template": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "Blogroll Recommendations": {
                            "title": "",
                            "description": "Site Recommendations",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "name": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "icon": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "url": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "description": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "is_non_wpcom_site": {
                                        "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\u7684\u663e\u793a\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\u7684\u663e\u793a\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\uff08address_2\uff09\u5b57\u6bb5\u7684\u663e\u793a\u3002",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limit result set to themes assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "The theme's stylesheet. This uniquely identifies the theme.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limits results to plugins with the given status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a registered sidebar",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Nested widgets.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Serialized widget form data to encode into instance settings.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar to return widgets for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Whether to force removal of the widget, or move it to the inactive sidebar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limit result set to blocks matching the search term.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to those matching a category ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limit results to those matching a keyword ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit results to those matching a pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL to process.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "An alphanumeric identifier for the menu location.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/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:\/\/kiwimandarin.com\/zh\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 1931,
    "site_icon_url": false,
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/kiwimandarin.com\/zh\/wp-json\/wp\/v2\/media\/1931"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}