{ "name": "FLYDESK", "description": "Fly your work with style", "url": "https:\/\/dev.flydesk.com", "home": "https:\/\/dev.flydesk.com\/fi\/", "gmt_offset": 8, "timezone_string": "Asia\/Hong_Kong", "page_for_posts": 195, "page_on_front": 1353, "show_on_front": "page", "namespaces": [ "frm-admin\/v1", "oembed\/1.0", "akismet\/v1", "optml\/v1", "redirection\/v1", "user-verification\/v2", "wc\/v3", "wordfence\/v1", "yoast\/v1", "jetpack\/v4", "complianz\/v1", "wc-admin", "wc-analytics", "wc\/store", "wc\/store\/v1", "wc\/private", "wp-rocket\/v1", "flydesk\/v1\/json", "dp\/enquiry_content\/v1", "wp-offload-ses\/v1", "wc\/v1", "wc\/v2", "wc-telemetry", "wccom-site\/v3", "wp\/v2", "wp-site-health\/v1", "wp-block-editor\/v1", "wp-abilities\/v1" ], "authentication": [], "routes": { "\/": { "namespace": "", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/batch\/v1" } ] } }, "\/frm-admin\/v1": { "namespace": "frm-admin\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "frm-admin\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/frm-admin\/v1" } ] } }, "\/frm-admin\/v1\/install": { "namespace": "frm-admin\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/frm-admin\/v1\/install" } ] } }, "\/frm-admin\/v1\/install-addon": { "namespace": "frm-admin\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/frm-admin\/v1\/install-addon" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/oembed\/1.0" } ] } }, "\/oembed\/1.0\/embed": { "namespace": "oembed\/1.0", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "url": { "description": "Sen resurssin URL jonka oEmbed-tiedot noudetaan.", "type": "string", "format": "uri", "required": true }, "format": { "default": "json", "required": false }, "maxwidth": { "default": 600, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/oembed\/1.0\/embed" } ] } }, "\/oembed\/1.0\/proxy": { "namespace": "oembed\/1.0", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "url": { "description": "Sen resurssin URL jonka oEmbed-tiedot noudetaan.", "type": "string", "format": "uri", "required": true }, "format": { "description": "K\u00e4ytett\u00e4v\u00e4 oEmbed-muoto.", "type": "string", "default": "json", "enum": [ "json", "xml" ], "required": false }, "maxwidth": { "description": "Upotettavan kehyksen maksimileveys pikselein\u00e4.", "type": "integer", "default": 600, "required": false }, "maxheight": { "description": "Upotettavan kehyksen maksimikorkeus pikselein\u00e4.", "type": "integer", "required": false }, "discover": { "description": "Tehd\u00e4\u00e4nk\u00f6 oEmbed-tiedustelukutsu ennalta hyv\u00e4ksym\u00e4tt\u00f6mien palveluntarjoajien palveluihin.", "type": "boolean", "default": true, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/oembed\/1.0\/proxy" } ] } }, "\/akismet\/v1": { "namespace": "akismet\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "akismet\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1" } ] } }, "\/akismet\/v1\/key": { "namespace": "akismet\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "key": { "type": "string", "description": "A 12-character Akismet API key. Available at akismet.com\/account", "required": true } } }, { "methods": [ "DELETE" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1\/key" } ] } }, "\/akismet\/v1\/settings": { "namespace": "akismet\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "akismet_strictness": { "type": "boolean", "description": "If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.", "required": false }, "akismet_show_user_comments_approved": { "type": "boolean", "description": "If true, show the number of approved comments beside each comment author in the comments list page.", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1\/settings" } ] } }, "\/akismet\/v1\/stats": { "namespace": "akismet\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "interval": { "type": "string", "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all", "default": "all", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1\/stats" } ] } }, "\/akismet\/v1\/stats\/(?P[\\w+])": { "namespace": "akismet\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "interval": { "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all", "type": "string", "required": false } } } ] }, "\/akismet\/v1\/alert": { "namespace": "akismet\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "key": { "type": "string", "description": "A 12-character Akismet API key. Available at akismet.com\/account", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "key": { "type": "string", "description": "A 12-character Akismet API key. Available at akismet.com\/account", "required": false } } }, { "methods": [ "DELETE" ], "args": { "key": { "type": "string", "description": "A 12-character Akismet API key. Available at akismet.com\/account", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1\/alert" } ] } }, "\/akismet\/v1\/webhook": { "namespace": "akismet\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/akismet\/v1\/webhook" } ] } }, "\/optml\/v1": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "optml\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1" } ] } }, "\/optml\/v1\/update_option": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/update_option" } ] } }, "\/optml\/v1\/request_update": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/request_update" } ] } }, "\/optml\/v1\/check_redirects": { "namespace": "optml\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/check_redirects" } ] } }, "\/optml\/v1\/connect": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "api_key": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/connect" } ] } }, "\/optml\/v1\/select_application": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "api_key": { "type": "string", "required": true }, "application": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/select_application" } ] } }, "\/optml\/v1\/register_service": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "email": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/register_service" } ] } }, "\/optml\/v1\/disconnect": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/disconnect" } ] } }, "\/optml\/v1\/poll_optimized_images": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/poll_optimized_images" } ] } }, "\/optml\/v1\/get_sample_rate": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/get_sample_rate" } ] } }, "\/optml\/v1\/upload_onboard_images": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "offset": { "type": "number", "default": 0, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/upload_onboard_images" } ] } }, "\/optml\/v1\/poll_watermarks": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/poll_watermarks" } ] } }, "\/optml\/v1\/add_watermark": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/add_watermark" } ] } }, "\/optml\/v1\/remove_watermark": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/remove_watermark" } ] } }, "\/optml\/v1\/poll_conflicts": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/poll_conflicts" } ] } }, "\/optml\/v1\/dismiss_conflict": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/dismiss_conflict" } ] } }, "\/optml\/v1\/clear_cache_request": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/clear_cache_request" } ] } }, "\/optml\/v1\/number_of_images_and_pages": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/number_of_images_and_pages" } ] } }, "\/optml\/v1\/get_offload_conflicts": { "namespace": "optml\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/get_offload_conflicts" } ] } }, "\/optml\/v1\/insert_images": { "namespace": "optml\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "images": { "type": "array", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/optml\/v1\/insert_images" } ] } }, "\/redirection\/v1": { "namespace": "redirection\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "redirection\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1" } ] } }, "\/redirection\/v1\/redirect": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "source", "last_count", "last_access", "position", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "source", "last_count", "last_access", "position", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/redirect" } ] } }, "\/redirection\/v1\/redirect\/(?P[\\d]+)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/redirection\/v1\/redirect\/post": { "namespace": "redirection\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "text": { "description": "Text to match", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/redirect\/post" } ] } }, "\/redirection\/v1\/bulk\/redirect\/(?Pdelete|enable|disable|reset)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "source", "last_count", "last_access", "position", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false }, "global": { "description": "Apply bulk action globally, as per filters", "type": "boolean", "required": false }, "items": { "description": "Array of IDs to perform action on", "type": "array", "items": { "description": "Item ID", "type": [ "string", "number" ] }, "required": false } } } ] }, "\/redirection\/v1\/group": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "name", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "name", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false }, "moduleId": { "description": "Module ID", "type": "integer", "minimum": 0, "maximum": 3, "required": true }, "name": { "description": "Group name", "type": "string", "required": true }, "status": { "description": "Status of the group", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/group" } ] } }, "\/redirection\/v1\/group\/(?P[\\d]+)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "moduleId": { "description": "Module ID", "type": "integer", "minimum": 0, "maximum": 3, "required": true }, "name": { "description": "Group name", "type": "string", "required": true }, "status": { "description": "Status of the group", "required": false } } } ] }, "\/redirection\/v1\/bulk\/group\/(?Pdelete|enable|disable)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "name", "id", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false }, "items": { "description": "Comma separated list of item IDs to perform action on", "type": "array", "items": { "description": "Item ID", "type": [ "string", "number" ] }, "required": false } } } ] }, "\/redirection\/v1\/log": { "namespace": "redirection\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "url", "ip", "total", "count", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/log" } ] } }, "\/redirection\/v1\/bulk\/log\/(?Pdelete)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "url", "ip", "total", "count", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false }, "items": { "description": "Comma separated list of item IDs to perform action on", "type": "array", "items": { "description": "Item ID", "type": [ "string", "number" ] }, "required": false } } } ] }, "\/redirection\/v1\/404": { "namespace": "redirection\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "url", "ip", "total", "count", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/404" } ] } }, "\/redirection\/v1\/bulk\/404\/(?Pdelete)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "filterBy": { "description": "Field to filter by", "required": false }, "orderby": { "description": "Field to order results by", "type": "string", "enum": [ "url", "ip", "total", "count", "" ], "required": false }, "direction": { "description": "Direction of ordered results", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "per_page": { "description": "Number of results per page", "type": "integer", "default": 25, "minimum": 5, "maximum": 200, "required": false }, "page": { "description": "Page offset", "type": "integer", "minimum": 0, "default": 0, "required": false }, "items": { "description": "Comma separated list of item IDs to perform action on", "type": "array", "items": { "description": "Item ID", "type": [ "string", "number" ] }, "required": false } } } ] }, "\/redirection\/v1\/setting": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/setting" } ] } }, "\/redirection\/v1\/plugin": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Name", "type": "string", "required": false }, "value": { "description": "Value", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/plugin" } ] } }, "\/redirection\/v1\/plugin\/delete": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/plugin\/delete" } ] } }, "\/redirection\/v1\/plugin\/test": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/plugin\/test" } ] } }, "\/redirection\/v1\/plugin\/data": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "upgrade": { "description": "Upgrade parameter", "type": "string", "enum": [ "stop", "skip", "retry" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/plugin\/data" } ] } }, "\/redirection\/v1\/import\/file\/(?P\\d+)": { "namespace": "redirection\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/redirection\/v1\/import\/plugin": { "namespace": "redirection\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/redirection\/v1\/import\/plugin" } ] } }, "\/redirection\/v1\/export\/(?P1|2|3|all)\/(?Pcsv|apache|nginx|json)": { "namespace": "redirection\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ] }, "\/user-verification\/v2": { "namespace": "user-verification\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "user-verification\/v2", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2" } ] } }, "\/user-verification\/v2\/stats_counter": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/stats_counter" } ] } }, "\/user-verification\/v2\/process_form_data": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/process_form_data" } ] } }, "\/user-verification\/v2\/user_roles_list": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/user_roles_list" } ] } }, "\/user-verification\/v2\/page_list": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/page_list" } ] } }, "\/user-verification\/v2\/update_options": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/update_options" } ] } }, "\/user-verification\/v2\/get_options": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/get_options" } ] } }, "\/user-verification\/v2\/validated_email": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/validated_email" } ] } }, "\/user-verification\/v2\/get_posts": { "namespace": "user-verification\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/user-verification\/v2\/get_posts" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3" } ] } }, "\/wc\/v3\/marketplace\/featured": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/marketplace\/featured" } ] } }, "\/wc\/v3\/marketplace\/refresh": { "namespace": "wc\/v3", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/marketplace\/refresh" } ] } }, "\/wc\/v3\/marketplace\/subscriptions": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/marketplace\/subscriptions\/connect" } ] } }, "\/wc\/v3\/marketplace\/subscriptions\/disconnect": { "namespace": "wc\/v3", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "product_key": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/marketplace\/create-order" } ] } }, "\/wordfence\/v1": { "namespace": "wordfence\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wordfence\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1" } ] } }, "\/wordfence\/v1\/authenticate": { "namespace": "wordfence\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/authenticate" } ] } }, "\/wordfence\/v1\/authenticate-premium": { "namespace": "wordfence\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/authenticate-premium" } ] } }, "\/wordfence\/v1\/config": { "namespace": "wordfence\/v1", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/config" } ] } }, "\/wordfence\/v1\/disconnect": { "namespace": "wordfence\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/disconnect" } ] } }, "\/wordfence\/v1\/premium-connect": { "namespace": "wordfence\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/premium-connect" } ] } }, "\/wordfence\/v1\/scan\/issues": { "namespace": "wordfence\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/scan\/issues" } ] } }, "\/wordfence\/v1\/scan": { "namespace": "wordfence\/v1", "methods": [ "POST", "DELETE" ], "endpoints": [ { "methods": [ "POST" ], "args": [] }, { "methods": [ "DELETE" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/scan" } ] } }, "\/wordfence\/v1\/scan\/issue": { "namespace": "wordfence\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wordfence\/v1\/scan\/issue" } ] } }, "\/yoast\/v1": { "namespace": "yoast\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "yoast\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1" } ] } }, "\/yoast\/v1\/configurator": { "namespace": "yoast\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/configurator" } ] } }, "\/yoast\/v1\/file_size": { "namespace": "yoast\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "url": { "type": "string", "description": "The url to retrieve", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/file_size" } ] } }, "\/yoast\/v1\/statistics": { "namespace": "yoast\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/statistics" } ] } }, "\/yoast\/v1\/alerts\/dismiss": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "key": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/alerts\/dismiss" } ] } }, "\/yoast\/v1\/get_head": { "namespace": "yoast\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "url": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/get_head" } ] } }, "\/yoast\/v1\/indexing\/posts": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/posts" } ] } }, "\/yoast\/v1\/indexing\/terms": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/terms" } ] } }, "\/yoast\/v1\/indexing\/post-type-archives": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/post-type-archives" } ] } }, "\/yoast\/v1\/indexing\/general": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/general" } ] } }, "\/yoast\/v1\/indexing\/prepare": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/prepare" } ] } }, "\/yoast\/v1\/indexing\/indexables-complete": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/indexables-complete" } ] } }, "\/yoast\/v1\/indexing\/complete": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/indexing\/complete" } ] } }, "\/yoast\/v1\/link-indexing\/posts": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/link-indexing\/posts" } ] } }, "\/yoast\/v1\/link-indexing\/terms": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/link-indexing\/terms" } ] } }, "\/yoast\/v1\/semrush\/authenticate": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "code": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/semrush\/authenticate" } ] } }, "\/yoast\/v1\/semrush\/country_code": { "namespace": "yoast\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "country_code": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/semrush\/country_code" } ] } }, "\/yoast\/v1\/semrush\/related_keyphrases": { "namespace": "yoast\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "keyphrase": { "required": true }, "country_code": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/yoast\/v1\/semrush\/related_keyphrases" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4" } ] } }, "\/jetpack\/v4\/verify_xmlrpc_error": { "namespace": "jetpack\/v4", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "nonce": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/verify_xmlrpc_error" } ] } }, "\/jetpack\/v4\/verify_registration": { "namespace": "jetpack\/v4", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/verify_registration" } ] } }, "\/jetpack\/v4\/remote_authorize": { "namespace": "jetpack\/v4", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/remote_authorize" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/connection" } ] } }, "\/jetpack\/v4\/connection\/data": { "namespace": "jetpack\/v4", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/connection\/data" } ] } }, "\/jetpack\/v4\/connection\/plugins": { "namespace": "jetpack\/v4", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/connection\/reconnect" } ] } }, "\/jetpack\/v4\/connection\/register": { "namespace": "jetpack\/v4", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "from": { "description": "Indicates where the registration action was triggered for tracking\/segmentation purposes", "type": "string", "required": false }, "registration_nonce": { "description": "The registration nonce", "type": "string", "required": true }, "redirect_uri": { "description": "URI of the admin page where the user should be redirected after connection flow", "type": "string", "required": false }, "plugin_slug": { "description": "Indicates from what plugin the request is coming from", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/jetpack\/v4\/connection\/owner" } ] } }, "\/complianz\/v1": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "complianz\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1" } ] } }, "\/complianz\/v1\/documents": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/documents" } ] } }, "\/complianz\/v1\/banner": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/banner" } ] } }, "\/complianz\/v1\/track": { "namespace": "complianz\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/track" } ] } }, "\/complianz\/v1\/manage_consent_html": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/manage_consent_html" } ] } }, "\/complianz\/v1\/store_cookies": { "namespace": "complianz\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/store_cookies" } ] } }, "\/complianz\/v1\/consent-area\/(?P([0-9]+))\/(?P([a-z0-9-_]+))": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ] }, "\/complianz\/v1\/datarequests": { "namespace": "complianz\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/datarequests" } ] } }, "\/complianz\/v1\/cookie_data": { "namespace": "complianz\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/complianz\/v1\/cookie_data" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin" } ] } }, "\/wc-admin\/features": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/features" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics" } ] } }, "\/wc-analytics\/admin\/notes": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "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": [ "note_id", "date", "type", "title", "status" ], "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 }, "type": { "description": "Type of note.", "type": "array", "items": { "enum": [ "error", "warning", "update", "info", "marketing", "survey", "email" ], "type": "string" }, "required": false }, "status": { "description": "Status of note.", "type": "array", "items": { "enum": [ "pending", "actioned", "unactioned", "snoozed", "sent" ], "type": "string" }, "required": false }, "source": { "description": "Source of note.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/admin\/notes" } ] } }, "\/wc-analytics\/admin\/notes\/(?P[\\d-]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/admin\/notes\/delete\/(?P[\\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": "Status of note.", "type": "array", "items": { "enum": [ "pending", "actioned", "unactioned", "snoozed", "sent" ], "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/admin\/notes\/delete\/all" } ] } }, "\/wc-analytics\/admin\/notes\/tracker\/(?P[\\d-]+)\/user\/(?P[\\d-]+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ] }, "\/wc-analytics\/admin\/notes\/update": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/admin\/notes\/update" } ] } }, "\/wc-analytics\/admin\/notes\/experimental-activate-promo\/(?P[\\w-]+)": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-analytics\/admin\/notes\/(?P[\\d-]+)\/action\/(?P[\\d-]+)": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "note_id": { "description": "Unique ID for the Note.", "type": "integer", "required": false }, "action_id": { "description": "Unique ID for the Note Action.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/coupons": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 coupons with codes matching a given string.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "code": { "description": "Limit result set to resources with a specific code.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": true }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "default": "fixed_cart", "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "default": false, "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "default": false, "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "default": false, "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/coupons" } ] } }, "\/wc-analytics\/coupons\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc-analytics\/coupons\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/coupons\/batch" } ] } }, "\/wc-analytics\/data": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/data" } ] } }, "\/wc-analytics\/data\/countries\/locales": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/data\/countries\/locales" } ] } }, "\/wc-analytics\/data\/countries": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/data\/countries" } ] } }, "\/wc-analytics\/data\/countries\/(?P[\\w-]+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "location": { "description": "ISO3166 alpha-2 country code.", "type": "string", "required": false } } } ] }, "\/wc-analytics\/data\/download-ips": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/data\/download-ips" } ] } }, "\/wc-admin\/experiments\/assignment": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/experiments\/assignment" } ] } }, "\/wc-admin\/marketing\/recommended": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "category": { "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/marketing\/knowledge-base" } ] } }, "\/wc-admin\/marketing\/overview\/activate-plugin": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "plugin": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/marketing\/recommendations" } ] } }, "\/wc-admin\/marketing\/channels": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/marketing\/channels" } ] } }, "\/wc-admin\/marketing\/campaigns": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/marketing\/campaigns" } ] } }, "\/wc-admin\/marketing\/campaign-types": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/options" } ] } }, "\/wc-analytics\/orders": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "status": { "default": [ "any" ], "description": "Limit result set to orders which have specific statuses.", "type": "array", "items": { "type": "string", "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ] }, "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false }, "order_item_display_meta": { "default": false, "description": "Only show meta which is meant to be displayed for an order.", "type": "boolean", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "number": { "description": "Limit result set to orders matching part of an order number.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "default": "pending", "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "default": "HKD", "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "default": 0, "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "default": false, "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/orders" } ] } }, "\/wc-analytics\/orders\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc-analytics\/orders\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/orders\/batch" } ] } }, "\/wc-admin\/payment-gateway-suggestions": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "force_default_suggestions": { "type": "boolean", "description": "Return the default payment suggestions when woocommerce_show_marketplace_suggestions and woocommerce_setting_payments_recommendations_hidden options are set to no", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/payment-gateway-suggestions\/dismiss" } ] } }, "\/wc-analytics\/products": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Search by similar product name or sku.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "popularity", "rating", "popularity", "rating", "menu_order", "price", "popularity", "rating" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "search_sku": { "description": "Limit results to those with a SKU that partial matches a string.", "type": "string", "required": false }, "low_in_stock": { "description": "Limit result set to products that are low or out of stock. (Deprecated)", "type": "boolean", "default": false, "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "default": "simple", "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "default": "publish", "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "default": false, "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "default": "visible", "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "default": false, "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "default": false, "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "default": true, "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products" } ] } }, "\/wc-analytics\/products\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "description": "Whether to bypass trash and force deletion.", "type": "boolean", "required": false } } } ] }, "\/wc-analytics\/products\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/batch" } ] } }, "\/wc-analytics\/products\/suggested-products": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "popularity", "rating", "popularity", "rating", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "in_stock": { "description": "Limit result set to products in stock or out of stock.", "type": "boolean", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "categories": { "description": "Limit result set to specific product categorie ids.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tags": { "description": "Limit result set to specific product tag ids.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "limit": { "description": "Limit result set to specific amount of suggested products.", "type": "integer", "default": 5, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/suggested-products" } ] } }, "\/wc-analytics\/products\/attributes": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "search": { "description": "Search by similar attribute name.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Name for the resource.", "type": "string", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "default": "select", "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "default": "menu_order", "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "default": false, "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/attributes" } ] } }, "\/wc-analytics\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc-analytics\/products\/attributes\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/attributes\/batch" } ] } }, "\/wc-analytics\/products\/attributes\/(?P[a-z0-9_\\-]+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Slug identifier for the resource.", "type": "string", "required": false } } } ] }, "\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc-analytics\/products\/attributes\/(?P[\\d]+)\/terms\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/products\/attributes\/(?P[a-z0-9_\\-]+)\/terms": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false } } } ] }, "\/wc-analytics\/products\/categories": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "default": "default", "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/categories" } ] } }, "\/wc-analytics\/products\/categories\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc-analytics\/products\/categories\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/categories\/batch" } ] } }, "\/wc-analytics\/products\/(?P[\\d]+)\/variations": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Search by similar product name, sku, or attribute value.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "has_price": { "description": "Limit result set to products with or without price.", "type": "boolean", "required": false }, "attributes": { "description": "Limit result set to products with specified attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute slug." }, "term": { "type": "string", "description": "Attribute term." }, "terms": { "type": "array", "description": "Attribute terms." } } }, "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "default": "variation", "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } }, { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Search by similar product name, sku, or attribute value.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "has_price": { "description": "Limit result set to products with or without price.", "type": "boolean", "required": false }, "attributes": { "description": "Limit result set to products with specified attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute slug." }, "term": { "type": "string", "description": "Attribute term." }, "terms": { "type": "array", "description": "Attribute terms." } } }, "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "default": "variation", "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE", "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } }, { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc-analytics\/products\/(?P[\\d]+)\/variations\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/products\/(?P[\\d]+)\/variations\/generate": { "namespace": "wc-analytics", "methods": [ "POST", "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "delete": { "description": "Deletes unused variations.", "type": "boolean", "required": false }, "default_values": { "description": "Default values for generated variations.", "type": "object", "properties": { "description": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation description.", "type": "string" }, "sku": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Unique identifier.", "type": "string" }, "regular_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation regular price.", "type": "string" }, "sale_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation sale price.", "type": "string" }, "date_on_sale_from": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_from_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ] }, "date_on_sale_to": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_to_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ] }, "virtual": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is virtual.", "type": "boolean" }, "downloadable": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is downloadable.", "type": "boolean" }, "downloads": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer" }, "download_expiry": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of days until access to downloadable files expires.", "type": "integer" }, "tax_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ] }, "tax_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax class.", "type": "string" }, "manage_stock": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock management at variation level.", "type": "boolean" }, "stock_quantity": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock quantity.", "type": "integer" }, "stock_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ] }, "backorders": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ] }, "low_stock_amount": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ] }, "weight": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation weight (kg).", "type": "string" }, "dimensions": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Shipping class slug.", "type": "string" }, "image": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "attributes": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } }, "menu_order": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Menu order, used to custom sort products.", "type": "integer" }, "meta_data": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } }, "name": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product parent name.", "type": "string" }, "type": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product type.", "type": "string", "enum": [ "variation" ] }, "parent_id": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product parent ID.", "type": "integer" } }, "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "default": "variation", "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "delete": { "description": "Deletes unused variations.", "type": "boolean", "required": false }, "default_values": { "description": "Default values for generated variations.", "type": "object", "properties": { "description": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation description.", "type": "string" }, "sku": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Unique identifier.", "type": "string" }, "regular_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation regular price.", "type": "string" }, "sale_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation sale price.", "type": "string" }, "date_on_sale_from": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_from_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ] }, "date_on_sale_to": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_to_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ] }, "virtual": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is virtual.", "type": "boolean" }, "downloadable": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is downloadable.", "type": "boolean" }, "downloads": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer" }, "download_expiry": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of days until access to downloadable files expires.", "type": "integer" }, "tax_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ] }, "tax_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax class.", "type": "string" }, "manage_stock": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock management at variation level.", "type": "boolean" }, "stock_quantity": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock quantity.", "type": "integer" }, "stock_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ] }, "backorders": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ] }, "low_stock_amount": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ] }, "weight": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation weight (kg).", "type": "string" }, "dimensions": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Shipping class slug.", "type": "string" }, "image": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "attributes": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } }, "menu_order": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Menu order, used to custom sort products.", "type": "integer" }, "meta_data": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } }, "name": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product parent name.", "type": "string" }, "type": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product type.", "type": "string", "enum": [ "variation" ] }, "parent_id": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Product parent ID.", "type": "integer" } }, "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "name": { "description": "Product parent name.", "type": "string", "required": false }, "type": { "default": "variation", "description": "Product type.", "type": "string", "enum": [ "variation" ], "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false } } } ] }, "\/wc-analytics\/variations": { "namespace": "wc-analytics", "methods": [ "GET", "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Search by similar product name, sku, or attribute value.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "has_price": { "description": "Limit result set to products with or without price.", "type": "boolean", "required": false }, "attributes": { "description": "Limit result set to products with specified attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute slug." }, "term": { "type": "string", "description": "Attribute term." }, "terms": { "type": "array", "description": "Attribute terms." } } }, "required": false } } }, { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Search by similar product name, sku, or attribute value.", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "has_price": { "description": "Limit result set to products with or without price.", "type": "boolean", "required": false }, "attributes": { "description": "Limit result set to products with specified attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute slug." }, "term": { "type": "string", "description": "Attribute term." }, "terms": { "type": "array", "description": "Attribute terms." } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/variations" } ] } }, "\/wc-analytics\/products\/reviews": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to reviews 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 object attribute.", "type": "string", "default": "date_gmt", "enum": [ "date", "date_gmt", "id", "include", "product" ], "required": false }, "reviewer": { "description": "Limit result set to reviews assigned to specific user IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "reviewer_exclude": { "description": "Ensure result set excludes reviews assigned to specific user IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "reviewer_email": { "default": null, "description": "Limit result set to that from a specific author email.", "format": "email", "type": "string", "required": false }, "product": { "default": [], "description": "Limit result set to reviews assigned to specific product IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "status": { "default": "approved", "description": "Limit result set to reviews assigned a specific status.", "type": "string", "enum": [ "all", "hold", "approved", "spam", "trash" ], "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the product.", "type": "integer", "required": true }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "default": "approved", "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "type": "string", "description": "Name of the reviewer.", "required": true }, "reviewer_email": { "type": "string", "description": "Email of the reviewer.", "required": true }, "review": { "type": "string", "description": "Review content.", "required": true }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/reviews" } ] } }, "\/wc-analytics\/products\/reviews\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "product_id": { "description": "Unique identifier for the product that the review belongs to.", "type": "integer", "required": false }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "description": "Reviewer name.", "type": "string", "required": false }, "reviewer_email": { "description": "Reviewer email.", "type": "string", "format": "email", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc-analytics\/products\/reviews\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the product that the review belongs to.", "type": "integer", "required": false }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "description": "Reviewer name.", "type": "string", "required": false }, "reviewer_email": { "description": "Reviewer email.", "type": "string", "format": "email", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/reviews\/batch" } ] } }, "\/wc-analytics\/products\/low-in-stock": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "status": { "default": "publish", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "status": { "default": "publish", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/products\/count-low-in-stock" } ] } }, "\/wc-analytics\/settings\/(?P[\\w-]+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false } } } ] }, "\/wc-analytics\/settings\/(?P[\\w-]+)\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "value": { "description": "Setting value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false } } } ] }, "\/wc-analytics\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "value": { "description": "Setting value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false } } } ] }, "\/wc-admin\/themes": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "pluginzip": { "description": "A zip file of the theme to be uploaded.", "type": "file", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/plugins\/install" } ] } }, "\/wc-admin\/plugins\/install\/status": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/plugins\/install\/status" } ] } }, "\/wc-admin\/plugins\/install\/status\/(?P[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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/plugins\/active" } ] } }, "\/wc-admin\/plugins\/installed": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/plugins\/activate" } ] } }, "\/wc-admin\/plugins\/activate\/status": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/plugins\/activate\/status" } ] } }, "\/wc-admin\/plugins\/activate\/status\/(?P[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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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": "Whether or not the profile was completed.", "required": false }, "skipped": { "type": "boolean", "description": "Whether or not the profile was skipped.", "required": false }, "industry": { "type": "array", "description": "Industry.", "items": { "type": "object" }, "required": false }, "product_types": { "type": "array", "description": "Types of products sold.", "items": { "enum": [ "physical", "downloads", "subscriptions", "memberships", "bookings", "product-bundles", "product-add-ons" ], "type": "string" }, "required": false }, "product_count": { "type": "string", "description": "Number of products to be added.", "enum": [ "0", "1-10", "11-100", "101-1000", "1000+" ], "required": false }, "selling_venues": { "type": "string", "description": "Other places the store is selling products.", "enum": [ "no", "other", "brick-mortar", "brick-mortar-other", "other-woocommerce" ], "required": false }, "number_employees": { "type": "string", "description": "Number of employees of the store.", "enum": [ "1", "<10", " 10-50", " 50-250", " +250", " not specified" ], " required": false }, " revenue": { " type": " string", " description": "Current annual revenue of the store.", "enum": [ "none", "up-to-2500", "2500-10000", "10000-50000", "50000-250000", "more-than-250000", "rather-not-say" ], "required": false }, "other_platform": { "type": "string", "description": "Name of other platform used to sell.", "enum": [ "shopify", "bigcommerce", "magento", "wix", "amazon", "ebay", "etsy", "squarespace", "other" ], "required": false }, "other_platform_name": { "type": "string", "description": "Name of other platform used to sell (not listed).", "required": false }, "business_extensions": { "type": "array", "description": "Extra business extensions to install.", "items": { "type": "string" }, "required": false }, "theme": { "type": "string", "description": "Selected store theme.", "required": false }, "setup_client": { "type": "boolean", "description": "Whether or not this store was setup for a client.", "required": false }, "wccom_connected": { "type": "boolean", "description": "Whether or not the store was connected to WooCommerce.com during the extension flow.", "required": false }, "is_agree_marketing": { "type": "boolean", "description": "Whether or not this store agreed to receiving marketing contents from WooCommerce.com.", "required": false }, "store_email": { "type": "string", "description": "Store email address.", "required": false }, "is_store_country_set": { "type": "boolean", "description": "Whether or not this store country is set via onboarding profiler.", "required": false }, "is_plugins_page_skipped": { "type": "boolean", "description": "Whether or not plugins step in core profiler was skipped.", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill" } ] } }, "\/wc-admin\/onboarding\/tasks\/import_sample_products": { "namespace": "wc-admin", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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": "Product template name.", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Optional parameter to get only specific task lists by id.", "type": "array", "items": { "enum": [ "setup", "extended", "secret_tasklist" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "ids": { "description": "Optional parameter to get only specific task lists by id.", "type": "array", "items": { "enum": [ "setup", "extended", "secret_tasklist" ], "type": "string" }, "required": false }, "extended_tasks": { "description": "List of extended deprecated tasks from the client side filter.", "type": "array", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/tasks" } ] } }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_\\-]+)\/hide": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_\\-]+)\/unhide": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_\\-]+)\/dismiss": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_\\-]+)\/undo_dismiss": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_-]+)\/snooze": { "namespace": "wc-admin", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "duration": { "description": "Time period to snooze the task.", "type": "string", "required": false }, "task_list_id": { "description": "Optional parameter to query specific task list.", "type": "string", "required": false } } } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[a-z0-9_\\-]+)\/action": { "namespace": "wc-admin", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": [] } ] }, "\/wc-admin\/onboarding\/tasks\/(?P[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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/themes\/activate" } ] } }, "\/wc-admin\/onboarding\/themes\/recommended": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "industry": { "type": "string", "description": "Limits the results to themes relevant for this industry (optional)", "required": false }, "currency": { "type": "string", "enum": [ "USD", "AUD", "CAD", "EUR", "GBP" ], "default": "USD", "description": "Returns pricing in this currency (optional, default: USD)", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/themes\/recommended" } ] } }, "\/wc-admin\/onboarding\/plugins\/install-and-activate-async": { "namespace": "wc-admin", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "plugins": { "description": "A list of plugins to install", "type": "array", "items": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate" } ] } }, "\/wc-admin\/onboarding\/plugins\/scheduled-installs\/(?P\\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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/onboarding\/products" } ] } }, "\/wc-admin\/navigation\/favorites\/me": { "namespace": "wc-admin", "methods": [ "GET", "POST", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": [] }, { "methods": [ "POST" ], "args": { "item_id": { "required": true } } }, { "methods": [ "DELETE" ], "args": { "item_id": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/navigation\/favorites\/me" } ] } }, "\/wc-analytics\/taxes": { "namespace": "wc-analytics", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "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": "order", "description": "Sort collection by object attribute.", "enum": [ "id", "order", "priority" ], "type": "string", "required": false }, "class": { "description": "Sort by tax class.", "enum": [ "standard", "reduced-rate", "zero-rate" ], "type": "string", "required": false }, "search": { "description": "Search by similar tax code.", "type": "string", "required": false }, "include": { "description": "Limit result set to items that have the specified rate ID(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false } } }, { "methods": [ "POST" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "default": 1, "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "default": false, "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "default": true, "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "default": "standard", "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/taxes" } ] } }, "\/wc-analytics\/taxes\/(?P[\\d]+)": { "namespace": "wc-analytics", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc-analytics\/taxes\/batch": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/taxes\/batch" } ] } }, "\/wc-admin\/mobile-app\/send-magic-link": { "namespace": "wc-admin", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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": "Return the default shipping partner suggestions when woocommerce_show_marketplace_suggestions option is set to no", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-admin\/shipping-partner-suggestions" } ] } }, "\/wc-analytics\/customers": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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_registered", "enum": [ "username", "name", "country", "city", "state", "postcode", "date_registered", "date_last_active", "orders_count", "total_spend", "avg_order_value" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "registered_before": { "description": "Limit response to objects registered before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "registered_after": { "description": "Limit response to objects registered after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "search": { "description": "Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.", "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": "Limit response to objects with specific names.", "type": "string", "required": false }, "name_excludes": { "description": "Limit response to objects excluding specific names.", "type": "string", "required": false }, "username_includes": { "description": "Limit response to objects with specific usernames.", "type": "string", "required": false }, "username_excludes": { "description": "Limit response to objects excluding specific usernames.", "type": "string", "required": false }, "email_includes": { "description": "Limit response to objects including emails.", "type": "string", "required": false }, "email_excludes": { "description": "Limit response to objects excluding emails.", "type": "string", "required": false }, "country_includes": { "description": "Limit response to objects with specific countries.", "type": "string", "required": false }, "country_excludes": { "description": "Limit response to objects excluding specific countries.", "type": "string", "required": false }, "last_active_before": { "description": "Limit response to objects last active before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_after": { "description": "Limit response to objects last active after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "registered_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "orders_count_min": { "description": "Limit response to objects with an order count greater than or equal to given integer.", "type": "integer", "required": false }, "orders_count_max": { "description": "Limit response to objects with an order count less than or equal to given integer.", "type": "integer", "required": false }, "orders_count_between": { "description": "Limit response to objects with an order count between two given integers.", "type": "array", "items": { "type": "integer" }, "required": false }, "total_spend_min": { "description": "Limit response to objects with a total order spend greater than or equal to given number.", "type": "number", "required": false }, "total_spend_max": { "description": "Limit response to objects with a total order spend less than or equal to given number.", "type": "number", "required": false }, "total_spend_between": { "description": "Limit response to objects with a total order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "avg_order_value_min": { "description": "Limit response to objects with an average order spend greater than or equal to given number.", "type": "number", "required": false }, "avg_order_value_max": { "description": "Limit response to objects with an average order spend less than or equal to given number.", "type": "number", "required": false }, "avg_order_value_between": { "description": "Limit response to objects with an average order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "last_order_before": { "description": "Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_order_after": { "description": "Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "users": { "description": "Limit result to items with specified user ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "filter_empty": { "description": "Filter out results where any of the passed fields are empty", "type": "array", "items": { "type": "string", "enum": [ "email", "name", "country", "city", "state", "postcode" ] }, "required": false }, "include": { "description": "Limit result to items with specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/customers" } ] } }, "\/wc-analytics\/customers\/(?P[\\d-]+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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_registered", "enum": [ "username", "name", "country", "city", "state", "postcode", "date_registered", "date_last_active", "orders_count", "total_spend", "avg_order_value" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "registered_before": { "description": "Limit response to objects registered before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "registered_after": { "description": "Limit response to objects registered after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "search": { "description": "Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.", "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": "Limit response to objects with specific names.", "type": "string", "required": false }, "name_excludes": { "description": "Limit response to objects excluding specific names.", "type": "string", "required": false }, "username_includes": { "description": "Limit response to objects with specific usernames.", "type": "string", "required": false }, "username_excludes": { "description": "Limit response to objects excluding specific usernames.", "type": "string", "required": false }, "email_includes": { "description": "Limit response to objects including emails.", "type": "string", "required": false }, "email_excludes": { "description": "Limit response to objects excluding emails.", "type": "string", "required": false }, "country_includes": { "description": "Limit response to objects with specific countries.", "type": "string", "required": false }, "country_excludes": { "description": "Limit response to objects excluding specific countries.", "type": "string", "required": false }, "last_active_before": { "description": "Limit response to objects last active before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_after": { "description": "Limit response to objects last active after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "registered_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "orders_count_min": { "description": "Limit response to objects with an order count greater than or equal to given integer.", "type": "integer", "required": false }, "orders_count_max": { "description": "Limit response to objects with an order count less than or equal to given integer.", "type": "integer", "required": false }, "orders_count_between": { "description": "Limit response to objects with an order count between two given integers.", "type": "array", "items": { "type": "integer" }, "required": false }, "total_spend_min": { "description": "Limit response to objects with a total order spend greater than or equal to given number.", "type": "number", "required": false }, "total_spend_max": { "description": "Limit response to objects with a total order spend less than or equal to given number.", "type": "number", "required": false }, "total_spend_between": { "description": "Limit response to objects with a total order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "avg_order_value_min": { "description": "Limit response to objects with an average order spend greater than or equal to given number.", "type": "number", "required": false }, "avg_order_value_max": { "description": "Limit response to objects with an average order spend less than or equal to given number.", "type": "number", "required": false }, "avg_order_value_between": { "description": "Limit response to objects with an average order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "last_order_before": { "description": "Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_order_after": { "description": "Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "users": { "description": "Limit result to items with specified user ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "filter_empty": { "description": "Filter out results where any of the passed fields are empty", "type": "array", "items": { "type": "string", "enum": [ "email", "name", "country", "city", "state", "postcode" ] }, "required": false }, "include": { "description": "Limit result to items with specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false } } } ] }, "\/wc-analytics\/leaderboards": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "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": 5, "minimum": 1, "maximum": 20, "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "persisted_query": { "description": "URL query to persist across links.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/leaderboards" } ] } }, "\/wc-analytics\/leaderboards\/allowed": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/leaderboards\/allowed" } ] } }, "\/wc-analytics\/leaderboards\/(?P\\w+)": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "leaderboard": { "type": "string", "enum": [ "customers", "coupons", "categories", "products" ], "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": 5, "minimum": 1, "maximum": 20, "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "persisted_query": { "description": "URL query to persist across links.", "type": "string", "required": false } } } ] }, "\/wc-analytics\/reports": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports" } ] } }, "\/wc-analytics\/reports\/import": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "days": { "description": "Number of days to import.", "type": "integer", "minimum": 0, "required": false }, "skip_existing": { "description": "Skip importing existing order data.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/import\/status" } ] } }, "\/wc-analytics\/reports\/import\/totals": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "days": { "description": "Number of days to import.", "type": "integer", "minimum": 0, "required": false }, "skip_existing": { "description": "Skip importing existing order data.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/import\/totals" } ] } }, "\/wc-analytics\/reports\/(?P[a-z]+)\/export": { "namespace": "wc-analytics", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "report_args": { "description": "Parameters to pass on to the exported report.", "type": "object", "required": false }, "email": { "description": "When true, email a link to download the export to the requesting user.", "type": "boolean", "required": false } } } ] }, "\/wc-analytics\/reports\/(?P[a-z]+)\/export\/(?P[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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "net_revenue", "orders_count", "items_sold", "product_name", "variations", "sku" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "categories": { "description": "Limit result to items from the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "products": { "description": "Limit result to items with specified product ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "extended_info": { "description": "Add additional piece of info about each product to the report.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/products" } ] } }, "\/wc-analytics\/reports\/variations": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "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", "net_revenue", "orders_count", "items_sold", "sku" ], "required": false }, "product_includes": { "description": "Limit result set to items that have the specified parent product(s).", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified parent product(s).", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variations": { "description": "Limit result to items with specified variation ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "extended_info": { "description": "Add additional piece of info about each variation to the report.", "type": "boolean", "default": false, "required": false }, "attribute_is": { "description": "Limit result set to variations that include the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "attribute_is_not": { "description": "Limit result set to variations that don't include the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "category_includes": { "description": "Limit result set to variations in the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "category_excludes": { "description": "Limit result set to variations not in the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/variations" } ] } }, "\/wc-analytics\/reports\/products\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "net_revenue", "coupons", "refunds", "shipping", "taxes", "net_revenue", "orders_count", "items_sold" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "categories": { "description": "Limit result to items from the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "products": { "description": "Limit result to items with specified product ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "variations": { "description": "Limit result to items with specified variation ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "product", "category", "variation" ], "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/products\/stats" } ] } }, "\/wc-analytics\/reports\/variations\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "net_revenue", "coupons", "refunds", "shipping", "taxes", "net_revenue", "orders_count", "items_sold" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "category_includes": { "description": "Limit result to items from the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "category_excludes": { "description": "Limit result set to variations not in the specified categories.", "type": "array", "items": { "type": "integer" }, "required": false }, "product_includes": { "description": "Limit result set to items that have the specified parent product(s).", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified parent product(s).", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variations": { "description": "Limit result to items with specified variation ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "product", "category", "variation" ], "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false }, "attribute_is": { "description": "Limit result set to orders that include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "attribute_is_not": { "description": "Limit result set to orders that don't include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/variations\/stats" } ] } }, "\/wc-analytics\/reports\/revenue\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "total_sales", "coupons", "refunds", "shipping", "taxes", "net_revenue", "orders_count", "items_sold", "gross_sales" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "product", "category", "variation", "coupon", "customer_type" ], "required": false }, "date_type": { "description": "Override the \"woocommerce_date_type\" option that is used for the database date field considered for revenue reports.", "type": "string", "enum": [ "date_paid", "date_created", "date_completed" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/revenue\/stats" } ] } }, "\/wc-analytics\/reports\/orders": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": 0, "maximum": 100, "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "num_items_sold", "net_total" ], "required": false }, "product_includes": { "description": "Limit result set to items that have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variation_includes": { "description": "Limit result set to items that have the specified variation(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variation_excludes": { "description": "Limit result set to items that don't have the specified variation(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "coupon_includes": { "description": "Limit result set to items that have the specified coupon(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "coupon_excludes": { "description": "Limit result set to items that don't have the specified coupon(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tax_rate_includes": { "description": "Limit result set to items that have the specified tax rate(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tax_rate_excludes": { "description": "Limit result set to items that don't have the specified tax rate(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "status_is": { "description": "Limit result set to items that have the specified order status.", "type": "array", "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "status_is_not": { "description": "Limit result set to items that don't have the specified order status.", "type": "array", "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "customer_type": { "description": "Limit result set to returning or new customers.", "type": "string", "default": "", "enum": [ "", "returning", "new" ], "required": false }, "refunds": { "description": "Limit result set to specific types of refunds.", "type": "string", "default": "", "enum": [ "", "all", "partial", "full", "none" ], "required": false }, "extended_info": { "description": "Add additional piece of info about each coupon to the report.", "type": "boolean", "default": false, "required": false }, "order_includes": { "description": "Limit result set to items that have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "order_excludes": { "description": "Limit result set to items that don't have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "attribute_is": { "description": "Limit result set to orders that include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "attribute_is_not": { "description": "Limit result set to orders that don't include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/orders" } ] } }, "\/wc-analytics\/reports\/orders\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "net_revenue", "orders_count", "avg_order_value" ], "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "status_is": { "description": "Limit result set to items that have the specified order status.", "type": "array", "default": null, "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "status_is_not": { "description": "Limit result set to items that don't have the specified order status.", "type": "array", "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "product_includes": { "description": "Limit result set to items that have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variation_includes": { "description": "Limit result set to items that have the specified variation(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "variation_excludes": { "description": "Limit result set to items that don't have the specified variation(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "coupon_includes": { "description": "Limit result set to items that have the specified coupon(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "coupon_excludes": { "description": "Limit result set to items that don't have the specified coupon(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tax_rate_includes": { "description": "Limit result set to items that have the specified tax rate(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tax_rate_excludes": { "description": "Limit result set to items that don't have the specified tax rate(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "customer": { "description": "Alias for customer_type (deprecated).", "type": "string", "enum": [ "new", "returning" ], "required": false }, "customer_type": { "description": "Limit result set to orders that have the specified customer_type", "type": "string", "enum": [ "new", "returning" ], "required": false }, "refunds": { "description": "Limit result set to specific types of refunds.", "type": "string", "default": "", "enum": [ "", "all", "partial", "full", "none" ], "required": false }, "attribute_is": { "description": "Limit result set to orders that include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "attribute_is_not": { "description": "Limit result set to orders that don't include products with the specified attributes.", "type": "array", "items": { "type": "array" }, "default": [], "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "product", "category", "variation", "coupon", "customer_type" ], "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/orders\/stats" } ] } }, "\/wc-analytics\/reports\/categories": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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": "category_id", "enum": [ "category_id", "items_sold", "net_revenue", "orders_count", "products_count", "category" ], "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "status_is": { "description": "Limit result set to items that have the specified order status.", "type": "array", "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "status_is_not": { "description": "Limit result set to items that don't have the specified order status.", "type": "array", "items": { "enum": [ "any", "trash", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "type": "string" }, "required": false }, "categories": { "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.", "type": "array", "items": { "type": "integer" }, "required": false }, "extended_info": { "description": "Add additional piece of info about each category to the report.", "type": "boolean", "default": false, "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/categories" } ] } }, "\/wc-analytics\/reports\/taxes": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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": "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": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "taxes": { "description": "Limit result set to items assigned one or more tax rates.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/taxes" } ] } }, "\/wc-analytics\/reports\/taxes\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "items_sold", "total_sales", "orders_count", "products_count" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "taxes": { "description": "Limit result set to all items that have the specified term assigned in the taxes taxonomy.", "type": "array", "items": { "type": "integer" }, "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "tax_rate_id" ], "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/taxes\/stats" } ] } }, "\/wc-analytics\/reports\/coupons": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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": "coupon_id", "enum": [ "coupon_id", "code", "amount", "orders_count" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "coupons": { "description": "Limit result set to coupons assigned specific coupon IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "extended_info": { "description": "Add additional piece of info about each coupon to the report.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/coupons" } ] } }, "\/wc-analytics\/reports\/coupons\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "amount", "coupons_count", "orders_count" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "coupons": { "description": "Limit result set to coupons assigned specific coupon IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "segmentby": { "description": "Segment the response by additional constraint.", "type": "string", "enum": [ "product", "variation", "category", "coupon" ], "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/coupons\/stats" } ] } }, "\/wc-analytics\/reports\/stock": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "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": "stock_status", "enum": [ "stock_status", "stock_quantity", "date", "id", "include", "title", "sku" ], "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 }, "parent": { "description": "Limit result set to those of 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 }, "type": { "description": "Limit result set to items assigned a stock report type.", "type": "string", "default": "all", "enum": [ "all", "lowstock", "instock", "outofstock", "onbackorder" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/stock" } ] } }, "\/wc-analytics\/reports\/stock\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/stock\/stats" } ] } }, "\/wc-analytics\/reports\/downloads": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "product" ], "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: products, orders, username, ip_address.", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "product_includes": { "description": "Limit result set to items that have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order_includes": { "description": "Limit result set to items that have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "order_excludes": { "description": "Limit result set to items that don't have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "customer_includes": { "description": "Limit response to objects that have the specified user ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "customer_excludes": { "description": "Limit response to objects that don't have the specified user ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "ip_address_includes": { "description": "Limit response to objects that have a specified ip address.", "type": "array", "items": { "type": "string" }, "required": false }, "ip_address_excludes": { "description": "Limit response to objects that don't have a specified ip address.", "type": "array", "items": { "type": "string" }, "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/downloads" } ] } }, "\/wc-analytics\/reports\/downloads\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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", "download_count" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "interval": { "description": "Time interval to use for buckets in the returned data.", "type": "string", "default": "week", "enum": [ "hour", "day", "week", "month", "quarter", "year" ], "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "product_includes": { "description": "Limit result set to items that have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "product_excludes": { "description": "Limit result set to items that don't have the specified product(s) assigned.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order_includes": { "description": "Limit result set to items that have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "order_excludes": { "description": "Limit result set to items that don't have the specified order ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "customer_includes": { "description": "Limit response to objects that have the specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "customer_excludes": { "description": "Limit response to objects that don't have the specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "ip_address_includes": { "description": "Limit response to objects that have a specified ip address.", "type": "array", "items": { "type": "string" }, "required": false }, "ip_address_excludes": { "description": "Limit response to objects that don't have a specified ip address.", "type": "array", "items": { "type": "string" }, "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/downloads\/stats" } ] } }, "\/wc-analytics\/reports\/customers": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "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_registered", "enum": [ "username", "name", "country", "city", "state", "postcode", "date_registered", "date_last_active", "orders_count", "total_spend", "avg_order_value" ], "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false }, "registered_before": { "description": "Limit response to objects registered before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "registered_after": { "description": "Limit response to objects registered after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "search": { "description": "Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.", "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": "Limit response to objects with specific names.", "type": "string", "required": false }, "name_excludes": { "description": "Limit response to objects excluding specific names.", "type": "string", "required": false }, "username_includes": { "description": "Limit response to objects with specific usernames.", "type": "string", "required": false }, "username_excludes": { "description": "Limit response to objects excluding specific usernames.", "type": "string", "required": false }, "email_includes": { "description": "Limit response to objects including emails.", "type": "string", "required": false }, "email_excludes": { "description": "Limit response to objects excluding emails.", "type": "string", "required": false }, "country_includes": { "description": "Limit response to objects with specific countries.", "type": "string", "required": false }, "country_excludes": { "description": "Limit response to objects excluding specific countries.", "type": "string", "required": false }, "last_active_before": { "description": "Limit response to objects last active before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_after": { "description": "Limit response to objects last active after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "registered_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "orders_count_min": { "description": "Limit response to objects with an order count greater than or equal to given integer.", "type": "integer", "required": false }, "orders_count_max": { "description": "Limit response to objects with an order count less than or equal to given integer.", "type": "integer", "required": false }, "orders_count_between": { "description": "Limit response to objects with an order count between two given integers.", "type": "array", "items": { "type": "integer" }, "required": false }, "total_spend_min": { "description": "Limit response to objects with a total order spend greater than or equal to given number.", "type": "number", "required": false }, "total_spend_max": { "description": "Limit response to objects with a total order spend less than or equal to given number.", "type": "number", "required": false }, "total_spend_between": { "description": "Limit response to objects with a total order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "avg_order_value_min": { "description": "Limit response to objects with an average order spend greater than or equal to given number.", "type": "number", "required": false }, "avg_order_value_max": { "description": "Limit response to objects with an average order spend less than or equal to given number.", "type": "number", "required": false }, "avg_order_value_between": { "description": "Limit response to objects with an average order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "last_order_before": { "description": "Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_order_after": { "description": "Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "customers": { "description": "Limit result to items with specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "users": { "description": "Limit result to items with specified user ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "filter_empty": { "description": "Filter out results where any of the passed fields are empty", "type": "array", "items": { "type": "string", "enum": [ "email", "name", "country", "city", "state", "postcode" ] }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/customers" } ] } }, "\/wc-analytics\/reports\/customers\/stats": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "registered_before": { "description": "Limit response to objects registered before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "registered_after": { "description": "Limit response to objects registered after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "match": { "description": "Indicates whether all the conditions should be true for the resulting set, or if any one of them is sufficient. Match affects the following parameters: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories", "type": "string", "default": "all", "enum": [ "all", "any" ], "required": false }, "search": { "description": "Limit response to objects with a customer field containing the search term. Searches the field provided by `searchby`.", "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": "Limit response to objects with specific names.", "type": "string", "required": false }, "name_excludes": { "description": "Limit response to objects excluding specific names.", "type": "string", "required": false }, "username_includes": { "description": "Limit response to objects with specific usernames.", "type": "string", "required": false }, "username_excludes": { "description": "Limit response to objects excluding specific usernames.", "type": "string", "required": false }, "email_includes": { "description": "Limit response to objects including emails.", "type": "string", "required": false }, "email_excludes": { "description": "Limit response to objects excluding emails.", "type": "string", "required": false }, "country_includes": { "description": "Limit response to objects with specific countries.", "type": "string", "required": false }, "country_excludes": { "description": "Limit response to objects excluding specific countries.", "type": "string", "required": false }, "last_active_before": { "description": "Limit response to objects last active before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_after": { "description": "Limit response to objects last active after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_active_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "registered_between": { "description": "Limit response to objects last active between two given ISO8601 compliant datetime.", "type": "array", "items": { "type": "string" }, "required": false }, "orders_count_min": { "description": "Limit response to objects with an order count greater than or equal to given integer.", "type": "integer", "required": false }, "orders_count_max": { "description": "Limit response to objects with an order count less than or equal to given integer.", "type": "integer", "required": false }, "orders_count_between": { "description": "Limit response to objects with an order count between two given integers.", "type": "array", "items": { "type": "integer" }, "required": false }, "total_spend_min": { "description": "Limit response to objects with a total order spend greater than or equal to given number.", "type": "number", "required": false }, "total_spend_max": { "description": "Limit response to objects with a total order spend less than or equal to given number.", "type": "number", "required": false }, "total_spend_between": { "description": "Limit response to objects with a total order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "avg_order_value_min": { "description": "Limit response to objects with an average order spend greater than or equal to given number.", "type": "number", "required": false }, "avg_order_value_max": { "description": "Limit response to objects with an average order spend less than or equal to given number.", "type": "number", "required": false }, "avg_order_value_between": { "description": "Limit response to objects with an average order spend between two given numbers.", "type": "array", "items": { "type": "integer" }, "required": false }, "last_order_before": { "description": "Limit response to objects with last order before (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "last_order_after": { "description": "Limit response to objects with last order after (or at) a given ISO8601 compliant datetime.", "type": "string", "format": "date-time", "required": false }, "customers": { "description": "Limit result to items with specified customer ids.", "type": "array", "items": { "type": "integer" }, "required": false }, "fields": { "description": "Limit stats fields to the specified items.", "type": "array", "items": { "type": "string" }, "required": false }, "force_cache_refresh": { "description": "Force retrieval of fresh data instead of from the cache.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/customers\/stats" } ] } }, "\/wc-analytics\/reports\/performance-indicators": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "stats": { "description": "Limit response to specific report stats. Allowed values: .", "type": "array", "items": { "type": "string", "enum": [] }, "default": [], "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/performance-indicators" } ] } }, "\/wc-analytics\/reports\/performance-indicators\/allowed": { "namespace": "wc-analytics", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "stats": { "description": "Limit response to specific report stats. Allowed values: .", "type": "array", "items": { "type": "string", "enum": [] }, "default": [], "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed" } ] } }, "\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/batch" } ] } }, "\/wc\/store\/cart": { "namespace": "wc\/store", "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:\/\/dev.flydesk.com\/fi\/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": "The cart item product or variation ID.", "type": "integer", "required": false }, "quantity": { "description": "Quantity of this item to add to the cart.", "type": "integer", "required": false }, "variation": { "description": "Chosen attributes (for variations).", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Variation attribute name.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Variation attribute value.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier for the coupon within the cart.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Scope under which the request is made; determines fields present in response.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "The coupon's unique code.", "type": "string", "required": false }, "discount_type": { "description": "The discount type for the coupon (e.g. percentage or fixed amount)", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/cart\/coupons" } ] } }, "\/wc\/store\/cart\/coupons\/(?P[\\w-]+)": { "namespace": "wc\/store", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "Unique identifier for the coupon within the cart.", "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": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "Unique identifier for the coupon within the cart.", "type": "string", "required": false } } } ] }, "\/wc\/store\/cart\/extensions": { "namespace": "wc\/store", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "namespace": { "description": "Extension's name - this will be used to ensure the data in the request is routed appropriately.", "type": "string", "required": false }, "data": { "description": "Additional data to pass to the extension", "type": "object", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Scope under which the request is made; determines fields present in response.", "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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/cart\/items" } ] } }, "\/wc\/store\/cart\/items\/(?P[\\w-]{32})": { "namespace": "wc\/store", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "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" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "type": "string", "required": false }, "extensions": { "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "type": "string", "required": false } } } ] }, "\/wc\/store\/cart\/remove-coupon": { "namespace": "wc\/store", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "Unique identifier for the coupon within the cart.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier (key) for the cart item.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "The ID of the package being shipped. Leave blank to apply to all packages.", "type": [ "integer", "string", "null" ], "required": false }, "rate_id": { "description": "The chosen rate ID for the package.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier (key) for the cart item to update.", "type": "string", "required": false }, "quantity": { "description": "New quantity of the item in the cart.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/cart\/update-customer" } ] } }, "\/wc\/store\/checkout": { "namespace": "wc\/store", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Scope under which the request is made; determines fields present in response.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "payment_data": { "description": "Data to pass through to the payment method when processing payment.", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": [ "string", "boolean" ] } } }, "required": false }, "customer_note": { "description": "Note added to the order by the customer during checkout.", "type": "string", "required": false }, "billing_address": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": true }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "payment_method": { "description": "The ID of the payment method being used to process the payment.", "type": "string", "enum": [ "bacs", "cheque", "cod", "paypal", "stripe", "stripe_sepa", "stripe_bancontact", "stripe_sofort", "stripe_giropay", "stripe_eps", "stripe_ideal", "stripe_p24", "stripe_alipay", "stripe_multibanco", "airwallex_main", "airwallex_card", "airwallex_wechat", "airwallex_express_checkout", "stripe_cc", "stripe_applepay", "stripe_googlepay", "stripe_payment_request", "stripe_afterpay", "stripe_affirm", "stripe_ach", "stripe_klarna", "stripe_wechat", "stripe_fpx", "stripe_becs", "stripe_grabpay", "stripe_boleto", "stripe_oxxo", "stripe_blik", "stripe_konbini", "stripe_paynow", "stripe_promptpay", "stripe_swish" ], "required": false }, "create_account": { "description": "Whether to create a new user account as part of order processing.", "type": "boolean", "required": false }, "additional_fields": { "description": "Additional fields to be persisted on the order.", "type": "object", "properties": [], "required": false }, "extensions": { "type": "object", "properties": { "woocommerce\/order-attribution": { "description": "Extension data registered by woocommerce\/order-attribution", "type": [ "object", "null" ], "context": [ "view", "edit" ], "properties": { "source_type": { "description": "Order attribution field: source_type", "type": [ "string", "null" ], "context": [] }, "referrer": { "description": "Order attribution field: referrer", "type": [ "string", "null" ], "context": [] }, "utm_campaign": { "description": "Order attribution field: utm_campaign", "type": [ "string", "null" ], "context": [] }, "utm_source": { "description": "Order attribution field: utm_source", "type": [ "string", "null" ], "context": [] }, "utm_medium": { "description": "Order attribution field: utm_medium", "type": [ "string", "null" ], "context": [] }, "utm_content": { "description": "Order attribution field: utm_content", "type": [ "string", "null" ], "context": [] }, "utm_id": { "description": "Order attribution field: utm_id", "type": [ "string", "null" ], "context": [] }, "utm_term": { "description": "Order attribution field: utm_term", "type": [ "string", "null" ], "context": [] }, "session_entry": { "description": "Order attribution field: session_entry", "type": [ "string", "null" ], "context": [] }, "session_start_time": { "description": "Order attribution field: session_start_time", "type": [ "string", "null" ], "context": [] }, "session_pages": { "description": "Order attribution field: session_pages", "type": [ "string", "null" ], "context": [] }, "session_count": { "description": "Order attribution field: session_count", "type": [ "string", "null" ], "context": [] }, "user_agent": { "description": "Order attribution field: user_agent", "type": [ "string", "null" ], "context": [] } } } }, "default": { "woocommerce\/order-attribution": [] }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/checkout" } ] } }, "\/wc\/store\/checkout\/(?P[\\d]+)": { "namespace": "wc\/store", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "payment_data": { "description": "Data to pass through to the payment method when processing payment.", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": [ "string", "boolean" ] } } }, "required": false }, "customer_note": { "description": "Note added to the order by the customer during checkout.", "type": "string", "required": false }, "billing_address": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": true }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "payment_method": { "description": "The ID of the payment method being used to process the payment.", "type": "string", "enum": [ "bacs", "cheque", "cod", "paypal", "stripe", "stripe_sepa", "stripe_bancontact", "stripe_sofort", "stripe_giropay", "stripe_eps", "stripe_ideal", "stripe_p24", "stripe_alipay", "stripe_multibanco", "airwallex_main", "airwallex_card", "airwallex_wechat", "airwallex_express_checkout", "stripe_cc", "stripe_applepay", "stripe_googlepay", "stripe_payment_request", "stripe_afterpay", "stripe_affirm", "stripe_ach", "stripe_klarna", "stripe_wechat", "stripe_fpx", "stripe_becs", "stripe_grabpay", "stripe_boleto", "stripe_oxxo", "stripe_blik", "stripe_konbini", "stripe_paynow", "stripe_promptpay", "stripe_swish" ], "required": false }, "additional_fields": { "description": "Additional fields to be persisted on the order.", "type": "object", "properties": [], "required": false }, "extensions": { "type": "object", "properties": { "woocommerce\/order-attribution": { "description": "Extension data registered by woocommerce\/order-attribution", "type": [ "object", "null" ], "context": [ "view", "edit" ], "properties": { "source_type": { "description": "Order attribution field: source_type", "type": [ "string", "null" ], "context": [] }, "referrer": { "description": "Order attribution field: referrer", "type": [ "string", "null" ], "context": [] }, "utm_campaign": { "description": "Order attribution field: utm_campaign", "type": [ "string", "null" ], "context": [] }, "utm_source": { "description": "Order attribution field: utm_source", "type": [ "string", "null" ], "context": [] }, "utm_medium": { "description": "Order attribution field: utm_medium", "type": [ "string", "null" ], "context": [] }, "utm_content": { "description": "Order attribution field: utm_content", "type": [ "string", "null" ], "context": [] }, "utm_id": { "description": "Order attribution field: utm_id", "type": [ "string", "null" ], "context": [] }, "utm_term": { "description": "Order attribution field: utm_term", "type": [ "string", "null" ], "context": [] }, "session_entry": { "description": "Order attribution field: session_entry", "type": [ "string", "null" ], "context": [] }, "session_start_time": { "description": "Order attribution field: session_start_time", "type": [ "string", "null" ], "context": [] }, "session_pages": { "description": "Order attribution field: session_pages", "type": [ "string", "null" ], "context": [] }, "session_count": { "description": "Order attribution field: session_count", "type": [ "string", "null" ], "context": [] }, "user_agent": { "description": "Order attribution field: user_agent", "type": [ "string", "null" ], "context": [] } } } }, "default": { "woocommerce\/order-attribution": [] }, "required": false } } } ] }, "\/wc\/store\/order\/(?P[\\d]+)": { "namespace": "wc\/store", "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 } } } ] }, "\/wc\/store\/products\/attributes": { "namespace": "wc\/store", "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" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products\/attributes" } ] } }, "\/wc\/store\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc\/store", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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\/store\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc\/store", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute.", "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count", "menu_order" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ] }, "\/wc\/store\/products\/categories": { "namespace": "wc\/store", "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products\/categories" } ] } }, "\/wc\/store\/products\/categories\/(?P[\\d]+)": { "namespace": "wc\/store", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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 } } } ] }, "\/wc\/store\/products\/collection-data": { "namespace": "wc\/store", "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": "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "required": false }, "search": { "description": "Limit results to those matching a string.", "type": "string", "required": false }, "slug": { "description": "Limit result set to products with specific slug(s). Use commas to separate.", "type": "string", "required": false }, "after": { "description": "Limit response to resources created after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources created before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "date_column": { "description": "When limiting response using after\/before, which date column to compare against.", "type": "string", "default": "date", "enum": [ "date", "date_gmt", "modified", "modified_gmt" ], "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", "modified", "id", "include", "title", "slug", "price", "popularity", "rating", "menu_order", "comment_count" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription", "variation" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "category_operator": { "description": "Operator to compare product category terms.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "tag_operator": { "description": "Operator to compare product tags.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "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": "Limit result set to products with selected global attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Attribute taxonomy name.", "type": "string", "sanitize_callback": "wc_sanitize_taxonomy_name" }, "term_id": { "description": "List of attribute term IDs.", "type": "array", "items": { "type": "integer" }, "sanitize_callback": "wp_parse_id_list" }, "slug": { "description": "List of attribute slug(s). If a term ID is provided, this will be ignored.", "type": "array", "items": { "type": "string" }, "sanitize_callback": "wp_parse_slug_list" }, "operator": { "description": "Operator to compare product attribute terms.", "type": "string", "enum": [ "in", "not_in", "and" ] } } }, "default": [], "required": false }, "attribute_relation": { "description": "The logical relationship between attributes when filtering across multiple at once.", "type": "string", "enum": [ "in", "and" ], "default": "and", "required": false }, "catalog_visibility": { "description": "Determines if hidden or visible catalog products are shown.", "type": "string", "enum": [ "any", "visible", "catalog", "search", "hidden" ], "required": false }, "rating": { "description": "Limit result set to products with a certain average rating.", "type": "array", "items": { "type": "integer", "enum": [ 1, 2, 3, 4, 5 ] }, "default": [], "required": false }, "calculate_price_range": { "description": "If true, calculates the minimum and maximum product prices for the collection.", "type": "boolean", "default": false, "required": false }, "calculate_stock_status_counts": { "description": "If true, calculates stock counts for products in the collection.", "type": "boolean", "default": false, "required": false }, "calculate_attribute_counts": { "description": "If requested, calculates attribute term counts for products in the collection.", "type": "array", "items": { "type": "object", "properties": { "taxonomy": { "description": "Taxonomy name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "query_type": { "description": "Filter condition\t being performed which may affect counts. Valid values include \"and\" and \"or\".", "type": "string", "enum": [ "and", "or" ], "context": [ "view", "edit" ], "readonly": true } } }, "default": [], "required": false }, "calculate_rating_counts": { "description": "If true, calculates rating counts for products in the collection.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products\/collection-data" } ] } }, "\/wc\/store\/products\/reviews": { "namespace": "wc\/store", "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": "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "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", "date_gmt", "id", "rating", "product" ], "required": false }, "category_id": { "description": "Limit result set to reviews from specific category IDs.", "type": "string", "required": false }, "product_id": { "description": "Limit result set to reviews from specific product IDs.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products\/reviews" } ] } }, "\/wc\/store\/products\/tags": { "namespace": "wc\/store", "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": "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products\/tags" } ] } }, "\/wc\/store\/products": { "namespace": "wc\/store", "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": "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "required": false }, "search": { "description": "Limit results to those matching a string.", "type": "string", "required": false }, "slug": { "description": "Limit result set to products with specific slug(s). Use commas to separate.", "type": "string", "required": false }, "after": { "description": "Limit response to resources created after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources created before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "date_column": { "description": "When limiting response using after\/before, which date column to compare against.", "type": "string", "default": "date", "enum": [ "date", "date_gmt", "modified", "modified_gmt" ], "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", "modified", "id", "include", "title", "slug", "price", "popularity", "rating", "menu_order", "comment_count" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription", "variation" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "category_operator": { "description": "Operator to compare product category terms.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "tag_operator": { "description": "Operator to compare product tags.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "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": "Limit result set to products with selected global attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Attribute taxonomy name.", "type": "string", "sanitize_callback": "wc_sanitize_taxonomy_name" }, "term_id": { "description": "List of attribute term IDs.", "type": "array", "items": { "type": "integer" }, "sanitize_callback": "wp_parse_id_list" }, "slug": { "description": "List of attribute slug(s). If a term ID is provided, this will be ignored.", "type": "array", "items": { "type": "string" }, "sanitize_callback": "wp_parse_slug_list" }, "operator": { "description": "Operator to compare product attribute terms.", "type": "string", "enum": [ "in", "not_in", "and" ] } } }, "default": [], "required": false }, "attribute_relation": { "description": "The logical relationship between attributes when filtering across multiple at once.", "type": "string", "enum": [ "in", "and" ], "default": "and", "required": false }, "catalog_visibility": { "description": "Determines if hidden or visible catalog products are shown.", "type": "string", "enum": [ "any", "visible", "catalog", "search", "hidden" ], "required": false }, "rating": { "description": "Limit result set to products with a certain average rating.", "type": "array", "items": { "type": "integer", "enum": [ 1, 2, 3, 4, 5 ] }, "default": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/products" } ] } }, "\/wc\/store\/products\/(?P[\\d]+)": { "namespace": "wc\/store", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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\/store\/products\/(?P[\\S]+)": { "namespace": "wc\/store", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Slug of the resource.", "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 } } } ] }, "\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/batch" } ] } }, "\/wc\/store\/v1\/cart": { "namespace": "wc\/store\/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", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "The cart item product or variation ID.", "type": "integer", "required": false }, "quantity": { "description": "Quantity of this item to add to the cart.", "type": "integer", "required": false }, "variation": { "description": "Chosen attributes (for variations).", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Variation attribute name.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Variation attribute value.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier for the coupon within the cart.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Scope under which the request is made; determines fields present in response.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "The coupon's unique code.", "type": "string", "required": false }, "discount_type": { "description": "The discount type for the coupon (e.g. percentage or fixed amount)", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/cart\/coupons" } ] } }, "\/wc\/store\/v1\/cart\/coupons\/(?P[\\w-]+)": { "namespace": "wc\/store\/v1", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "Unique identifier for the coupon within the cart.", "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": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "code": { "description": "Unique identifier for the coupon within the cart.", "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": "Extension's name - this will be used to ensure the data in the request is routed appropriately.", "type": "string", "required": false }, "data": { "description": "Additional data to pass to the extension", "type": "object", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Scope under which the request is made; determines fields present in response.", "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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/cart\/items" } ] } }, "\/wc\/store\/v1\/cart\/items\/(?P[\\w-]{32})": { "namespace": "wc\/store\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "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" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "type": "string", "required": false }, "extensions": { "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "key": { "description": "Unique identifier for the item within the cart.", "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": "Unique identifier for the coupon within the cart.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier (key) for the cart item.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "The ID of the package being shipped. Leave blank to apply to all packages.", "type": [ "integer", "string", "null" ], "required": false }, "rate_id": { "description": "The chosen rate ID for the package.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Unique identifier (key) for the cart item to update.", "type": "string", "required": false }, "quantity": { "description": "New quantity of the item in the cart.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/cart\/update-customer" } ] } }, "\/wc\/store\/v1\/checkout": { "namespace": "wc\/store\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Scope under which the request is made; determines fields present in response.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "payment_data": { "description": "Data to pass through to the payment method when processing payment.", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": [ "string", "boolean" ] } } }, "required": false }, "customer_note": { "description": "Note added to the order by the customer during checkout.", "type": "string", "required": false }, "billing_address": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": true }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "payment_method": { "description": "The ID of the payment method being used to process the payment.", "type": "string", "enum": [ "bacs", "cheque", "cod", "paypal", "stripe", "stripe_sepa", "stripe_bancontact", "stripe_sofort", "stripe_giropay", "stripe_eps", "stripe_ideal", "stripe_p24", "stripe_alipay", "stripe_multibanco", "airwallex_main", "airwallex_card", "airwallex_wechat", "airwallex_express_checkout", "stripe_cc", "stripe_applepay", "stripe_googlepay", "stripe_payment_request", "stripe_afterpay", "stripe_affirm", "stripe_ach", "stripe_klarna", "stripe_wechat", "stripe_fpx", "stripe_becs", "stripe_grabpay", "stripe_boleto", "stripe_oxxo", "stripe_blik", "stripe_konbini", "stripe_paynow", "stripe_promptpay", "stripe_swish" ], "required": false }, "create_account": { "description": "Whether to create a new user account as part of order processing.", "type": "boolean", "required": false }, "additional_fields": { "description": "Additional fields to be persisted on the order.", "type": "object", "properties": [], "required": false }, "extensions": { "type": "object", "properties": { "woocommerce\/order-attribution": { "description": "Extension data registered by woocommerce\/order-attribution", "type": [ "object", "null" ], "context": [ "view", "edit" ], "properties": { "source_type": { "description": "Order attribution field: source_type", "type": [ "string", "null" ], "context": [] }, "referrer": { "description": "Order attribution field: referrer", "type": [ "string", "null" ], "context": [] }, "utm_campaign": { "description": "Order attribution field: utm_campaign", "type": [ "string", "null" ], "context": [] }, "utm_source": { "description": "Order attribution field: utm_source", "type": [ "string", "null" ], "context": [] }, "utm_medium": { "description": "Order attribution field: utm_medium", "type": [ "string", "null" ], "context": [] }, "utm_content": { "description": "Order attribution field: utm_content", "type": [ "string", "null" ], "context": [] }, "utm_id": { "description": "Order attribution field: utm_id", "type": [ "string", "null" ], "context": [] }, "utm_term": { "description": "Order attribution field: utm_term", "type": [ "string", "null" ], "context": [] }, "session_entry": { "description": "Order attribution field: session_entry", "type": [ "string", "null" ], "context": [] }, "session_start_time": { "description": "Order attribution field: session_start_time", "type": [ "string", "null" ], "context": [] }, "session_pages": { "description": "Order attribution field: session_pages", "type": [ "string", "null" ], "context": [] }, "session_count": { "description": "Order attribution field: session_count", "type": [ "string", "null" ], "context": [] }, "user_agent": { "description": "Order attribution field: user_agent", "type": [ "string", "null" ], "context": [] } } } }, "default": { "woocommerce\/order-attribution": [] }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/checkout" } ] } }, "\/wc\/store\/v1\/checkout\/(?P[\\d]+)": { "namespace": "wc\/store\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "payment_data": { "description": "Data to pass through to the payment method when processing payment.", "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": [ "string", "boolean" ] } } }, "required": false }, "customer_note": { "description": "Note added to the order by the customer during checkout.", "type": "string", "required": false }, "billing_address": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true }, "email": { "description": "Email", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": true }, "shipping_address": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name", "type": "string", "context": [ "view", "edit" ], "required": true }, "last_name": { "description": "Last name", "type": "string", "context": [ "view", "edit" ], "required": true }, "company": { "description": "Company", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_1": { "description": "Address", "type": "string", "context": [ "view", "edit" ], "required": true }, "address_2": { "description": "Apartment, suite, etc.", "type": "string", "context": [ "view", "edit" ], "required": true }, "city": { "description": "City", "type": "string", "context": [ "view", "edit" ], "required": true }, "state": { "description": "State\/County code, or name of the state, county, province, or district.", "type": "string", "context": [ "view", "edit" ], "required": true }, "postcode": { "description": "Postal code", "type": "string", "context": [ "view", "edit" ], "required": true }, "country": { "description": "Country\/Region code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ], "required": true }, "phone": { "description": "Phone", "type": "string", "context": [ "view", "edit" ], "required": true } }, "required": false }, "payment_method": { "description": "The ID of the payment method being used to process the payment.", "type": "string", "enum": [ "bacs", "cheque", "cod", "paypal", "stripe", "stripe_sepa", "stripe_bancontact", "stripe_sofort", "stripe_giropay", "stripe_eps", "stripe_ideal", "stripe_p24", "stripe_alipay", "stripe_multibanco", "airwallex_main", "airwallex_card", "airwallex_wechat", "airwallex_express_checkout", "stripe_cc", "stripe_applepay", "stripe_googlepay", "stripe_payment_request", "stripe_afterpay", "stripe_affirm", "stripe_ach", "stripe_klarna", "stripe_wechat", "stripe_fpx", "stripe_becs", "stripe_grabpay", "stripe_boleto", "stripe_oxxo", "stripe_blik", "stripe_konbini", "stripe_paynow", "stripe_promptpay", "stripe_swish" ], "required": false }, "additional_fields": { "description": "Additional fields to be persisted on the order.", "type": "object", "properties": [], "required": false }, "extensions": { "type": "object", "properties": { "woocommerce\/order-attribution": { "description": "Extension data registered by woocommerce\/order-attribution", "type": [ "object", "null" ], "context": [ "view", "edit" ], "properties": { "source_type": { "description": "Order attribution field: source_type", "type": [ "string", "null" ], "context": [] }, "referrer": { "description": "Order attribution field: referrer", "type": [ "string", "null" ], "context": [] }, "utm_campaign": { "description": "Order attribution field: utm_campaign", "type": [ "string", "null" ], "context": [] }, "utm_source": { "description": "Order attribution field: utm_source", "type": [ "string", "null" ], "context": [] }, "utm_medium": { "description": "Order attribution field: utm_medium", "type": [ "string", "null" ], "context": [] }, "utm_content": { "description": "Order attribution field: utm_content", "type": [ "string", "null" ], "context": [] }, "utm_id": { "description": "Order attribution field: utm_id", "type": [ "string", "null" ], "context": [] }, "utm_term": { "description": "Order attribution field: utm_term", "type": [ "string", "null" ], "context": [] }, "session_entry": { "description": "Order attribution field: session_entry", "type": [ "string", "null" ], "context": [] }, "session_start_time": { "description": "Order attribution field: session_start_time", "type": [ "string", "null" ], "context": [] }, "session_pages": { "description": "Order attribution field: session_pages", "type": [ "string", "null" ], "context": [] }, "session_count": { "description": "Order attribution field: session_count", "type": [ "string", "null" ], "context": [] }, "user_agent": { "description": "Order attribution field: user_agent", "type": [ "string", "null" ], "context": [] } } } }, "default": { "woocommerce\/order-attribution": [] }, "required": false } } } ] }, "\/wc\/store\/v1\/order\/(?P[\\d]+)": { "namespace": "wc\/store\/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", "edit" ], "default": "view", "required": false } } } ] }, "\/wc\/store\/v1\/products\/attributes": { "namespace": "wc\/store\/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", "edit" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products\/attributes" } ] } }, "\/wc\/store\/v1\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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\/store\/v1\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute.", "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count", "menu_order" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ] }, "\/wc\/store\/v1\/products\/categories": { "namespace": "wc\/store\/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", "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products\/categories" } ] } }, "\/wc\/store\/v1\/products\/categories\/(?P[\\d]+)": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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 } } } ] }, "\/wc\/store\/v1\/products\/collection-data": { "namespace": "wc\/store\/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", "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "required": false }, "search": { "description": "Limit results to those matching a string.", "type": "string", "required": false }, "slug": { "description": "Limit result set to products with specific slug(s). Use commas to separate.", "type": "string", "required": false }, "after": { "description": "Limit response to resources created after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources created before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "date_column": { "description": "When limiting response using after\/before, which date column to compare against.", "type": "string", "default": "date", "enum": [ "date", "date_gmt", "modified", "modified_gmt" ], "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", "modified", "id", "include", "title", "slug", "price", "popularity", "rating", "menu_order", "comment_count" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription", "variation" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "category_operator": { "description": "Operator to compare product category terms.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "tag_operator": { "description": "Operator to compare product tags.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "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": "Limit result set to products with selected global attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Attribute taxonomy name.", "type": "string", "sanitize_callback": "wc_sanitize_taxonomy_name" }, "term_id": { "description": "List of attribute term IDs.", "type": "array", "items": { "type": "integer" }, "sanitize_callback": "wp_parse_id_list" }, "slug": { "description": "List of attribute slug(s). If a term ID is provided, this will be ignored.", "type": "array", "items": { "type": "string" }, "sanitize_callback": "wp_parse_slug_list" }, "operator": { "description": "Operator to compare product attribute terms.", "type": "string", "enum": [ "in", "not_in", "and" ] } } }, "default": [], "required": false }, "attribute_relation": { "description": "The logical relationship between attributes when filtering across multiple at once.", "type": "string", "enum": [ "in", "and" ], "default": "and", "required": false }, "catalog_visibility": { "description": "Determines if hidden or visible catalog products are shown.", "type": "string", "enum": [ "any", "visible", "catalog", "search", "hidden" ], "required": false }, "rating": { "description": "Limit result set to products with a certain average rating.", "type": "array", "items": { "type": "integer", "enum": [ 1, 2, 3, 4, 5 ] }, "default": [], "required": false }, "calculate_price_range": { "description": "If true, calculates the minimum and maximum product prices for the collection.", "type": "boolean", "default": false, "required": false }, "calculate_stock_status_counts": { "description": "If true, calculates stock counts for products in the collection.", "type": "boolean", "default": false, "required": false }, "calculate_attribute_counts": { "description": "If requested, calculates attribute term counts for products in the collection.", "type": "array", "items": { "type": "object", "properties": { "taxonomy": { "description": "Taxonomy name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "query_type": { "description": "Filter condition\t being performed which may affect counts. Valid values include \"and\" and \"or\".", "type": "string", "enum": [ "and", "or" ], "context": [ "view", "edit" ], "readonly": true } } }, "default": [], "required": false }, "calculate_rating_counts": { "description": "If true, calculates rating counts for products in the collection.", "type": "boolean", "default": false, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products\/collection-data" } ] } }, "\/wc\/store\/v1\/products\/reviews": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "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", "date_gmt", "id", "rating", "product" ], "required": false }, "category_id": { "description": "Limit result set to reviews from specific category IDs.", "type": "string", "required": false }, "product_id": { "description": "Limit result set to reviews from specific product IDs.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products\/reviews" } ] } }, "\/wc\/store\/v1\/products\/tags": { "namespace": "wc\/store\/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", "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. Defaults to no limit if left blank.", "type": "integer", "minimum": 0, "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": "Sort ascending or descending.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Sort by term property.", "type": "string", "default": "name", "enum": [ "name", "slug", "count" ], "required": false }, "hide_empty": { "description": "If true, empty terms will not be returned.", "type": "boolean", "default": true, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products\/tags" } ] } }, "\/wc\/store\/v1\/products": { "namespace": "wc\/store\/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", "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. Defaults to no limit if left blank.", "type": "integer", "default": 10, "minimum": 0, "maximum": 100, "required": false }, "search": { "description": "Limit results to those matching a string.", "type": "string", "required": false }, "slug": { "description": "Limit result set to products with specific slug(s). Use commas to separate.", "type": "string", "required": false }, "after": { "description": "Limit response to resources created after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources created before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "date_column": { "description": "When limiting response using after\/before, which date column to compare against.", "type": "string", "default": "date", "enum": [ "date", "date_gmt", "modified", "modified_gmt" ], "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", "modified", "id", "include", "title", "slug", "price", "popularity", "rating", "menu_order", "comment_count" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription", "variation" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "category_operator": { "description": "Operator to compare product category terms.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "tag_operator": { "description": "Operator to compare product tags.", "type": "string", "enum": [ "in", "not_in", "and" ], "default": "in", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price, provided using the smallest unit of the currency.", "type": "string", "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "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": "Limit result set to products with selected global attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "description": "Attribute taxonomy name.", "type": "string", "sanitize_callback": "wc_sanitize_taxonomy_name" }, "term_id": { "description": "List of attribute term IDs.", "type": "array", "items": { "type": "integer" }, "sanitize_callback": "wp_parse_id_list" }, "slug": { "description": "List of attribute slug(s). If a term ID is provided, this will be ignored.", "type": "array", "items": { "type": "string" }, "sanitize_callback": "wp_parse_slug_list" }, "operator": { "description": "Operator to compare product attribute terms.", "type": "string", "enum": [ "in", "not_in", "and" ] } } }, "default": [], "required": false }, "attribute_relation": { "description": "The logical relationship between attributes when filtering across multiple at once.", "type": "string", "enum": [ "in", "and" ], "default": "and", "required": false }, "catalog_visibility": { "description": "Determines if hidden or visible catalog products are shown.", "type": "string", "enum": [ "any", "visible", "catalog", "search", "hidden" ], "required": false }, "rating": { "description": "Limit result set to products with a certain average rating.", "type": "array", "items": { "type": "integer", "enum": [ 1, 2, 3, 4, 5 ] }, "default": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/store\/v1\/products" } ] } }, "\/wc\/store\/v1\/products\/(?P[\\d]+)": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "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\/store\/v1\/products\/(?P[\\S]+)": { "namespace": "wc\/store\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Slug of the resource.", "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 } } } ] }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private" } ] } }, "\/wc\/private\/ai\/store-title": { "namespace": "wc\/private", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "business_description": { "description": "The business description for a given store.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/store-title" } ] } }, "\/wc\/private\/ai\/images": { "namespace": "wc\/private", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "business_description": { "description": "The business description for a given store.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/images" } ] } }, "\/wc\/private\/ai\/patterns": { "namespace": "wc\/private", "methods": [ "POST", "DELETE" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "business_description": { "description": "The business description for a given store.", "type": "string", "required": false }, "images": { "description": "The images for a given store.", "type": "object", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/patterns" } ] } }, "\/wc\/private\/ai\/product": { "namespace": "wc\/private", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "products_information": { "description": "Data generated by AI for updating dummy products.", "type": "object", "required": false }, "last_product": { "description": "Whether the product being updated is the last one in the loop", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/product" } ] } }, "\/wc\/private\/ai\/products": { "namespace": "wc\/private", "methods": [ "POST", "DELETE" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "business_description": { "description": "The business description for a given store.", "type": "string", "required": false }, "images": { "description": "The images for a given store.", "type": "object", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/products" } ] } }, "\/wc\/private\/ai\/business-description": { "namespace": "wc\/private", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "business_description": { "description": "The business description for a given store.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/business-description" } ] } }, "\/wc\/private\/ai\/store-info": { "namespace": "wc\/private", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/private\/ai\/store-info" } ] } }, "\/wp-rocket\/v1": { "namespace": "wp-rocket\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wp-rocket\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-rocket\/v1" } ] } }, "\/wp-rocket\/v1\/rocketcdn\/enable": { "namespace": "wp-rocket\/v1", "methods": [ "PUT" ], "endpoints": [ { "methods": [ "PUT" ], "args": { "email": { "required": true }, "key": { "required": true }, "url": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-rocket\/v1\/rocketcdn\/enable" } ] } }, "\/wp-rocket\/v1\/rocketcdn\/disable": { "namespace": "wp-rocket\/v1", "methods": [ "PUT" ], "endpoints": [ { "methods": [ "PUT" ], "args": { "email": { "required": true }, "key": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-rocket\/v1\/rocketcdn\/disable" } ] } }, "\/wp-rocket\/v1\/cpcss\/post\/(?P[\\d]+)": { "namespace": "wp-rocket\/v1", "methods": [ "POST", "DELETE" ], "endpoints": [ { "methods": [ "POST" ], "args": [] }, { "methods": [ "DELETE" ], "args": [] } ] }, "\/wp-rocket\/v1\/support": { "namespace": "wp-rocket\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "email": { "required": true }, "key": { "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-rocket\/v1\/support" } ] } }, "\/wp-rocket\/v1\/rucss\/warmup\/status": { "namespace": "wp-rocket\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-rocket\/v1\/rucss\/warmup\/status" } ] } }, "\/flydesk\/v1\/json": { "namespace": "flydesk\/v1\/json", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "flydesk\/v1\/json", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/flydesk\/v1\/json" } ] } }, "\/flydesk\/v1\/json\/workspaces": { "namespace": "flydesk\/v1\/json", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/flydesk\/v1\/json\/workspaces" } ] } }, "\/dp\/enquiry_content\/v1": { "namespace": "dp\/enquiry_content\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "dp\/enquiry_content\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/dp\/enquiry_content\/v1" } ] } }, "\/dp\/enquiry_content\/v1\/workspace": { "namespace": "dp\/enquiry_content\/v1", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "workspace_id": { "required": true }, "user_email": { "required": true }, "user_name": { "required": false }, "offer_type": { "required": true }, "duration": { "required": true }, "start_date": { "required": true }, "start_time": { "required": false }, "notes": { "required": false }, "price": { "required": false }, "entry_type": { "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/dp\/enquiry_content\/v1\/workspace" } ] } }, "\/wp-offload-ses\/v1": { "namespace": "wp-offload-ses\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wp-offload-ses\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-offload-ses\/v1" } ] } }, "\/wp-offload-ses\/v1\/c\/(?P\\S+)": { "namespace": "wp-offload-ses\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ] }, "\/wp-offload-ses\/v1\/o\/(?P\\S+)": { "namespace": "wp-offload-ses\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ] }, "\/wc\/v1": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wc\/v1", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1" } ] } }, "\/wc\/v1\/coupons": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "code": { "description": "Limit result set to resources with a specific code.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": true }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "discount_type": { "default": "fixed_cart", "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "expiry_date": { "description": "UTC DateTime when the coupon expires.", "type": [ "null", "string" ], "required": false }, "individual_use": { "default": false, "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "default": false, "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "default": false, "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/coupons" } ] } }, "\/wc\/v1\/coupons\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "code": { "description": "Coupon code.", "type": "string", "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "expiry_date": { "description": "UTC DateTime when the coupon expires.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v1\/coupons\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "expiry_date": { "description": "UTC DateTime when the coupon expires.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/coupons\/batch" } ] } }, "\/wc\/v1\/customers\/(?P[\\d]+)\/downloads": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "customer_id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ] }, "\/wc\/v1\/customers": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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 object attribute.", "enum": [ "id", "include", "name", "registered_date" ], "type": "string", "required": false }, "email": { "description": "Limit result set to resources with a specific email.", "type": "string", "format": "email", "required": false }, "role": { "description": "Limit result set to resources with a specific role.", "type": "string", "default": "customer", "enum": [ "all", "administrator", "editor", "author", "contributor", "subscriber", "customer", "shop_manager", "um_club_plus", "um_club", "host", "host_confirmed", "um_club_plus_trial", "wpseo_manager", "wpseo_editor", "partner" ], "required": false } } }, { "methods": [ "POST" ], "args": { "email": { "type": "string", "description": "New user email address.", "required": true }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "New user username.", "type": "string", "required": false }, "password": { "description": "New user password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/customers" } ] } }, "\/wc\/v1\/customers\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false }, "reassign": { "default": 0, "type": "integer", "description": "ID to reassign posts to.", "required": false } } } ] }, "\/wc\/v1\/customers\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/customers\/batch" } ] } }, "\/wc\/v1\/orders\/(?P[\\d]+)\/notes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "note": { "type": "string", "description": "Order note content.", "required": true }, "customer_note": { "default": false, "description": "Shows\/define if the note is only for reference or for the customer (the user will be notified).", "type": "boolean", "required": false } } } ] }, "\/wc\/v1\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/orders\/(?P[\\d]+)\/refunds": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "status": { "default": "any", "description": "Limit result set to orders assigned a specific status.", "type": "string", "enum": [ "any", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "amount": { "description": "Refund amount.", "type": "string", "required": false }, "reason": { "description": "Reason for refund.", "type": "string", "required": false } } } ] }, "\/wc\/v1\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/orders": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "status": { "default": "any", "description": "Limit result set to orders assigned a specific status.", "type": "string", "enum": [ "any", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "default": "pending", "description": "Order status.", "type": "string", "enum": [ "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "default": "HKD", "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "default": 0, "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "default": false, "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/orders" } ] } }, "\/wc\/v1\/orders\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v1\/orders\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/orders\/batch" } ] } }, "\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/products\/attributes\/(?P[\\d]+)\/terms\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v1\/products\/attributes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Name for the resource.", "type": "string", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "default": "select", "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "default": "menu_order", "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "default": false, "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/attributes" } ] } }, "\/wc\/v1\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/products\/attributes\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/attributes\/batch" } ] } }, "\/wc\/v1\/products\/categories": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "default": "default", "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/categories" } ] } }, "\/wc\/v1\/products\/categories\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/products\/categories\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/categories\/batch" } ] } }, "\/wc\/v1\/products\/(?P[\\d]+)\/reviews": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "review": { "type": "string", "description": "Review content.", "required": true }, "date_created": { "description": "The date the review was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name of the reviewer.", "required": true }, "email": { "type": "string", "description": "Email of the reviewer.", "required": true } } } ] }, "\/wc\/v1\/products\/(?P[\\d]+)\/reviews\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "date_created": { "description": "The date the review was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false }, "name": { "description": "Reviewer name.", "type": "string", "required": false }, "email": { "description": "Reviewer email.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v1\/products\/shipping_classes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/shipping_classes" } ] } }, "\/wc\/v1\/products\/shipping_classes\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/products\/shipping_classes\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/shipping_classes\/batch" } ] } }, "\/wc\/v1\/products\/tags": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/tags" } ] } }, "\/wc\/v1\/products\/tags\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/products\/tags\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/tags\/batch" } ] } }, "\/wc\/v1\/products": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "sku": { "description": "Limit result set to products with a specific SKU.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "default": "simple", "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "default": "publish", "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "default": false, "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "default": "visible", "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "required": false }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "required": false }, "virtual": { "default": false, "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "download_type": { "default": "standard", "description": "Download type, this controls the schema on the front-end.", "type": "string", "enum": [ "standard" ], "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "default": true, "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "default": false, "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "default": true, "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of upsell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "variations": { "description": "List of variations.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Variation ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "date_created": { "description": "The date the variation was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the variation was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "permalink": { "description": "Variation URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Unique identifier.", "type": "string", "context": [ "view", "edit" ] }, "price": { "description": "Current variation price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "regular_price": { "description": "Variation regular price.", "type": "string", "context": [ "view", "edit" ] }, "sale_price": { "description": "Variation sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "on_sale": { "description": "Shows if the variation is on sale.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "purchasable": { "description": "Shows if the variation can be bought.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "visible": { "description": "If the variation is visible.", "type": "boolean", "context": [ "view", "edit" ] }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloads": { "description": "List of downloadable files.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status.", "type": "string", "default": "taxable", "enum": [ "taxable", "shipping", "none" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class.", "type": "string", "context": [ "view", "edit" ] }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "context": [ "view", "edit" ] }, "in_stock": { "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "default": true, "context": [ "view", "edit" ] }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "default": "no", "enum": [ "no", "notify", "yes" ], "context": [ "view", "edit" ] }, "backorders_allowed": { "description": "Shows if backorders are allowed.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "backordered": { "description": "Shows if the variation is on backordered.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "weight": { "description": "Variation weight (kg).", "type": "string", "context": [ "view", "edit" ] }, "dimensions": { "description": "Variation dimensions.", "type": "object", "context": [ "view", "edit" ], "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "context": [ "view", "edit" ] }, "shipping_class_id": { "description": "Shipping class ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Variation image data.", "type": "object", "context": [ "view", "edit" ], "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "attributes": { "description": "List of attributes.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products" } ] } }, "\/wc\/v1\/products\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "required": false }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "download_type": { "description": "Download type, this controls the schema on the front-end.", "type": "string", "enum": [ "standard" ], "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of upsell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "variations": { "description": "List of variations.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Variation ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "date_created": { "description": "The date the variation was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the variation was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "permalink": { "description": "Variation URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Unique identifier.", "type": "string", "context": [ "view", "edit" ] }, "price": { "description": "Current variation price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "regular_price": { "description": "Variation regular price.", "type": "string", "context": [ "view", "edit" ] }, "sale_price": { "description": "Variation sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "on_sale": { "description": "Shows if the variation is on sale.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "purchasable": { "description": "Shows if the variation can be bought.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "visible": { "description": "If the variation is visible.", "type": "boolean", "context": [ "view", "edit" ] }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloads": { "description": "List of downloadable files.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status.", "type": "string", "default": "taxable", "enum": [ "taxable", "shipping", "none" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class.", "type": "string", "context": [ "view", "edit" ] }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "context": [ "view", "edit" ] }, "in_stock": { "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "default": true, "context": [ "view", "edit" ] }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "default": "no", "enum": [ "no", "notify", "yes" ], "context": [ "view", "edit" ] }, "backorders_allowed": { "description": "Shows if backorders are allowed.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "backordered": { "description": "Shows if the variation is on backordered.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "weight": { "description": "Variation weight (kg).", "type": "string", "context": [ "view", "edit" ] }, "dimensions": { "description": "Variation dimensions.", "type": "object", "context": [ "view", "edit" ], "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "context": [ "view", "edit" ] }, "shipping_class_id": { "description": "Shipping class ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Variation image data.", "type": "object", "context": [ "view", "edit" ], "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "attributes": { "description": "List of attributes.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "description": "Whether to bypass trash and force deletion.", "type": "boolean", "required": false } } } ] }, "\/wc\/v1\/products\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "required": false }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "download_type": { "description": "Download type, this controls the schema on the front-end.", "type": "string", "enum": [ "standard" ], "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of upsell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "variations": { "description": "List of variations.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Variation ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "date_created": { "description": "The date the variation was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the variation was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "permalink": { "description": "Variation URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Unique identifier.", "type": "string", "context": [ "view", "edit" ] }, "price": { "description": "Current variation price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "regular_price": { "description": "Variation regular price.", "type": "string", "context": [ "view", "edit" ] }, "sale_price": { "description": "Variation sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_from": { "description": "Start date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "date_on_sale_to": { "description": "End date of sale price.", "type": "string", "context": [ "view", "edit" ] }, "on_sale": { "description": "Shows if the variation is on sale.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "purchasable": { "description": "Shows if the variation can be bought.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "visible": { "description": "If the variation is visible.", "type": "boolean", "context": [ "view", "edit" ] }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "downloads": { "description": "List of downloadable files.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "default": null, "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status.", "type": "string", "default": "taxable", "enum": [ "taxable", "shipping", "none" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class.", "type": "string", "context": [ "view", "edit" ] }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "context": [ "view", "edit" ] }, "in_stock": { "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "default": true, "context": [ "view", "edit" ] }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "default": "no", "enum": [ "no", "notify", "yes" ], "context": [ "view", "edit" ] }, "backorders_allowed": { "description": "Shows if backorders are allowed.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "backordered": { "description": "Shows if the variation is on backordered.", "type": "boolean", "context": [ "view", "edit" ], "readonly": true }, "weight": { "description": "Variation weight (kg).", "type": "string", "context": [ "view", "edit" ] }, "dimensions": { "description": "Variation dimensions.", "type": "object", "context": [ "view", "edit" ], "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "context": [ "view", "edit" ] }, "shipping_class_id": { "description": "Shipping class ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Variation image data.", "type": "object", "context": [ "view", "edit" ], "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "attributes": { "description": "List of attributes.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/products\/batch" } ] } }, "\/wc\/v1\/reports\/sales": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/reports\/sales" } ] } }, "\/wc\/v1\/reports\/top_sellers": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/reports\/top_sellers" } ] } }, "\/wc\/v1\/reports": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/reports" } ] } }, "\/wc\/v1\/taxes\/classes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Tax class name.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/taxes\/classes" } ] } }, "\/wc\/v1\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)": { "namespace": "wc\/v1", "methods": [ "DELETE" ], "endpoints": [ { "methods": [ "DELETE" ], "args": { "slug": { "description": "Unique slug for the resource.", "type": "string", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/taxes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "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": "order", "description": "Sort collection by object attribute.", "enum": [ "id", "order", "priority" ], "type": "string", "required": false }, "class": { "description": "Sort by tax class.", "enum": [ "standard", "reduced-rate", "zero-rate" ], "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "default": 1, "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "default": false, "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "default": true, "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "default": "standard", "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/taxes" } ] } }, "\/wc\/v1\/taxes\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/taxes\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/taxes\/batch" } ] } }, "\/wc\/v1\/webhooks": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "title" ], "required": false }, "status": { "default": "all", "description": "Limit result set to webhooks assigned a specific status.", "type": "string", "enum": [ "all", "active", "paused", "disabled" ], "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "default": "active", "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "type": "string", "description": "Webhook topic.", "required": true }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false }, "delivery_url": { "type": "string", "description": "Webhook delivery URL.", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/webhooks" } ] } }, "\/wc\/v1\/webhooks\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v1\/webhooks\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/webhooks\/batch" } ] } }, "\/wc\/v1\/webhooks\/(?P[\\d]+)\/deliveries": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "webhook_id": { "description": "Unique identifier for the webhook.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ] }, "\/wc\/v1\/webhooks\/(?P[\\d]+)\/deliveries\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "webhook_id": { "description": "Unique identifier for the webhook.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ] }, "\/wc\/v2": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wc\/v2", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2" } ] } }, "\/wc\/v2\/coupons": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "code": { "description": "Limit result set to resources with a specific code.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": true }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "default": "fixed_cart", "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "default": false, "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "default": false, "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "default": false, "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/coupons" } ] } }, "\/wc\/v2\/coupons\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/coupons\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/coupons\/batch" } ] } }, "\/wc\/v2\/customers\/(?P[\\d]+)\/downloads": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "customer_id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ] }, "\/wc\/v2\/customers": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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 object attribute.", "enum": [ "id", "include", "name", "registered_date" ], "type": "string", "required": false }, "email": { "description": "Limit result set to resources with a specific email.", "type": "string", "format": "email", "required": false }, "role": { "description": "Limit result set to resources with a specific role.", "type": "string", "default": "customer", "enum": [ "all", "administrator", "editor", "author", "contributor", "subscriber", "customer", "shop_manager", "um_club_plus", "um_club", "host", "host_confirmed", "um_club_plus_trial", "wpseo_manager", "wpseo_editor", "partner" ], "required": false } } }, { "methods": [ "POST" ], "args": { "email": { "type": "string", "description": "New user email address.", "required": true }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "New user username.", "type": "string", "required": false }, "password": { "description": "New user password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/customers" } ] } }, "\/wc\/v2\/customers\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false }, "reassign": { "default": 0, "type": "integer", "description": "ID to reassign posts to.", "required": false } } } ] }, "\/wc\/v2\/customers\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/customers\/batch" } ] } }, "\/wc\/v2\/orders\/(?P[\\d]+)\/notes": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "type": { "default": "any", "description": "Limit result to customers or internal notes.", "type": "string", "enum": [ "any", "customer", "internal" ], "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "note": { "type": "string", "description": "Order note content.", "required": true }, "customer_note": { "default": false, "description": "If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.", "type": "boolean", "required": false } } } ] }, "\/wc\/v2\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/orders\/(?P[\\d]+)\/refunds": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false }, "order_item_display_meta": { "default": false, "description": "Only show meta which is meant to be displayed for an order.", "type": "boolean", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "amount": { "description": "Refund amount.", "type": "string", "required": false }, "reason": { "description": "Reason for refund.", "type": "string", "required": false }, "refunded_by": { "description": "User ID of user who created the refund.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "api_refund": { "default": true, "description": "When true, the payment gateway API is used to generate the refund.", "type": "boolean", "required": false } } } ] }, "\/wc\/v2\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/orders": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "status": { "default": "any", "description": "Limit result set to orders assigned a specific status.", "type": "string", "enum": [ "any", "trash", "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false }, "order_item_display_meta": { "default": false, "description": "Only show meta which is meant to be displayed for an order.", "type": "boolean", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "default": "pending", "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "default": "HKD", "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "default": 0, "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "default": false, "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/orders" } ] } }, "\/wc\/v2\/orders\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/orders\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/orders\/batch" } ] } }, "\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/products\/attributes\/(?P[\\d]+)\/terms\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v2\/products\/attributes": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Name for the resource.", "type": "string", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "default": "select", "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "default": "menu_order", "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "default": false, "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/attributes" } ] } }, "\/wc\/v2\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/products\/attributes\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/attributes\/batch" } ] } }, "\/wc\/v2\/products\/categories": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "default": "default", "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/categories" } ] } }, "\/wc\/v2\/products\/categories\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/products\/categories\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "title": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/categories\/batch" } ] } }, "\/wc\/v2\/products\/(?P[\\d]+)\/reviews": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "review": { "type": "string", "description": "Review content.", "required": true }, "date_created": { "description": "The date the review was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the review was created, as GMT.", "type": [ "null", "string" ], "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name of the reviewer.", "required": true }, "email": { "type": "string", "description": "Email of the reviewer.", "required": true } } } ] }, "\/wc\/v2\/products\/(?P[\\d]+)\/reviews\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "date_created": { "description": "The date the review was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the review was created, as GMT.", "type": [ "null", "string" ], "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false }, "name": { "description": "Reviewer name.", "type": "string", "required": false }, "email": { "description": "Reviewer email.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/products\/(?P[\\d]+)\/reviews\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "date_created": { "description": "The date the review was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the review was created, as GMT.", "type": [ "null", "string" ], "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false }, "name": { "description": "Reviewer name.", "type": "string", "required": false }, "email": { "description": "Reviewer email.", "type": "string", "required": false } } } ] }, "\/wc\/v2\/products\/shipping_classes": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/shipping_classes" } ] } }, "\/wc\/v2\/products\/shipping_classes\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/products\/shipping_classes\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/shipping_classes\/batch" } ] } }, "\/wc\/v2\/products\/tags": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/tags" } ] } }, "\/wc\/v2\/products\/tags\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/products\/tags\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/tags\/batch" } ] } }, "\/wc\/v2\/products": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "popularity", "rating", "popularity", "rating", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "in_stock": { "description": "Limit result set to products in stock or out of stock.", "type": "boolean", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "default": "simple", "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "default": "publish", "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "default": false, "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "default": "visible", "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "virtual": { "default": false, "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "default": true, "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "default": false, "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "default": true, "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "string" } } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "grouped_products": { "description": "List of grouped products ID.", "type": "array", "items": { "type": "integer" }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products" } ] } }, "\/wc\/v2\/products\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "string" } } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "grouped_products": { "description": "List of grouped products ID.", "type": "array", "items": { "type": "integer" }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "description": "Whether to bypass trash and force deletion.", "type": "boolean", "required": false } } } ] }, "\/wc\/v2\/products\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "string" } } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "grouped_products": { "description": "List of grouped products ID.", "type": "array", "items": { "type": "integer" }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/products\/batch" } ] } }, "\/wc\/v2\/products\/(?P[\\d]+)\/variations": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "in_stock": { "description": "Limit result set to products in stock or out of stock.", "type": "boolean", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "visible": { "default": true, "description": "Define if the variation is visible on the product's page.", "type": "boolean", "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "default": true, "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ] }, "\/wc\/v2\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "visible": { "description": "Define if the variation is visible on the product's page.", "type": "boolean", "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/products\/(?P[\\d]+)\/variations\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "visible": { "description": "Define if the variation is visible on the product's page.", "type": "boolean", "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "in_stock": { "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.", "type": "boolean", "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Image position. 0 means that the image is featured.", "type": "integer", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/reports\/sales" } ] } }, "\/wc\/v2\/reports\/top_sellers": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/reports\/top_sellers" } ] } }, "\/wc\/v2\/reports": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/reports" } ] } }, "\/wc\/v2\/settings": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/settings" } ] } }, "\/wc\/v2\/settings\/(?P[\\w-]+)": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false } } } ] }, "\/wc\/v2\/settings\/(?P[\\w-]+)\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "value": { "description": "Setting value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false } } } ] }, "\/wc\/v2\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "value": { "description": "Setting value.", "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": "Shipping zone name.", "required": true }, "order": { "description": "Shipping zone order.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/shipping\/zones" } ] } }, "\/wc\/v2\/shipping\/zones\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "name": { "description": "Shipping zone name.", "type": "string", "required": false }, "order": { "description": "Shipping zone order.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/locations": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "code": { "description": "Shipping zone location code.", "type": "string", "required": false }, "type": { "description": "Shipping zone location type.", "type": "string", "enum": [ "postcode", "state", "country", "continent" ], "required": false } } } ] }, "\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/methods": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "order": { "description": "Shipping method sort order.", "type": "integer", "required": false }, "enabled": { "description": "Shipping method enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Shipping method settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false }, "method_id": { "description": "Shipping method ID.", "required": true } } } ] }, "\/wc\/v2\/shipping\/zones\/(?P[\\d]+)\/methods\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false }, "order": { "description": "Shipping method sort order.", "type": "integer", "required": false }, "enabled": { "description": "Shipping method enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Shipping method settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v2\/taxes\/classes": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Tax class name.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/taxes\/classes" } ] } }, "\/wc\/v2\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)": { "namespace": "wc\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Unique slug for the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "slug": { "description": "Unique slug for the resource.", "type": "string", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/taxes": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "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": "order", "description": "Sort collection by object attribute.", "enum": [ "id", "order", "priority" ], "type": "string", "required": false }, "class": { "description": "Sort by tax class.", "enum": [ "standard", "reduced-rate", "zero-rate" ], "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "default": 1, "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "default": false, "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "default": true, "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "default": "standard", "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/taxes" } ] } }, "\/wc\/v2\/taxes\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/taxes\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode \/ ZIP.", "type": "string", "required": false }, "city": { "description": "City name.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/taxes\/batch" } ] } }, "\/wc\/v2\/webhooks": { "namespace": "wc\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "title" ], "required": false }, "status": { "default": "all", "description": "Limit result set to webhooks assigned a specific status.", "type": "string", "enum": [ "all", "active", "paused", "disabled" ], "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "default": "active", "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "type": "string", "description": "Webhook topic.", "required": true }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false }, "delivery_url": { "type": "string", "description": "Webhook delivery URL.", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/webhooks" } ] } }, "\/wc\/v2\/webhooks\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v2\/webhooks\/batch": { "namespace": "wc\/v2", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/webhooks\/batch" } ] } }, "\/wc\/v2\/webhooks\/(?P[\\d]+)\/deliveries": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "webhook_id": { "description": "Unique identifier for the webhook.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ] }, "\/wc\/v2\/webhooks\/(?P[\\d]+)\/deliveries\/(?P[\\d]+)": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "webhook_id": { "description": "Unique identifier for the webhook.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ] }, "\/wc\/v2\/system_status": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/system_status" } ] } }, "\/wc\/v2\/system_status\/tools": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/system_status\/tools" } ] } }, "\/wc\/v2\/system_status\/tools\/(?P[\\w-]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "A unique identifier for the tool.", "type": "string", "required": false }, "name": { "description": "Tool name.", "type": "string", "required": false }, "action": { "description": "What running the tool will do.", "type": "string", "required": false }, "description": { "description": "Tool description.", "type": "string", "required": false }, "success": { "description": "Did the tool run successfully?", "type": "boolean", "required": false }, "message": { "description": "Tool return message.", "type": "string", "required": false } } } ] }, "\/wc\/v2\/shipping_methods": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/shipping_methods" } ] } }, "\/wc\/v2\/shipping_methods\/(?P[\\w-]+)": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ] }, "\/wc\/v2\/payment_gateways": { "namespace": "wc\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v2\/payment_gateways" } ] } }, "\/wc\/v2\/payment_gateways\/(?P[\\w-]+)": { "namespace": "wc\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "title": { "description": "Payment gateway title on checkout.", "type": "string", "required": false }, "description": { "description": "Payment gateway description on checkout.", "type": "string", "required": false }, "order": { "description": "Payment gateway sort order.", "type": "integer", "required": false }, "enabled": { "description": "Payment gateway enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Payment gateway settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false } } } ] }, "\/wc\/v3\/coupons": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "code": { "description": "Limit result set to resources with a specific code.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": true }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "default": "fixed_cart", "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "default": false, "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "default": false, "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "default": false, "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/coupons" } ] } }, "\/wc\/v3\/coupons\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/coupons\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "code": { "description": "Coupon code.", "type": "string", "required": false }, "amount": { "description": "The amount of discount. Should always be numeric, even if setting a percentage.", "type": "string", "required": false }, "status": { "description": "The status of the coupon. Should always be draft, published, or pending review", "type": "string", "required": false }, "discount_type": { "description": "Determines the type of discount that will be applied.", "type": "string", "enum": [ "percent", "fixed_cart", "fixed_product", "sign_up_fee", "sign_up_fee_percent", "recurring_fee", "recurring_percent", "renewal_percent", "renewal_fee", "renewal_cart", "initial_cart" ], "required": false }, "description": { "description": "Coupon description.", "type": "string", "required": false }, "date_expires": { "description": "The date the coupon expires, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_expires_gmt": { "description": "The date the coupon expires, as GMT.", "type": [ "null", "string" ], "required": false }, "individual_use": { "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.", "type": "boolean", "required": false }, "product_ids": { "description": "List of product IDs the coupon can be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_ids": { "description": "List of product IDs the coupon cannot be used on.", "type": "array", "items": { "type": "integer" }, "required": false }, "usage_limit": { "description": "How many times the coupon can be used in total.", "type": "integer", "required": false }, "usage_limit_per_user": { "description": "How many times the coupon can be used per customer.", "type": "integer", "required": false }, "limit_usage_to_x_items": { "description": "Max number of items in the cart the coupon can be applied to.", "type": "integer", "required": false }, "free_shipping": { "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.", "type": "boolean", "required": false }, "product_categories": { "description": "List of category IDs the coupon applies to.", "type": "array", "items": { "type": "integer" }, "required": false }, "excluded_product_categories": { "description": "List of category IDs the coupon does not apply to.", "type": "array", "items": { "type": "integer" }, "required": false }, "exclude_sale_items": { "description": "If true, this coupon will not be applied to items that have sale prices.", "type": "boolean", "required": false }, "minimum_amount": { "description": "Minimum order amount that needs to be in the cart before coupon applies.", "type": "string", "required": false }, "maximum_amount": { "description": "Maximum order amount allowed when using the coupon.", "type": "string", "required": false }, "email_restrictions": { "description": "List of email addresses that can use this coupon.", "type": "array", "items": { "type": "string" }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/coupons\/batch" } ] } }, "\/wc\/v3\/customers\/(?P[\\d]+)\/downloads": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "customer_id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ] }, "\/wc\/v3\/customers": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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 object attribute.", "enum": [ "id", "include", "name", "registered_date" ], "type": "string", "required": false }, "email": { "description": "Limit result set to resources with a specific email.", "type": "string", "format": "email", "required": false }, "role": { "description": "Limit result set to resources with a specific role.", "type": "string", "default": "customer", "enum": [ "all", "administrator", "editor", "author", "contributor", "subscriber", "customer", "shop_manager", "um_club_plus", "um_club", "host", "host_confirmed", "um_club_plus_trial", "wpseo_manager", "wpseo_editor", "partner" ], "required": false } } }, { "methods": [ "POST" ], "args": { "email": { "type": "string", "description": "New user email address.", "required": true }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "New user username.", "type": "string", "required": false }, "password": { "description": "New user password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/customers" } ] } }, "\/wc\/v3\/customers\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false }, "reassign": { "default": 0, "type": "integer", "description": "ID to reassign posts to.", "required": false } } } ] }, "\/wc\/v3\/customers\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "email": { "description": "The email address for the customer.", "type": "string", "format": "email", "required": false }, "first_name": { "description": "Customer first name.", "type": "string", "required": false }, "last_name": { "description": "Customer last name.", "type": "string", "required": false }, "username": { "description": "Customer login name.", "type": "string", "required": false }, "password": { "description": "Customer password.", "type": "string", "required": false }, "billing": { "description": "List of billing address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "List of shipping address data.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "ISO code of the country.", "type": "string", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/customers\/batch" } ] } }, "\/wc\/v3\/layout-templates": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "area": { "description": "Area to get templates for.", "type": "string", "default": "", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/layout-templates" } ] } }, "\/wc\/v3\/layout-templates\/(?P\\w[\\w\\s\\-]*)": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/orders\/(?P[\\d]+)\/notes": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "type": { "default": "any", "description": "Limit result to customers or internal notes.", "type": "string", "enum": [ "any", "customer", "internal" ], "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "note": { "type": "string", "description": "Order note content.", "required": true }, "customer_note": { "default": false, "description": "If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.", "type": "boolean", "required": false }, "added_by_user": { "default": false, "description": "If true, this note will be attributed to the current user. If false, the note will be attributed to the system.", "type": "boolean", "required": false } } } ] }, "\/wc\/v3\/orders\/(?P[\\d]+)\/notes\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/orders\/(?P[\\d]+)\/refunds": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false }, "order_item_display_meta": { "default": false, "description": "Only show meta which is meant to be displayed for an order.", "type": "boolean", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "amount": { "description": "Refund amount.", "type": "string", "required": false }, "reason": { "description": "Reason for refund.", "type": "string", "required": false }, "refunded_by": { "description": "User ID of user who created the refund.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "api_refund": { "default": true, "description": "When true, the payment gateway API is used to generate the refund.", "type": "boolean", "required": false }, "api_restock": { "default": true, "description": "When true, refunded items are restocked.", "type": "boolean", "required": false } } } ] }, "\/wc\/v3\/orders\/(?P[\\d]+)\/refunds\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/orders": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "status": { "default": "any", "description": "Limit result set to orders which have specific statuses.", "type": "array", "items": { "type": "string", "enum": [ "any", "trash", "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ] }, "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false }, "order_item_display_meta": { "default": false, "description": "Only show meta which is meant to be displayed for an order.", "type": "boolean", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "default": "pending", "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "default": "HKD", "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "default": 0, "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "default": false, "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/orders" } ] } }, "\/wc\/v3\/orders\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/orders\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "auto-draft", "pending", "processing", "on-hold", "completed", "cancelled", "refunded", "failed", "airwallex-pending", "airwallex-issue", "checkout-draft" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": [ "string", "null" ], "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "parent_name": { "description": "Parent product name if the product is a variation.", "type": "string", "context": [ "view", "edit" ] }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ] }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ] }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ] } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "display_key": { "description": "Meta key for UI display.", "type": "string", "context": [ "view", "edit" ] }, "display_value": { "description": "Meta value for UI display.", "type": "string", "context": [ "view", "edit" ] } } } }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "number", "context": [ "view", "edit" ], "readonly": true }, "image": { "description": "Properties of the main product image.", "type": "object", "context": [ "view", "edit" ], "readonly": true, "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "instance_id": { "description": "Shipping instance ID.", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "discount_type": { "description": "Discount type.", "type": "string", "context": [ "view" ], "readonly": true }, "nominal_amount": { "description": "Discount amount as defined in the coupon (absolute value or a percent, depending on the discount type).", "type": "number", "context": [ "view" ], "readonly": true }, "free_shipping": { "description": "Whether the coupon grants free shipping or not.", "type": "boolean", "context": [ "view" ], "readonly": true }, "meta_data": { "description": "Meta data.", "type": "array", "context": [ "view", "edit" ], "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } } }, "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/orders\/batch" } ] } }, "\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/products\/attributes\/(?P[\\d]+)\/terms\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "attribute_id": { "description": "Unique identifier for the attribute of the terms.", "type": "integer", "required": false }, "name": { "description": "Term name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v3\/products\/attributes": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Name for the resource.", "type": "string", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "default": "select", "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "default": "menu_order", "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "default": false, "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/attributes" } ] } }, "\/wc\/v3\/products\/attributes\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": true, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/products\/attributes\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Attribute name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "type": { "description": "Type of attribute.", "type": "string", "enum": [ "select" ], "required": false }, "order_by": { "description": "Default sort order.", "type": "string", "enum": [ "menu_order", "name", "name_num", "id" ], "required": false }, "has_archives": { "description": "Enable\/Disable attribute archives.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/attributes\/batch" } ] } }, "\/wc\/v3\/products\/categories": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "default": "default", "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/categories" } ] } }, "\/wc\/v3\/products\/categories\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/products\/categories\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Category name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "parent": { "description": "The ID for the parent of the resource.", "type": "integer", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false }, "display": { "description": "Category archive display type.", "type": "string", "enum": [ "default", "products", "subcategories", "both" ], "required": false }, "image": { "description": "Image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort the resource.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/categories\/batch" } ] } }, "\/wc\/v3\/products\/reviews": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to reviews 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 object attribute.", "type": "string", "default": "date_gmt", "enum": [ "date", "date_gmt", "id", "include", "product" ], "required": false }, "reviewer": { "description": "Limit result set to reviews assigned to specific user IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "reviewer_exclude": { "description": "Ensure result set excludes reviews assigned to specific user IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "reviewer_email": { "default": null, "description": "Limit result set to that from a specific author email.", "format": "email", "type": "string", "required": false }, "product": { "default": [], "description": "Limit result set to reviews assigned to specific product IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "status": { "default": "approved", "description": "Limit result set to reviews assigned a specific status.", "type": "string", "enum": [ "all", "hold", "approved", "spam", "trash" ], "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the product.", "type": "integer", "required": true }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "default": "approved", "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "type": "string", "description": "Name of the reviewer.", "required": true }, "reviewer_email": { "type": "string", "description": "Email of the reviewer.", "required": true }, "review": { "type": "string", "description": "Review content.", "required": true }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/reviews" } ] } }, "\/wc\/v3\/products\/reviews\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "product_id": { "description": "Unique identifier for the product that the review belongs to.", "type": "integer", "required": false }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "description": "Reviewer name.", "type": "string", "required": false }, "reviewer_email": { "description": "Reviewer email.", "type": "string", "format": "email", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/products\/reviews\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the product that the review belongs to.", "type": "integer", "required": false }, "product_name": { "description": "Product name.", "type": "string", "required": false }, "status": { "description": "Status of the review.", "type": "string", "enum": [ "approved", "hold", "spam", "unspam", "trash", "untrash" ], "required": false }, "reviewer": { "description": "Reviewer name.", "type": "string", "required": false }, "reviewer_email": { "description": "Reviewer email.", "type": "string", "format": "email", "required": false }, "review": { "description": "The content of the review.", "type": "string", "required": false }, "rating": { "description": "Review rating (0 to 5).", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/reviews\/batch" } ] } }, "\/wc\/v3\/products\/shipping_classes": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/shipping_classes" } ] } }, "\/wc\/v3\/products\/shipping_classes\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/products\/shipping_classes\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Shipping class name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/shipping_classes\/batch" } ] } }, "\/wc\/v3\/products\/tags": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "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. Applies to hierarchical taxonomies only.", "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 resource attribute.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Whether to hide resources not assigned to any products.", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Limit result set to resources assigned to a specific parent. Applies to hierarchical taxonomies only.", "type": "integer", "required": false }, "product": { "description": "Limit result set to resources assigned to a specific product.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Limit result set to resources with a specific slug.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "type": "string", "description": "Name for the resource.", "required": true }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/tags" } ] } }, "\/wc\/v3\/products\/tags\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/products\/tags\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Tag name.", "type": "string", "required": false }, "slug": { "description": "An alphanumeric identifier for the resource unique to its type.", "type": "string", "required": false }, "description": { "description": "HTML description of the resource.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/tags\/batch" } ] } }, "\/wc\/v3\/products": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "popularity", "rating", "popularity", "rating", "menu_order", "price", "popularity", "rating" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "search_sku": { "description": "Limit results to those with a SKU that partial matches a string.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "default": "simple", "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "default": "publish", "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "default": false, "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "default": "visible", "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "default": false, "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "default": false, "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "default": true, "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products" } ] } }, "\/wc\/v3\/products\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "description": "Whether to bypass trash and force deletion.", "type": "boolean", "required": false } } } ] }, "\/wc\/v3\/products\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "Product name.", "type": "string", "required": false }, "slug": { "description": "Product slug.", "type": "string", "required": false }, "date_created": { "description": "The date the product was created, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_created_gmt": { "description": "The date the product was created, as GMT.", "type": [ "null", "string" ], "required": false }, "type": { "description": "Product type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "status": { "description": "Product status (post status).", "type": "string", "enum": [ "draft", "pending", "private", "publish", "future", "auto-draft", "trash" ], "required": false }, "featured": { "description": "Featured product.", "type": "boolean", "required": false }, "catalog_visibility": { "description": "Catalog visibility.", "type": "string", "enum": [ "visible", "catalog", "search", "hidden" ], "required": false }, "description": { "description": "Product description.", "type": "string", "required": false }, "short_description": { "description": "Product short description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Product regular price.", "type": "string", "required": false }, "sale_price": { "description": "Product sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "virtual": { "description": "If the product is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the product is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "external_url": { "description": "Product external URL. Only for external products.", "type": "string", "format": "uri", "required": false }, "button_text": { "description": "Product external button text. Only for external products.", "type": "string", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at product level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the product.", "type": [ "integer", "null" ], "required": false }, "sold_individually": { "description": "Allow one item to be bought in a single order.", "type": "boolean", "required": false }, "weight": { "description": "Product weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Product dimensions.", "type": "object", "properties": { "length": { "description": "Product length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Product width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Product height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "reviews_allowed": { "description": "Allow reviews.", "type": "boolean", "required": false }, "post_password": { "description": "Post password.", "type": "string", "required": false }, "upsell_ids": { "description": "List of up-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "cross_sell_ids": { "description": "List of cross-sell products IDs.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_id": { "description": "Product parent ID.", "type": "integer", "required": false }, "purchase_note": { "description": "Optional note to send the customer after purchase.", "type": "string", "required": false }, "categories": { "description": "List of categories.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Category ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Category name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Category slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "tags": { "description": "List of tags.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Tag ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Tag name.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "slug": { "description": "Tag slug.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "images": { "description": "List of images.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "position": { "description": "Attribute position.", "type": "integer", "context": [ "view", "edit" ] }, "visible": { "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "variation": { "description": "Define if the attribute can be used as variation.", "type": "boolean", "default": false, "context": [ "view", "edit" ] }, "options": { "description": "List of available term names of the attribute.", "type": "array", "items": { "type": "string" }, "context": [ "view", "edit" ] } } }, "required": false }, "default_attributes": { "description": "Defaults variation attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/batch" } ] } }, "\/wc\/v3\/products\/suggested-products": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "popularity", "rating", "popularity", "rating", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "type": { "description": "Limit result set to products assigned a specific type.", "type": "string", "enum": [ "simple", "grouped", "external", "variable", "subscription", "variable-subscription" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "featured": { "description": "Limit result set to featured products.", "type": "boolean", "required": false }, "category": { "description": "Limit result set to products assigned a specific category ID.", "type": "string", "required": false }, "tag": { "description": "Limit result set to products assigned a specific tag ID.", "type": "string", "required": false }, "shipping_class": { "description": "Limit result set to products assigned a specific shipping class ID.", "type": "string", "required": false }, "attribute": { "description": "Limit result set to products with a specific attribute. Use the taxonomy name\/attribute slug.", "type": "string", "required": false }, "attribute_term": { "description": "Limit result set to products with a specific attribute term ID (required an assigned attribute).", "type": "string", "required": false }, "in_stock": { "description": "Limit result set to products in stock or out of stock.", "type": "boolean", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "categories": { "description": "Limit result set to specific product categorie ids.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "tags": { "description": "Limit result set to specific product tag ids.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "limit": { "description": "Limit result set to specific amount of suggested products.", "type": "integer", "default": 5, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/products\/suggested-products" } ] } }, "\/wc\/v3\/products\/(?P[\\d]+)\/variations": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources published before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Limit response to resources modified after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Limit response to resources modified before a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "dates_are_gmt": { "description": "Whether to consider GMT post dates when limiting response by published or modified date.", "type": "boolean", "default": false, "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", "title", "slug", "modified", "menu_order" ], "required": false }, "parent": { "description": "Limit result set to those of 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 }, "slug": { "description": "Limit result set to products with a specific slug.", "type": "string", "required": false }, "status": { "default": "any", "description": "Limit result set to products assigned a specific status.", "type": "string", "enum": [ "any", "future", "trash", "draft", "pending", "private", "publish" ], "required": false }, "sku": { "description": "Limit result set to products with specific SKU(s). Use commas to separate.", "type": "string", "required": false }, "on_sale": { "description": "Limit result set to products on sale.", "type": "boolean", "required": false }, "min_price": { "description": "Limit result set to products based on a minimum price.", "type": "string", "required": false }, "max_price": { "description": "Limit result set to products based on a maximum price.", "type": "string", "required": false }, "include_meta": { "default": [], "description": "Limit meta_data to specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "exclude_meta": { "default": [], "description": "Ensure meta_data excludes specific keys.", "type": "array", "items": { "type": "string" }, "required": false }, "stock_status": { "description": "Limit result set to products with specified stock status.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "has_price": { "description": "Limit result set to products with or without price.", "type": "boolean", "required": false }, "attributes": { "description": "Limit result set to products with specified attributes.", "type": "array", "items": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute slug." }, "term": { "type": "string", "description": "Attribute term." }, "terms": { "type": "array", "description": "Attribute terms." } } }, "required": false } } }, { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ] }, "\/wc\/v3\/products\/(?P[\\d]+)\/variations\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "id": { "description": "Unique identifier for the variation.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/products\/(?P[\\d]+)\/variations\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ] }, "\/wc\/v3\/products\/(?P[\\d]+)\/variations\/generate": { "namespace": "wc\/v3", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "product_id": { "description": "Unique identifier for the variable product.", "type": "integer", "required": false }, "delete": { "description": "Deletes unused variations.", "type": "boolean", "required": false }, "default_values": { "description": "Default values for generated variations.", "type": "object", "properties": { "description": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation description.", "type": "string" }, "sku": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Unique identifier.", "type": "string" }, "regular_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation regular price.", "type": "string" }, "sale_price": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation sale price.", "type": "string" }, "date_on_sale_from": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_from_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ] }, "date_on_sale_to": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "date_on_sale_to_gmt": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ] }, "status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ] }, "virtual": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is virtual.", "type": "boolean" }, "downloadable": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If the variation is downloadable.", "type": "boolean" }, "downloads": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } } }, "download_limit": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer" }, "download_expiry": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Number of days until access to downloadable files expires.", "type": "integer" }, "tax_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ] }, "tax_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Tax class.", "type": "string" }, "manage_stock": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock management at variation level.", "type": "boolean" }, "stock_quantity": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Stock quantity.", "type": "integer" }, "stock_status": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ] }, "backorders": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ] }, "low_stock_amount": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ] }, "weight": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation weight (kg).", "type": "string" }, "dimensions": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } } }, "shipping_class": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Shipping class slug.", "type": "string" }, "image": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } } }, "attributes": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } } }, "menu_order": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Menu order, used to custom sort products.", "type": "integer" }, "meta_data": { "validate_callback": "rest_validate_request_arg", "sanitize_callback": "rest_sanitize_request_arg", "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } } } }, "required": false }, "description": { "description": "Variation description.", "type": "string", "required": false }, "sku": { "description": "Unique identifier.", "type": "string", "required": false }, "regular_price": { "description": "Variation regular price.", "type": "string", "required": false }, "sale_price": { "description": "Variation sale price.", "type": "string", "required": false }, "date_on_sale_from": { "description": "Start date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_from_gmt": { "description": "Start date of sale price, as GMT.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "date_on_sale_to_gmt": { "description": "End date of sale price, in the site's timezone.", "type": [ "null", "string" ], "required": false }, "status": { "default": "publish", "description": "Variation status.", "type": "string", "enum": [ "draft", "pending", "private", "publish" ], "required": false }, "virtual": { "default": false, "description": "If the variation is virtual.", "type": "boolean", "required": false }, "downloadable": { "default": false, "description": "If the variation is downloadable.", "type": "boolean", "required": false }, "downloads": { "description": "List of downloadable files.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "File ID.", "type": "string", "context": [ "view", "edit" ] }, "name": { "description": "File name.", "type": "string", "context": [ "view", "edit" ] }, "file": { "description": "File URL.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "download_limit": { "default": -1, "description": "Number of times downloadable files can be downloaded after purchase.", "type": "integer", "required": false }, "download_expiry": { "default": -1, "description": "Number of days until access to downloadable files expires.", "type": "integer", "required": false }, "tax_status": { "default": "taxable", "description": "Tax status.", "type": "string", "enum": [ "taxable", "shipping", "none" ], "required": false }, "tax_class": { "description": "Tax class.", "type": "string", "required": false }, "manage_stock": { "default": false, "description": "Stock management at variation level.", "type": "boolean", "required": false }, "stock_quantity": { "description": "Stock quantity.", "type": "integer", "required": false }, "stock_status": { "default": "instock", "description": "Controls the stock status of the product.", "type": "string", "enum": [ "instock", "outofstock", "onbackorder" ], "required": false }, "backorders": { "default": "no", "description": "If managing stock, this controls if backorders are allowed.", "type": "string", "enum": [ "no", "notify", "yes" ], "required": false }, "low_stock_amount": { "description": "Low Stock amount for the variation.", "type": [ "integer", "null" ], "required": false }, "weight": { "description": "Variation weight (kg).", "type": "string", "required": false }, "dimensions": { "description": "Variation dimensions.", "type": "object", "properties": { "length": { "description": "Variation length (cm).", "type": "string", "context": [ "view", "edit" ] }, "width": { "description": "Variation width (cm).", "type": "string", "context": [ "view", "edit" ] }, "height": { "description": "Variation height (cm).", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping_class": { "description": "Shipping class slug.", "type": "string", "required": false }, "image": { "description": "Variation image data.", "type": "object", "properties": { "id": { "description": "Image ID.", "type": "integer", "context": [ "view", "edit" ] }, "date_created": { "description": "The date the image was created, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_created_gmt": { "description": "The date the image was created, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified": { "description": "The date the image was last modified, in the site's timezone.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "date_modified_gmt": { "description": "The date the image was last modified, as GMT.", "type": [ "null", "string" ], "context": [ "view", "edit" ], "readonly": true }, "src": { "description": "Image URL.", "type": "string", "format": "uri", "context": [ "view", "edit" ] }, "name": { "description": "Image name.", "type": "string", "context": [ "view", "edit" ] }, "alt": { "description": "Image alternative text.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "attributes": { "description": "List of attributes.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Attribute ID.", "type": "integer", "context": [ "view", "edit" ] }, "name": { "description": "Attribute name.", "type": "string", "context": [ "view", "edit" ] }, "option": { "description": "Selected attribute term name.", "type": "string", "context": [ "view", "edit" ] } } }, "required": false }, "menu_order": { "description": "Menu order, used to custom sort products.", "type": "integer", "required": false }, "meta_data": { "description": "Meta data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Meta ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ] }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] } } }, "required": false } } } ] }, "\/wc\/v3\/reports\/sales": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/sales" } ] } }, "\/wc\/v3\/reports\/top_sellers": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "period": { "description": "Report period.", "type": "string", "enum": [ "week", "month", "last_month", "year" ], "required": false }, "date_min": { "description": "Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false }, "date_max": { "description": "Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.", "type": "string", "format": "date", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/top_sellers" } ] } }, "\/wc\/v3\/reports\/orders\/totals": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/orders\/totals" } ] } }, "\/wc\/v3\/reports\/products\/totals": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/products\/totals" } ] } }, "\/wc\/v3\/reports\/customers\/totals": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/customers\/totals" } ] } }, "\/wc\/v3\/reports\/coupons\/totals": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/coupons\/totals" } ] } }, "\/wc\/v3\/reports\/reviews\/totals": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports\/reviews\/totals" } ] } }, "\/wc\/v3\/reports": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/reports" } ] } }, "\/wc\/v3\/settings": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/settings\/batch" } ] } }, "\/wc\/v3\/settings\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/settings\/(?P[\\w-]+)\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "value": { "description": "Setting value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "required": false } } } ] }, "\/wc\/v3\/settings\/(?P[\\w-]+)\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "group": { "description": "Settings group ID.", "type": "string", "required": false }, "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "value": { "description": "Setting value.", "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": "Shipping zone name.", "required": true }, "order": { "description": "Shipping zone order.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/shipping\/zones" } ] } }, "\/wc\/v3\/shipping\/zones\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "name": { "description": "Shipping zone name.", "type": "string", "required": false }, "order": { "description": "Shipping zone order.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/locations": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique ID for the resource.", "type": "integer", "required": false }, "code": { "description": "Shipping zone location code.", "type": "string", "required": false }, "type": { "description": "Shipping zone location type.", "type": "string", "enum": [ "postcode", "state", "country", "continent" ], "required": false } } } ] }, "\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/methods": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "order": { "description": "Shipping method sort order.", "type": "integer", "required": false }, "enabled": { "description": "Shipping method enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Shipping method settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox", "class", "order" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false }, "method_id": { "description": "Shipping method ID.", "required": true } } } ] }, "\/wc\/v3\/shipping\/zones\/(?P[\\d]+)\/methods\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false }, "order": { "description": "Shipping method sort order.", "type": "integer", "required": false }, "enabled": { "description": "Shipping method enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Shipping method settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox", "class", "order" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "zone_id": { "description": "Unique ID for the zone.", "type": "integer", "required": false }, "instance_id": { "description": "Unique ID for the instance.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v3\/taxes\/classes": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "Tax class name.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/taxes\/classes" } ] } }, "\/wc\/v3\/taxes\/classes\/(?P\\w[\\w\\s\\-]*)": { "namespace": "wc\/v3", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Unique slug for the resource.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "slug": { "description": "Unique slug for the resource.", "type": "string", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/taxes": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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 }, "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": "order", "description": "Sort collection by object attribute.", "enum": [ "id", "order", "priority" ], "type": "string", "required": false }, "class": { "description": "Sort by tax class.", "enum": [ "standard", "reduced-rate", "zero-rate" ], "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "default": 1, "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "default": false, "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "default": true, "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "default": "standard", "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/taxes" } ] } }, "\/wc\/v3\/taxes\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/taxes\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "country": { "description": "Country ISO 3166 code.", "type": "string", "required": false }, "state": { "description": "State code.", "type": "string", "required": false }, "postcode": { "description": "Postcode\/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead.", "type": "string", "required": false }, "city": { "description": "City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead.", "type": "string", "required": false }, "rate": { "description": "Tax rate.", "type": "string", "required": false }, "name": { "description": "Tax rate name.", "type": "string", "required": false }, "priority": { "description": "Tax priority.", "type": "integer", "required": false }, "compound": { "description": "Whether or not this is a compound rate.", "type": "boolean", "required": false }, "shipping": { "description": "Whether or not this tax rate also gets applied to shipping.", "type": "boolean", "required": false }, "order": { "description": "Indicates the order that will appear in queries.", "type": "integer", "required": false }, "class": { "description": "Tax class.", "type": "string", "enum": [ "standard", "reduced-rate", "zero-rate" ], "required": false }, "postcodes": { "description": "List of postcodes \/ ZIPs. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false }, "cities": { "description": "List of city names. Introduced in WooCommerce 5.3.", "type": "array", "items": { "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/taxes\/batch" } ] } }, "\/wc\/v3\/webhooks": { "namespace": "wc\/v3", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "title" ], "required": false }, "status": { "default": "all", "description": "Limit result set to webhooks assigned a specific status.", "type": "string", "enum": [ "all", "active", "paused", "disabled" ], "required": false } } }, { "methods": [ "POST" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "default": "active", "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "type": "string", "description": "Webhook topic.", "required": true }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false }, "delivery_url": { "type": "string", "description": "Webhook delivery URL.", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/webhooks" } ] } }, "\/wc\/v3\/webhooks\/(?P[\\d]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/wc\/v3\/webhooks\/batch": { "namespace": "wc\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "name": { "description": "A friendly name for the webhook.", "type": "string", "required": false }, "status": { "description": "Webhook status.", "type": "string", "enum": [ "active", "paused", "disabled" ], "required": false }, "topic": { "description": "Webhook topic.", "type": "string", "required": false }, "secret": { "description": "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/webhooks\/batch" } ] } }, "\/wc\/v3\/system_status": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/system_status" } ] } }, "\/wc\/v3\/system_status\/tools": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/system_status\/tools" } ] } }, "\/wc\/v3\/system_status\/tools\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "A unique identifier for the tool.", "type": "string", "required": false }, "name": { "description": "Tool name.", "type": "string", "required": false }, "action": { "description": "What running the tool will do.", "type": "string", "required": false }, "description": { "description": "Tool description.", "type": "string", "required": false }, "success": { "description": "Did the tool run successfully?", "type": "boolean", "required": false }, "message": { "description": "Tool return message.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/shipping_methods": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/shipping_methods" } ] } }, "\/wc\/v3\/shipping_methods\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false } } } ] }, "\/wc\/v3\/payment_gateways": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/payment_gateways" } ] } }, "\/wc\/v3\/payment_gateways\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "string", "required": false }, "title": { "description": "Payment gateway title on checkout.", "type": "string", "required": false }, "description": { "description": "Payment gateway description on checkout.", "type": "string", "required": false }, "order": { "description": "Payment gateway sort order.", "type": "integer", "required": false }, "enabled": { "description": "Payment gateway enabled status.", "type": "boolean", "required": false }, "settings": { "description": "Payment gateway settings.", "type": "object", "properties": { "id": { "description": "A unique identifier for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "A human readable label for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "description": { "description": "A human readable description for the setting used in interfaces.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "type": { "description": "Type of setting.", "type": "string", "context": [ "view", "edit" ], "enum": [ "text", "email", "number", "color", "password", "textarea", "select", "multiselect", "radio", "image_width", "checkbox" ], "readonly": true }, "value": { "description": "Setting value.", "type": "string", "context": [ "view", "edit" ] }, "default": { "description": "Default value for the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "tip": { "description": "Additional help text shown to the user about the setting.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "placeholder": { "description": "Placeholder text to be displayed in text inputs.", "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:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/data" } ] } }, "\/wc\/v3\/data\/continents": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/data\/continents" } ] } }, "\/wc\/v3\/data\/continents\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "continent": { "description": "2 character continent code.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/data\/countries": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/data\/countries" } ] } }, "\/wc\/v3\/data\/countries\/(?P[\\w-]+)": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "location": { "description": "ISO3166 alpha-2 country code.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/data\/currencies": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/data\/currencies" } ] } }, "\/wc\/v3\/data\/currencies\/current": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v3\/data\/currencies\/current" } ] } }, "\/wc\/v3\/data\/currencies\/(?P[\\w-]{3})": { "namespace": "wc\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "location": { "description": "ISO4217 currency code.", "type": "string", "required": false } } } ] }, "\/wc\/v3\/orders\/(?P[\\d]+)\/receipt": { "namespace": "wc\/v3", "methods": [ "POST", "GET" ], "endpoints": [ { "methods": [ "POST" ], "args": { "id": { "description": "Unique identifier of the order.", "type": "integer", "required": false }, "expiration_date": { "description": "Expiration date formatted as yyyy-mm-dd.", "type": "string", "default": null, "required": false }, "expiration_days": { "description": "Number of days to be added to the current date to get the expiration date.", "type": "integer", "default": 1, "required": false }, "force_new": { "description": "True to force the creation of a new receipt even if one already exists and has not expired yet.", "type": "boolean", "default": false, "required": false } } }, { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier of the order.", "type": "integer", "required": false } } } ] }, "\/wc-telemetry": { "namespace": "wc-telemetry", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "namespace": { "default": "wc-telemetry", "required": false }, "context": { "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc-telemetry" } ] } }, "\/wc-telemetry\/tracker": { "namespace": "wc-telemetry", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "platform": { "description": "Platform to track.", "type": "string", "required": true }, "version": { "description": "Platform version to track.", "type": "string", "required": true }, "installation_date": { "description": "Installation date of the WooCommerce mobile app.", "type": "string", "format": "date-time", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wccom-site\/v3" } ] } }, "\/wccom-site\/v3\/installer": { "namespace": "wccom-site\/v3", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "product-id": { "type": "integer", "required": true }, "run-until-step": { "type": "string", "enum": [ "get_product_info", "download_product", "unpack_product", "move_product", "activate_product" ], "required": true }, "idempotency-key": { "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wccom-site\/v3\/ssr" } ] } }, "\/wccom-site\/v3\/status": { "namespace": "wccom-site\/v3", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wccom-site\/v3\/status" } ] } }, "\/wc\/v1\/subscriptions": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "status": { "default": "any", "description": "Limit result set to orders assigned a specific status.", "type": "string", "enum": [ "any", "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "default": "pending", "description": "Order status.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "currency": { "default": "HKD", "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "default": 0, "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "default": false, "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "transition_status": { "description": "The status to transition the subscription to. Unlike the \"status\" param, this will calculate and update the subscription dates.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "billing_interval": { "description": "The number of billing periods between subscription renewals.", "type": "integer", "required": false }, "billing_period": { "description": "Billing period for the subscription.", "type": "string", "enum": [ "day", "week", "month", "year" ], "required": false }, "payment_details": { "description": "Subscription payment details.", "type": "object", "properties": { "method_id": { "description": "Payment gateway ID.", "type": "string", "context": [ "edit" ] } }, "required": false }, "start_date": { "description": "The subscription's start date.", "type": [ "null", "string" ], "required": false }, "trial_end_date": { "description": "The subscription's trial date", "type": [ "null", "string" ], "required": false }, "next_payment_date": { "description": "The subscription's next payment date.", "type": [ "null", "string" ], "required": false }, "end_date": { "description": "The subscription's end date.", "type": [ "null", "string" ], "required": false }, "removed_line_items": { "description": "Removed line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Removed line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/subscriptions" } ] } }, "\/wc\/v1\/subscriptions\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "transition_status": { "description": "The status to transition the subscription to. Unlike the \"status\" param, this will calculate and update the subscription dates.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "billing_interval": { "description": "The number of billing periods between subscription renewals.", "type": "integer", "required": false }, "billing_period": { "description": "Billing period for the subscription.", "type": "string", "enum": [ "day", "week", "month", "year" ], "required": false }, "payment_details": { "description": "Subscription payment details.", "type": "object", "properties": { "method_id": { "description": "Payment gateway ID.", "type": "string", "context": [ "edit" ] } }, "required": false }, "start_date": { "description": "The subscription's start date.", "type": [ "null", "string" ], "required": false }, "trial_end_date": { "description": "The subscription's trial date", "type": [ "null", "string" ], "required": false }, "next_payment_date": { "description": "The subscription's next payment date.", "type": [ "null", "string" ], "required": false }, "end_date": { "description": "The subscription's end date.", "type": [ "null", "string" ], "required": false }, "removed_line_items": { "description": "Removed line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Removed line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Whether to bypass trash and force deletion.", "required": false } } } ] }, "\/wc\/v1\/subscriptions\/batch": { "namespace": "wc\/v1", "methods": [ "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "POST", "PUT", "PATCH" ], "args": { "parent_id": { "description": "Parent order ID.", "type": "integer", "required": false }, "status": { "description": "Order status.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "currency": { "description": "Currency the order was created with, in ISO format.", "type": "string", "enum": [ "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BRL", "BSD", "BTC", "BTN", "BWP", "BYR", "BYN", "BZD", "CAD", "CDF", "CHF", "CLP", "CNY", "COP", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GGP", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IMP", "INR", "IQD", "IRR", "IRT", "ISK", "JEP", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PRB", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "UYU", "UZS", "VEF", "VES", "VND", "VUV", "WST", "XAF", "XCD", "XOF", "XPF", "YER", "ZAR", "ZMW" ], "required": false }, "customer_id": { "description": "User ID who owns the order. 0 for guests.", "type": "integer", "required": false }, "billing": { "description": "Billing address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] }, "email": { "description": "Email address.", "type": "string", "format": "email", "context": [ "view", "edit" ] }, "phone": { "description": "Phone number.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "shipping": { "description": "Shipping address.", "type": "object", "properties": { "first_name": { "description": "First name.", "type": "string", "context": [ "view", "edit" ] }, "last_name": { "description": "Last name.", "type": "string", "context": [ "view", "edit" ] }, "company": { "description": "Company name.", "type": "string", "context": [ "view", "edit" ] }, "address_1": { "description": "Address line 1.", "type": "string", "context": [ "view", "edit" ] }, "address_2": { "description": "Address line 2.", "type": "string", "context": [ "view", "edit" ] }, "city": { "description": "City name.", "type": "string", "context": [ "view", "edit" ] }, "state": { "description": "ISO code or name of the state, province or district.", "type": "string", "context": [ "view", "edit" ] }, "postcode": { "description": "Postal code.", "type": "string", "context": [ "view", "edit" ] }, "country": { "description": "Country code in ISO 3166-1 alpha-2 format.", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "payment_method": { "description": "Payment method ID.", "type": "string", "required": false }, "payment_method_title": { "description": "Payment method title.", "type": "string", "required": false }, "set_paid": { "description": "Define if the order is paid. It will set the status to processing and reduce stock items.", "type": "boolean", "required": false }, "transaction_id": { "description": "Unique transaction ID.", "type": "string", "required": false }, "customer_note": { "description": "Note left by customer during checkout.", "type": "string", "required": false }, "line_items": { "description": "Line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "shipping_lines": { "description": "Shipping lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "method_title": { "description": "Shipping method name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "method_id": { "description": "Shipping method ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "fee_lines": { "description": "Fee lines data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Fee name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of fee.", "type": "string", "context": [ "view", "edit" ] }, "tax_status": { "description": "Tax status of fee.", "type": "string", "context": [ "view", "edit" ], "enum": [ "taxable", "none" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false }, "coupon_lines": { "description": "Coupons line data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "code": { "description": "Coupon code.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "discount": { "description": "Discount total.", "type": "string", "context": [ "view", "edit" ] }, "discount_tax": { "description": "Discount total tax.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } }, "required": false }, "transition_status": { "description": "The status to transition the subscription to. Unlike the \"status\" param, this will calculate and update the subscription dates.", "type": "string", "enum": [ "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "billing_interval": { "description": "The number of billing periods between subscription renewals.", "type": "integer", "required": false }, "billing_period": { "description": "Billing period for the subscription.", "type": "string", "enum": [ "day", "week", "month", "year" ], "required": false }, "payment_details": { "description": "Subscription payment details.", "type": "object", "properties": { "method_id": { "description": "Payment gateway ID.", "type": "string", "context": [ "edit" ] } }, "required": false }, "start_date": { "description": "The subscription's start date.", "type": [ "null", "string" ], "required": false }, "trial_end_date": { "description": "The subscription's trial date", "type": [ "null", "string" ], "required": false }, "next_payment_date": { "description": "The subscription's next payment date.", "type": [ "null", "string" ], "required": false }, "end_date": { "description": "The subscription's end date.", "type": [ "null", "string" ], "required": false }, "removed_line_items": { "description": "Removed line items data.", "type": "array", "items": { "type": "object", "properties": { "id": { "description": "Item ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "name": { "description": "Product name.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true }, "sku": { "description": "Product SKU.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "product_id": { "description": "Product ID.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ] }, "variation_id": { "description": "Variation ID, if applicable.", "type": "integer", "context": [ "view", "edit" ] }, "quantity": { "description": "Quantity ordered.", "type": "integer", "context": [ "view", "edit" ] }, "tax_class": { "description": "Tax class of product.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "price": { "description": "Product price.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Line subtotal (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "subtotal_tax": { "description": "Line subtotal tax (before discounts).", "type": "string", "context": [ "view", "edit" ] }, "total": { "description": "Line total (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "total_tax": { "description": "Line total tax (after discounts).", "type": "string", "context": [ "view", "edit" ] }, "taxes": { "description": "Line taxes.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "id": { "description": "Tax rate ID.", "type": "integer", "context": [ "view", "edit" ], "readonly": true }, "total": { "description": "Tax total.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "subtotal": { "description": "Tax subtotal.", "type": "string", "context": [ "view", "edit" ], "readonly": true } } } }, "meta": { "description": "Removed line item meta data.", "type": "array", "context": [ "view", "edit" ], "readonly": true, "items": { "type": "object", "properties": { "key": { "description": "Meta key.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "label": { "description": "Meta label.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "value": { "description": "Meta value.", "type": [ "null", "object", "string", "number", "boolean", "integer", "array" ], "context": [ "view", "edit" ], "readonly": true } } } } } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/subscriptions\/batch" } ] } }, "\/wc\/v1\/subscriptions\/(?P[\\d]+)\/orders": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Limit response to resources published after a given ISO8601 compliant date.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Limit response to resources 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 object attribute.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "title", "slug", "modified" ], "required": false }, "filter": { "type": "object", "description": "Use WP Query arguments to modify the response; private query vars require appropriate authorization.", "required": false }, "status": { "default": "any", "description": "Limit result set to orders assigned a specific status.", "type": "string", "enum": [ "any", "pending", "active", "on-hold", "cancelled", "switched", "expired", "pending-cancel" ], "required": false }, "customer": { "description": "Limit result set to orders assigned a specific customer.", "type": "integer", "required": false }, "product": { "description": "Limit result set to orders assigned a specific product.", "type": "integer", "required": false }, "dp": { "default": 2, "description": "Number of decimal points to use in each resource.", "type": "integer", "required": false } } } ] }, "\/wc\/v1\/subscriptions\/statuses": { "namespace": "wc\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": [] } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wc\/v1\/subscriptions\/statuses" } ] } }, "\/wc\/v1\/subscriptions\/(?P[\\d]+)\/notes": { "namespace": "wc\/v1", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "note": { "type": "string", "description": "Order note content.", "required": true }, "customer_note": { "default": false, "description": "Shows\/define if the note is only for reference or for the customer (the user will be notified).", "type": "boolean", "required": false } } } ] }, "\/wc\/v1\/subscriptions\/(?P[\\d]+)\/notes\/(?P[\\d]+)": { "namespace": "wc\/v1", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Unique identifier for the resource.", "type": "integer", "required": false }, "order_id": { "description": "The order ID.", "type": "integer", "required": false }, "force": { "default": false, "type": "boolean", "description": "Required to be true, as resource does not support trashing.", "required": false } } } ] }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2" } ] } }, "\/wp\/v2\/posts": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "author": { "description": "Rajaa tulokset tiettyjen kirjoittajien artikkeleihin. ", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "author_exclude": { "description": "Varmistaa ettei tuloksissa ole artikkeleita, jotka on liitetty tiettyihin kirjoittajiin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false }, "tax_relation": { "description": "Rajoita tuloksia useampien luokittelujen v\u00e4listen suhteiden perusteella.", "type": "string", "enum": [ "AND", "OR" ], "required": false }, "categories": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan categories.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "include_children": { "description": "Sis\u00e4ltyv\u00e4tk\u00f6 lapsitermit termeihin, jotka rajoittavat tulosjoukkoa.", "type": "boolean", "default": false }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "categories_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa categories.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "include_children": { "description": "Sis\u00e4ltyv\u00e4tk\u00f6 lapsitermit termeihin, jotka rajoittavat tulosjoukkoa.", "type": "boolean", "default": false } }, "additionalProperties": false } ], "required": false }, "tags": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan tags.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "tags_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa tags.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] } }, "additionalProperties": false } ], "required": false }, "sticky": { "description": "Rajaa tulokset kiinnitettyihin kohteisiin. ", "type": "boolean", "required": false }, "ignore_sticky": { "description": "Ohitetaanko kiinnitetyt julkaisut vai ei.", "type": "boolean", "default": true, "required": false }, "format": { "description": "Rajoita tulosjoukko kohteiksi, joille on m\u00e4\u00e4ritetty yksi tai useampi valittu muoto.", "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": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "format": { "description": "Artikkelin muoto.", "type": "string", "enum": [ "standard", "aside", "chat", "gallery", "link", "image", "quote", "status", "video", "audio" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "sticky": { "description": "Onko artikkeli kiinnitetty. ", "type": "boolean", "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "categories": { "description": "Artikkeliin liitetyt termit luokittelussa category.", "type": "array", "items": { "type": "integer" }, "required": false }, "tags": { "description": "Artikkeliin liitetyt termit luokittelussa post_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/posts" } ] } }, "\/wp\/v2\/posts\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "excerpt_length": { "description": "Yliaja otteen oletuspituus.", "type": "integer", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "format": { "description": "Artikkelin muoto.", "type": "string", "enum": [ "standard", "aside", "chat", "gallery", "link", "image", "quote", "status", "video", "audio" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "sticky": { "description": "Onko artikkeli kiinnitetty. ", "type": "boolean", "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "categories": { "description": "Artikkeliin liitetyt termit luokittelussa category.", "type": "array", "items": { "type": "integer" }, "required": false }, "tags": { "description": "Artikkeliin liitetyt termit luokittelussa post_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/posts\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/posts\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "format": { "description": "Artikkelin muoto.", "type": "string", "enum": [ "standard", "aside", "chat", "gallery", "link", "image", "quote", "status", "video", "audio" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "sticky": { "description": "Onko artikkeli kiinnitetty. ", "type": "boolean", "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "categories": { "description": "Artikkeliin liitetyt termit luokittelussa category.", "type": "array", "items": { "type": "integer" }, "required": false }, "tags": { "description": "Artikkeliin liitetyt termit luokittelussa post_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } } ] }, "\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "author": { "description": "Rajaa tulokset tiettyjen kirjoittajien artikkeleihin. ", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "author_exclude": { "description": "Varmistaa ettei tuloksissa ole artikkeleita, jotka on liitetty tiettyihin kirjoittajiin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "menu_order": { "description": "Rajaa tulokset tiettyyn menu_order-arvoon.", "type": "integer", "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title", "menu_order" ], "required": false }, "parent": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla on jokin m\u00e4\u00e4ritellyist\u00e4 id:ist\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "parent_exclude": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla ei ole tietty\u00e4 id:t\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "menu_order": { "description": "Artikkelin j\u00e4rjestys suhteessa muihin artikkeleihin.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/pages" } ] } }, "\/wp\/v2\/pages\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "excerpt_length": { "description": "Yliaja otteen oletuspituus.", "type": "integer", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "menu_order": { "description": "Artikkelin j\u00e4rjestys suhteessa muihin artikkeleihin.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/pages\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/pages\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "menu_order": { "description": "Artikkelin j\u00e4rjestys suhteessa muihin artikkeleihin.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "author": { "description": "Rajaa tulokset tiettyjen kirjoittajien artikkeleihin. ", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "author_exclude": { "description": "Varmistaa ettei tuloksissa ole artikkeleita, jotka on liitetty tiettyihin kirjoittajiin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "parent": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla on jokin m\u00e4\u00e4ritellyist\u00e4 id:ist\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "parent_exclude": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla ei ole tietty\u00e4 id:t\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "inherit", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "inherit", "private", "trash" ], "type": "string" }, "required": false }, "media_type": { "default": null, "description": "Rajoita tulosjoukko tietyn mediatyypin tai mediatyyppien liitteisiin.", "type": "array", "items": { "type": "string", "enum": [ "image", "video", "text", "application", "audio" ] }, "required": false }, "mime_type": { "default": null, "description": "Rajoita tulosjoukko tiettyyn MIME-tyypiin tai tiettyihin MIME-tyyppeihin.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "alt_text": { "description": "Vaihtoehtoinen teksti n\u00e4ytett\u00e4v\u00e4ksi kun liitett\u00e4 ei voida n\u00e4ytt\u00e4\u00e4.", "type": "string", "required": false }, "caption": { "description": "Liitetiedoston kuvateksti.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvateksti, sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Liitetiedoston kuvaus.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvaus sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false }, "post": { "description": "Mediaan liittyv\u00e4n artikkelin ID.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/media" } ] } }, "\/wp\/v2\/media\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "author": { "description": "Artikkelin kirjoittajan ID.", "type": "integer", "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "alt_text": { "description": "Vaihtoehtoinen teksti n\u00e4ytett\u00e4v\u00e4ksi kun liitett\u00e4 ei voida n\u00e4ytt\u00e4\u00e4.", "type": "string", "required": false }, "caption": { "description": "Liitetiedoston kuvateksti.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvateksti, sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Liitetiedoston kuvaus.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvaus sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false }, "post": { "description": "Mediaan liittyv\u00e4n artikkelin ID.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/media\/(?P[\\d]+)\/post-process": { "namespace": "wp\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "id": { "description": "Liitteen uniikki tunniste.", "type": "integer", "required": false }, "action": { "type": "string", "enum": [ "create-image-subsizes" ], "required": true } } } ] }, "\/wp\/v2\/media\/(?P[\\d]+)\/edit": { "namespace": "wp\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "src": { "description": "Muokatun kuvan URL-osoite.", "type": "string", "format": "uri", "required": true }, "modifiers": { "description": "Kuvanmuokkausten taulukko.", "type": "array", "minItems": 1, "items": { "description": "Kuvan muokkaus.", "type": "object", "required": [ "type", "args" ], "oneOf": [ { "title": "K\u00e4\u00e4nn\u00e4", "properties": { "type": { "description": "K\u00e4\u00e4nt\u00e4misen tyyppi.", "type": "string", "enum": [ "flip" ] }, "args": { "description": "K\u00e4\u00e4nt\u00e4misen argumentit.", "type": "object", "required": [ "flip" ], "properties": { "flip": { "description": "K\u00e4\u00e4nt\u00f6suunta.", "type": "object", "required": [ "horizontal", "vertical" ], "properties": { "horizontal": { "description": "K\u00e4\u00e4nnet\u00e4\u00e4nk\u00f6 vaakasuunnassa.", "type": "boolean" }, "vertical": { "description": "K\u00e4\u00e4nnet\u00e4\u00e4nk\u00f6 pystysuunnassa.", "type": "boolean" } } } } } } }, { "title": "Kierto", "properties": { "type": { "description": "Kiertotapa.", "type": "string", "enum": [ "rotate" ] }, "args": { "description": "Kierron argumentit.", "type": "object", "required": [ "angle" ], "properties": { "angle": { "description": "Kiertokulma my\u00f6t\u00e4p\u00e4iv\u00e4\u00e4n asteissa.", "type": "number" } } } } }, { "title": "Rajaa", "properties": { "type": { "description": "Rajaustapa.", "type": "string", "enum": [ "crop" ] }, "args": { "description": "Rajausargumentit.", "type": "object", "required": [ "left", "top", "width", "height" ], "properties": { "left": { "description": "Horisontaalinen vasemmanpuoleinen positio, josta kuvan rajaus alkaa prosenttiosuutena kuvan leveydest\u00e4.", "type": "number" }, "top": { "description": "Vertikaalinen yl\u00e4positio, josta kuvan rajaus alkaa prosenttiosuutena kuvan korkeudesta.", "type": "number" }, "width": { "description": "Rajauksen leveys prosenttiosuutena kuvan leveydest\u00e4.", "type": "number" }, "height": { "description": "Rajauksen korkeus prosenttiosuutena kuvan korkeudesta.", "type": "number" } } } } } ] }, "required": false }, "rotation": { "description": "Asteiden m\u00e4\u00e4r\u00e4, jolla kuvaa k\u00e4\u00e4nnet\u00e4\u00e4n my\u00f6t\u00e4p\u00e4iv\u00e4\u00e4n. VANHENTUNUT: K\u00e4yt\u00e4 \"modifiers\":ia sen sijasta.", "type": "integer", "minimum": 0, "exclusiveMinimum": true, "maximum": 360, "exclusiveMaximum": true, "required": false }, "x": { "description": "Prosenttiosuutena kuvasta. X-asema, josta rajaus alkaa. VANHENTUNUT: K\u00e4yt\u00e4 \"modifiers\":ia sen sijasta.", "type": "number", "minimum": 0, "maximum": 100, "required": false }, "y": { "description": "Prosenttiosuutena kuvasta. Y-positio, josta rajaus alkaa. VANHENTUNUT: K\u00e4yt\u00e4 \"modifiers\":ia sen sijasta.", "type": "number", "minimum": 0, "maximum": 100, "required": false }, "width": { "description": "Prosenttiosuutena kuvasta. Leveys, johon kuva rajataan. VANHENTUNUT: K\u00e4yt\u00e4 \"modifiers\":ia sen sijasta.", "type": "number", "minimum": 0, "maximum": 100, "required": false }, "height": { "description": "Prosenttiosuutena kuvasta. Korkeus, johon kuva rajataan. VANHENTUNUT: K\u00e4yt\u00e4 \"modifiers\":ia sen sijasta.", "type": "number", "minimum": 0, "maximum": 100, "required": false }, "caption": { "description": "Liitetiedoston kuvateksti.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvateksti, sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Liitetiedoston kuvaus.", "type": "object", "properties": { "raw": { "description": "Liitteen kuvaus sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Liitteen HTML-muotoinen kuvaus sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true } }, "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "post": { "description": "Mediaan liittyv\u00e4n artikkelin ID.", "type": "integer", "required": false }, "alt_text": { "description": "Vaihtoehtoinen teksti n\u00e4ytett\u00e4v\u00e4ksi kun liitett\u00e4 ei voida n\u00e4ytt\u00e4\u00e4.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/menu-items": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 100, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "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": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false }, "tax_relation": { "description": "Rajoita tuloksia useampien luokittelujen v\u00e4listen suhteiden perusteella.", "type": "string", "enum": [ "AND", "OR" ], "required": false }, "menus": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan menus.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "menus_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa menus.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] } }, "additionalProperties": false } ], "required": false }, "menu_order": { "description": "Rajaa tulokset tiettyyn menu_order-arvoon.", "type": "integer", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "title": { "description": "Kohteen otsikko. ", "type": [ "string", "object" ], "properties": { "raw": { "description": "Kohteen otsikko siten, kuin se esiintyy tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Kohteen HTML-muotoinen otsikko, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "type": { "default": "custom", "description": "Alkuper\u00e4isen kohteen tyyppi kuten \"post_type\" tai \"taxonomy\".", "type": "string", "enum": [ "taxonomy", "post_type", "post_type_archive", "custom" ], "required": false }, "status": { "default": "publish", "description": "Kohteen nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "parent": { "default": 0, "description": "Kohteen vanhemman tunniste.", "type": "integer", "minimum": 0, "required": false }, "attr_title": { "description": "T\u00e4m\u00e4n valikkokohteen title-attribuutin teksti.", "type": "string", "required": false }, "classes": { "description": "T\u00e4m\u00e4n valikkokohteen linkin luokkien nimet.", "type": "array", "items": { "type": "string" }, "required": false }, "description": { "description": "T\u00e4m\u00e4n valikkokohteen kuvaus.", "type": "string", "required": false }, "menu_order": { "default": 1, "description": "Tietokannan ID nav_menu_item-kohteelle, joka on t\u00e4m\u00e4n ylempi valikkokohde, jos sellainen on l\u00f6ytyy. Muussa tapauksessa 0.", "type": "integer", "minimum": 1, "required": false }, "object": { "description": "Alkuper\u00e4isen esitetyn kohteen tyyppi kuten \"category\", \"post\", tai \"attachment\".", "type": "string", "required": false }, "object_id": { "default": 0, "description": "Tietokannan ID alkuper\u00e4iseen kohteeseen, jota t\u00e4m\u00e4 valikkokohde esitt\u00e4\u00e4 kuten ID artikkeleille tai term_id kategorioille.", "type": "integer", "minimum": 0, "required": false }, "target": { "description": "T\u00e4m\u00e4n valikkokohteen linkin kohde.", "type": "string", "enum": [ "_blank", "" ], "required": false }, "url": { "description": "URL, johon valikkokohde viittaa.", "type": "string", "format": "uri", "required": false }, "xfn": { "description": "T\u00e4ss\u00e4 valikkokohteen linkiss\u00e4 esitetty XFN-suhde.", "type": "array", "items": { "type": "string" }, "required": false }, "menus": { "description": "Kohteeseen liitetyt termit taksonomiassa nav_menu.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/menu-items" } ] } }, "\/wp\/v2\/menu-items\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "title": { "description": "Kohteen otsikko. ", "type": [ "string", "object" ], "properties": { "raw": { "description": "Kohteen otsikko siten, kuin se esiintyy tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Kohteen HTML-muotoinen otsikko, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "type": { "description": "Alkuper\u00e4isen kohteen tyyppi kuten \"post_type\" tai \"taxonomy\".", "type": "string", "enum": [ "taxonomy", "post_type", "post_type_archive", "custom" ], "required": false }, "status": { "description": "Kohteen nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "parent": { "description": "Kohteen vanhemman tunniste.", "type": "integer", "minimum": 0, "required": false }, "attr_title": { "description": "T\u00e4m\u00e4n valikkokohteen title-attribuutin teksti.", "type": "string", "required": false }, "classes": { "description": "T\u00e4m\u00e4n valikkokohteen linkin luokkien nimet.", "type": "array", "items": { "type": "string" }, "required": false }, "description": { "description": "T\u00e4m\u00e4n valikkokohteen kuvaus.", "type": "string", "required": false }, "menu_order": { "description": "Tietokannan ID nav_menu_item-kohteelle, joka on t\u00e4m\u00e4n ylempi valikkokohde, jos sellainen on l\u00f6ytyy. Muussa tapauksessa 0.", "type": "integer", "minimum": 1, "required": false }, "object": { "description": "Alkuper\u00e4isen esitetyn kohteen tyyppi kuten \"category\", \"post\", tai \"attachment\".", "type": "string", "required": false }, "object_id": { "description": "Tietokannan ID alkuper\u00e4iseen kohteeseen, jota t\u00e4m\u00e4 valikkokohde esitt\u00e4\u00e4 kuten ID artikkeleille tai term_id kategorioille.", "type": "integer", "minimum": 0, "required": false }, "target": { "description": "T\u00e4m\u00e4n valikkokohteen linkin kohde.", "type": "string", "enum": [ "_blank", "" ], "required": false }, "url": { "description": "URL, johon valikkokohde viittaa.", "type": "string", "format": "uri", "required": false }, "xfn": { "description": "T\u00e4ss\u00e4 valikkokohteen linkiss\u00e4 esitetty XFN-suhde.", "type": "array", "items": { "type": "string" }, "required": false }, "menus": { "description": "Kohteeseen liitetyt termit taksonomiassa nav_menu.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Kohteen vanhemman tunniste.", "type": "integer", "minimum": 0, "required": false }, "title": { "description": "Kohteen otsikko. ", "type": [ "string", "object" ], "properties": { "raw": { "description": "Kohteen otsikko siten, kuin se esiintyy tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Kohteen HTML-muotoinen otsikko, sellaisena kuin se tulostetaan selaimelle.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "type": { "description": "Alkuper\u00e4isen kohteen tyyppi kuten \"post_type\" tai \"taxonomy\".", "type": "string", "enum": [ "taxonomy", "post_type", "post_type_archive", "custom" ], "required": false }, "status": { "description": "Kohteen nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "attr_title": { "description": "T\u00e4m\u00e4n valikkokohteen title-attribuutin teksti.", "type": "string", "required": false }, "classes": { "description": "T\u00e4m\u00e4n valikkokohteen linkin luokkien nimet.", "type": "array", "items": { "type": "string" }, "required": false }, "description": { "description": "T\u00e4m\u00e4n valikkokohteen kuvaus.", "type": "string", "required": false }, "menu_order": { "description": "Tietokannan ID nav_menu_item-kohteelle, joka on t\u00e4m\u00e4n ylempi valikkokohde, jos sellainen on l\u00f6ytyy. Muussa tapauksessa 0.", "type": "integer", "minimum": 1, "required": false }, "object": { "description": "Alkuper\u00e4isen esitetyn kohteen tyyppi kuten \"category\", \"post\", tai \"attachment\".", "type": "string", "required": false }, "object_id": { "description": "Tietokannan ID alkuper\u00e4iseen kohteeseen, jota t\u00e4m\u00e4 valikkokohde esitt\u00e4\u00e4 kuten ID artikkeleille tai term_id kategorioille.", "type": "integer", "minimum": 0, "required": false }, "target": { "description": "T\u00e4m\u00e4n valikkokohteen linkin kohde.", "type": "string", "enum": [ "_blank", "" ], "required": false }, "url": { "description": "URL, johon valikkokohde viittaa.", "type": "string", "format": "uri", "required": false }, "xfn": { "description": "T\u00e4ss\u00e4 valikkokohteen linkiss\u00e4 esitetty XFN-suhde.", "type": "array", "items": { "type": "string" }, "required": false }, "menus": { "description": "Kohteeseen liitetyt termit taksonomiassa nav_menu.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ] }, "\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false }, "tax_relation": { "description": "Rajoita tuloksia useampien luokittelujen v\u00e4listen suhteiden perusteella.", "type": "string", "enum": [ "AND", "OR" ], "required": false }, "wp_pattern_category": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan wp_pattern_category.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "wp_pattern_category_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa wp_pattern_category.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] } }, "additionalProperties": false } ], "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "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": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "wp_pattern_category": { "description": "Artikkeliin liitetyt termit luokittelussa wp_pattern_category.", "type": "array", "items": { "type": "integer" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/blocks" } ] } }, "\/wp\/v2\/blocks\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "excerpt_length": { "description": "Yliaja otteen oletuspituus.", "type": "integer", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "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": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "wp_pattern_category": { "description": "Artikkeliin liitetyt termit luokittelussa wp_pattern_category.", "type": "array", "items": { "type": "integer" }, "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "view", "edit" ] } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "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": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "wp_pattern_category": { "description": "Artikkeliin liitetyt termit luokittelussa wp_pattern_category.", "type": "array", "items": { "type": "integer" }, "required": false } } } ] }, "\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": false }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false } } } ] }, "\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "wp_id": { "description": "Rajaa tiettyyn artikkelin tunnisteeseen (ID).", "type": "integer", "required": false }, "area": { "description": "Rajoita tiettyyn sivupohjan osien alueeseen.", "type": "string", "required": false }, "post_type": { "description": "Sis\u00e4lt\u00f6tyyppi, jolle haetaan sivupohjia.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": true }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "default": "", "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "default": "", "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "default": "", "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "default": "publish", "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/templates" } ] } }, "\/wp\/v2\/templates\/lookup": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Sivupohjan tunnus, jota k\u00e4ytet\u00e4\u00e4n varavaihtoehtona", "type": "string", "required": true }, "is_custom": { "description": "Osoittaa onko sivupohja mukautettu vai osa sivupohjien hierarkiaa", "type": "boolean", "required": false }, "template_prefix": { "description": "Sivupohjan etuliite luodulle sivupohjalle. T\u00e4t\u00e4 k\u00e4ytet\u00e4\u00e4n sivupohjan p\u00e4\u00e4tyypin erottamiseen kuten `taxonomy-books` erottaa tyypin `taxonomy`", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/templates\/lookup" } ] } }, "\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": false }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": false }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false }, "area": { "description": "Miss\u00e4 sivupohjan osaa on tarkoitettu k\u00e4ytett\u00e4v\u00e4n (yl\u00e4- ja alatunniste, jne.)", "type": "string", "required": false } } } ] }, "\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Sivupohjan ID", "type": "string", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "wp_id": { "description": "Rajaa tiettyyn artikkelin tunnisteeseen (ID).", "type": "integer", "required": false }, "area": { "description": "Rajoita tiettyyn sivupohjan osien alueeseen.", "type": "string", "required": false }, "post_type": { "description": "Sis\u00e4lt\u00f6tyyppi, jolle haetaan sivupohjia.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": true }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "default": "", "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "default": "", "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "default": "", "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "default": "publish", "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false }, "area": { "description": "Miss\u00e4 sivupohjan osaa on tarkoitettu k\u00e4ytett\u00e4v\u00e4n (yl\u00e4- ja alatunniste, jne.)", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/template-parts" } ] } }, "\/wp\/v2\/template-parts\/lookup": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Sivupohjan tunnus, jota k\u00e4ytet\u00e4\u00e4n varavaihtoehtona", "type": "string", "required": true }, "is_custom": { "description": "Osoittaa onko sivupohja mukautettu vai osa sivupohjien hierarkiaa", "type": "boolean", "required": false }, "template_prefix": { "description": "Sivupohjan etuliite luodulle sivupohjalle. T\u00e4t\u00e4 k\u00e4ytet\u00e4\u00e4n sivupohjan p\u00e4\u00e4tyypin erottamiseen kuten `taxonomy-books` erottaa tyypin `taxonomy`", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/template-parts\/lookup" } ] } }, "\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "slug": { "description": "Uniikki tunnus sivupohjalle.", "type": "string", "minLength": 1, "pattern": "[a-zA-Z0-9_\\%-]+", "required": false }, "theme": { "description": "Teeman tunniste sivupohjalle.", "type": "string", "required": false }, "type": { "description": "Sivupohjan tyyppi.", "type": "string", "required": false }, "content": { "description": "Sivupohjan sis\u00e4lt\u00f6.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan sis\u00e4lt\u00f6 sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit" ] }, "block_version": { "description": "Sivupohjan k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkomuodon versio.", "type": "integer", "context": [ "edit" ], "readonly": true } }, "required": false }, "title": { "description": "Sivupohjan otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Sivupohjan otsikko sellaisena kuin se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Sivupohjan HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "description": { "description": "Sivupohjan kuvaus.", "type": "string", "required": false }, "status": { "description": "Sivupohjan tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "author": { "description": "Sivupohjan tekij\u00e4n tunniste.", "type": "integer", "required": false }, "area": { "description": "Miss\u00e4 sivupohjan osaa on tarkoitettu k\u00e4ytett\u00e4v\u00e4n (yl\u00e4- ja alatunniste, jne.)", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Sivupohjan ID", "type": "string", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false } } } ] }, "\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Yleisten tyylien version yl\u00e4tason ID.", "type": "integer", "required": false }, "id": { "description": "Yksil\u00f6llinen tunniste yleisten tyylien versiolle.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/global-styles\/themes\/(?P[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": false }, "args": { "stylesheet": { "description": "Teeman tunniste", "type": "string", "required": false } } } ] }, "\/wp\/v2\/global-styles\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": false }, "args": { "stylesheet": { "description": "Teeman tunniste", "type": "string", "required": false } } } ] }, "\/wp\/v2\/global-styles\/(?P[\\\/\\d+]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": false }, "args": { "id": { "description": "Yleisten tyylien m\u00e4\u00e4rityksen ID.", "type": "integer", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": false }, "args": { "styles": { "description": "Yleiset tyylit.", "type": [ "object" ], "required": false }, "settings": { "description": "Yleiset asetukset.", "type": [ "object" ], "required": false }, "title": { "description": "Yleisten tyylien variaation otsikko.", "type": [ "object", "string" ], "properties": { "raw": { "description": "Yleisten tyylien variaation otsikko, kuten se on tietokannassa.", "type": "string", "context": [ "view", "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/navigation" } ] } }, "\/wp\/v2\/navigation\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit", "embed" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "id", "enum": [ "id", "include" ], "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "args": { "theme_json_version": { "description": "Typografia-asetuksissa k\u00e4ytetyn theme.json-skeeman versio.", "type": "integer", "default": 3, "minimum": 2, "maximum": 3, "required": false }, "font_family_settings": { "description": "font-family -m\u00e4\u00e4ritys theme.json-muodossa, koodattu merkkijonona.", "type": "string", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/font-families" } ] } }, "\/wp\/v2\/font-families\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "theme_json_version": { "description": "Typografia-asetuksissa k\u00e4ytetyn theme.json-skeeman versio.", "type": "integer", "default": 3, "minimum": 2, "maximum": 3, "required": false }, "font_family_settings": { "description": "font-family -m\u00e4\u00e4ritys theme.json-muodossa, koodattu merkkijonona.", "type": "string", "required": true } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "font_family_id": { "description": "Fontin oman fonttiperheen tunnus (ID).", "type": "integer", "required": true }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "id", "enum": [ "id", "include" ], "required": false } } }, { "methods": [ "POST" ], "args": { "font_family_id": { "description": "Fontin oman fonttiperheen tunnus (ID).", "type": "integer", "required": true }, "theme_json_version": { "description": "Typografia-asetuksissa k\u00e4ytetyn theme.json-skeeman versio.", "type": "integer", "default": 3, "minimum": 2, "maximum": 3, "required": false }, "font_face_settings": { "description": "font-face -m\u00e4\u00e4ritys theme.json-muodossa, koodattu merkkijonona.", "type": "string", "required": true } } } ] }, "\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "font_family_id": { "description": "Fontin oman fonttiperheen tunnus (ID).", "type": "integer", "required": true }, "id": { "description": "Fonttien uniikki tunniste.", "type": "integer", "required": true }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "font_family_id": { "description": "Fontin oman fonttiperheen tunnus (ID).", "type": "integer", "required": true }, "id": { "description": "Fonttien uniikki tunniste.", "type": "integer", "required": true }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/um_form": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/um_form" } ] } }, "\/wp\/v2\/um_form\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/um_directory": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/um_directory" } ] } }, "\/wp\/v2\/um_directory\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/product": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title", "popularity", "rating", "popularity", "rating" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false }, "tax_relation": { "description": "Rajoita tuloksia useampien luokittelujen v\u00e4listen suhteiden perusteella.", "type": "string", "enum": [ "AND", "OR" ], "required": false }, "product_cat": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan product_cat.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "include_children": { "description": "Sis\u00e4ltyv\u00e4tk\u00f6 lapsitermit termeihin, jotka rajoittavat tulosjoukkoa.", "type": "boolean", "default": false }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "product_cat_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa product_cat.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "include_children": { "description": "Sis\u00e4ltyv\u00e4tk\u00f6 lapsitermit termeihin, jotka rajoittavat tulosjoukkoa.", "type": "boolean", "default": false } }, "additionalProperties": false } ], "required": false }, "product_tag": { "description": "Rajoita tulos kohteisiin, joilla on tiettyj\u00e4 termej\u00e4 asetettuna taksonomiaan product_tag.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] }, "operator": { "description": "Annetaanko kohteille kaikki vai jokin m\u00e4\u00e4ritetyist\u00e4 termeist\u00e4.", "type": "string", "enum": [ "AND", "OR" ], "default": "OR" } }, "additionalProperties": false } ], "required": false }, "product_tag_exclude": { "description": "Rajaa tulos sis\u00e4lt\u00e4m\u00e4\u00e4n kaikki kohteet lukuun ottamatta niit\u00e4, joilla on nimetty termi taksonomiassa product_tag.", "type": [ "object", "array" ], "oneOf": [ { "title": "Termitunnistelistaus", "description": "Sovita termit yhteen listattujen tunnisteiden kanssa.", "type": "array", "items": { "type": "integer" } }, { "title": "Termin tunnisteen taksonomiakysely", "description": "Suorita edistynyt termikysely.", "type": "object", "properties": { "terms": { "description": "Termitunnisteet.", "type": "array", "items": { "type": "integer" }, "default": [] } }, "additionalProperties": false } ], "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "product_cat": { "description": "Artikkeliin liitetyt termit luokittelussa product_cat.", "type": "array", "items": { "type": "integer" }, "required": false }, "product_tag": { "description": "Artikkeliin liitetyt termit luokittelussa product_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/product" } ] } }, "\/wp\/v2\/product\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "excerpt_length": { "description": "Yliaja otteen oletuspituus.", "type": "integer", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "product_cat": { "description": "Artikkeliin liitetyt termit luokittelussa product_cat.", "type": "array", "items": { "type": "integer" }, "required": false }, "product_tag": { "description": "Artikkeliin liitetyt termit luokittelussa product_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/product\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "excerpt": { "description": "Artikkelin ote.", "type": "object", "properties": { "raw": { "description": "Artikkelin ote siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen ote sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true }, "protected": { "description": "Onko ote suojattu salasanalla. ", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "comment_status": { "description": "Onko artikkelin kommentointi k\u00e4yt\u00f6ss\u00e4. ", "type": "string", "enum": [ "open", "closed" ], "required": false }, "ping_status": { "description": "Voiko artikkelille tehd\u00e4 paluuviitteen.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false }, "product_cat": { "description": "Artikkeliin liitetyt termit luokittelussa product_cat.", "type": "array", "items": { "type": "integer" }, "required": false }, "product_tag": { "description": "Artikkeliin liitetyt termit luokittelussa product_tag.", "type": "array", "items": { "type": "integer" }, "required": false } } } ] }, "\/wp\/v2\/product\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/fl-builder-template": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "menu_order": { "description": "Rajaa tulokset tiettyyn menu_order-arvoon.", "type": "integer", "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title", "menu_order" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "menu_order": { "description": "Artikkelin j\u00e4rjestys suhteessa muihin artikkeleihin.", "type": "integer", "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/fl-builder-template" } ] } }, "\/wp\/v2\/fl-builder-template\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "menu_order": { "description": "Artikkelin j\u00e4rjestys suhteessa muihin artikkeleihin.", "type": "integer", "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/fl-builder-template\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/fl-builder-template\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/user-enquiries": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/user-enquiries" } ] } }, "\/wp\/v2\/user-enquiries\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/user-enquiries\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/user-enquiries\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/custom-enquiries": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/custom-enquiries" } ] } }, "\/wp\/v2\/custom-enquiries\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/custom-enquiries\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/custom-enquiries\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/enquiry-proposal": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/enquiry-proposal" } ] } }, "\/wp\/v2\/enquiry-proposal\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/enquiry-proposal\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/enquiry-proposal\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/enterprise-plan": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/enterprise-plan" } ] } }, "\/wp\/v2\/enterprise-plan\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/enterprise-plan\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/enterprise-plan\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/flydesk-product": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "parent": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla on jokin m\u00e4\u00e4ritellyist\u00e4 id:ist\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "parent_exclude": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla ei ole tietty\u00e4 id:t\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/flydesk-product" } ] } }, "\/wp\/v2\/flydesk-product\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/flydesk-product\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/flydesk-product\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/flydesk-product\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/flydesk-product\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/tutorial": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "parent": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla on jokin m\u00e4\u00e4ritellyist\u00e4 id:ist\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "parent_exclude": { "description": "Rajaa tulokset kohteisiin, joiden vanhemmalla ei ole tietty\u00e4 id:t\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/tutorial" } ] } }, "\/wp\/v2\/tutorial\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/tutorial\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/tutorial\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/tutorial\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n kohteen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "featured_media": { "description": "Kohteen artikkelikuvan ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "footnotes": { "type": "string", "title": "", "description": "", "default": "" } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/tutorial\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/credit-purchases": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/credit-purchases" } ] } }, "\/wp\/v2\/credit-purchases\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/credit-purchases\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/credit-purchases\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/user-transactions": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/user-transactions" } ] } }, "\/wp\/v2\/user-transactions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/user-transactions\/(?P[\\d]+)\/revisions": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kohteen ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "date", "id", "include", "relevance", "slug", "include_slugs", "title" ], "required": false } } } ] }, "\/wp\/v2\/user-transactions\/(?P[\\d]+)\/revisions\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "DELETE" ], "args": { "parent": { "description": "Ylemm\u00e4n version ID.", "type": "integer", "required": false }, "id": { "description": "Version uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska versiot eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/popupbuilder": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "modified_after": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4yksen j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "before": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "modified_before": { "description": "Rajoita vastaus julkaisuihin, joita on muokattu ennen annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4yst\u00e4.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "search_semantics": { "description": "Kuinka tulkita hakusy\u00f6tett\u00e4.", "type": "string", "enum": [ "exact" ], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title" ], "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "post_title", "post_content", "post_excerpt" ], "type": "string" }, "required": false }, "slug": { "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi polkutunnus.", "type": "array", "items": { "type": "string" }, "required": false }, "status": { "default": "publish", "description": "Rajaa tulokset artikkeleihin, joilla on yksi tai useampi tila.", "type": "array", "items": { "enum": [ "publish", "future", "draft", "pending", "private", "trash", "auto-draft", "inherit", "request-pending", "request-confirmed", "request-failed", "request-completed", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending", "any" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/popupbuilder" } ] } }, "\/wp\/v2\/popupbuilder\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Artikkelin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false } } } ] }, "\/wp\/v2\/popupbuilder\/(?P[\\d]+)\/autosaves": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "date": { "description": "Artikkelin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "date_gmt": { "description": "Artikkelin julkaisup\u00e4iv\u00e4 GMT-ajassa.", "type": [ "string", "null" ], "format": "date-time", "required": false }, "slug": { "description": "Artikkelin alfanumeerinen tunniste, joka on saman artikkelityypin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "status": { "description": "Artikkelin nimetty tila.", "type": "string", "enum": [ "publish", "future", "draft", "pending", "private", "acf-disabled", "wc-active", "wc-switched", "wc-expired", "wc-pending-cancel", "wc-pending", "wc-processing", "wc-on-hold", "wc-completed", "wc-cancelled", "wc-refunded", "wc-failed", "wc-checkout-draft", "airwallex-issue", "wc-airwallex-pending" ], "required": false }, "password": { "description": "Salasana sis\u00e4ll\u00f6n ja otteen suojaamiseksi. ", "type": "string", "required": false }, "title": { "description": "Artikkelin otsikko.", "type": "object", "properties": { "raw": { "description": "Artikkelin otsikko siten kuin se esiintyy tietokannassa. ", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-muotoinen otsikko sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "content": { "description": "Artikkelin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Artikkelin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Artikkelin HTML-sis\u00e4lt\u00f6 sellaisena kuin se n\u00e4ytet\u00e4\u00e4n selaimessa.", "type": "string", "context": [ "view", "edit" ], "readonly": true }, "block_version": { "description": "Artikkelin k\u00e4ytt\u00e4m\u00e4n sis\u00e4lt\u00f6lohkoformaatin versio.", "type": "integer", "context": [ "edit" ], "readonly": true }, "protected": { "description": "Onko sis\u00e4lt\u00f6 suojattu salasanalla.", "type": "boolean", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "template": { "description": "Teeman tiedosto joka n\u00e4ytt\u00e4\u00e4 artikkelin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/popupbuilder\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "parent": { "description": "Ylemm\u00e4n automaattitallennuksen ID.", "type": "integer", "required": false }, "id": { "description": "Automaattisesti tallennetun version ID.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/types": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/types" } ] } }, "\/wp\/v2\/types\/(?P[\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "type": { "description": "Alfanumeerinen tunniste sis\u00e4lt\u00f6tyypille.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/statuses": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/statuses" } ] } }, "\/wp\/v2\/statuses\/(?P[\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "status": { "description": "Alfanumeerinen tunniste tilalle.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/taxonomies": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "type": { "description": "Rajaa tuloksiin taksonomioihin, jotka liittyv\u00e4t tiettyyn sis\u00e4lt\u00f6tyyppiin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/taxonomies" } ] } }, "\/wp\/v2\/taxonomies\/(?P[\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "taxonomy": { "description": "Alfanumeerinen tunniste taksonomialle.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Rajaa tulokset tiettyyn yl\u00e4tasoon liittymisen mukaan.", "type": "integer", "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/categories" } ] } }, "\/wp\/v2\/categories\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/tags": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/tags" } ] } }, "\/wp\/v2\/tags\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/menus": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "locations": { "description": "Sijainnit, jotka on asetettu t\u00e4lle valikolle.", "type": "array", "items": { "type": "string" }, "required": false }, "auto_add": { "description": "Lis\u00e4t\u00e4\u00e4nk\u00f6 p\u00e4\u00e4tason sivut automaattisesti t\u00e4h\u00e4n valikkoon.", "type": "boolean", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/menus" } ] } }, "\/wp\/v2\/menus\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false }, "locations": { "description": "Sijainnit, jotka on asetettu t\u00e4lle valikolle.", "type": "array", "items": { "type": "string" }, "required": false }, "auto_add": { "description": "Lis\u00e4t\u00e4\u00e4nk\u00f6 p\u00e4\u00e4tason sivut automaattisesti t\u00e4h\u00e4n valikkoon.", "type": "boolean", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/wp_pattern_category": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/wp_pattern_category" } ] } }, "\/wp\/v2\/wp_pattern_category\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/product_cat": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Rajaa tulokset tiettyyn yl\u00e4tasoon liittymisen mukaan.", "type": "integer", "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/product_cat" } ] } }, "\/wp\/v2\/product_cat\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/product_tag": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/product_tag" } ] } }, "\/wp\/v2\/product_tag\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/workspace-source": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/workspace-source" } ] } }, "\/wp\/v2\/workspace-source\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/workspace-offer": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Rajaa tulokset tiettyyn yl\u00e4tasoon liittymisen mukaan.", "type": "integer", "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/workspace-offer" } ] } }, "\/wp\/v2\/workspace-offer\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/workspace-category": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/workspace-category" } ] } }, "\/wp\/v2\/workspace-category\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/workspace-attribute": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/workspace-attribute" } ] } }, "\/wp\/v2\/workspace-attribute\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/workspace-feature": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Rajaa tulokset tiettyyn yl\u00e4tasoon liittymisen mukaan.", "type": "integer", "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/workspace-feature" } ] } }, "\/wp\/v2\/workspace-feature\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/opening-hours": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "asc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma termin ominaisuuden mukaan.", "type": "string", "default": "name", "enum": [ "id", "include", "name", "slug", "include_slugs", "term_group", "description", "count" ], "required": false }, "hide_empty": { "description": "Piilotetaanko termit, jotka eiv\u00e4t liity mihink\u00e4\u00e4n artikkeliin?", "type": "boolean", "default": false, "required": false }, "parent": { "description": "Rajaa tulokset tiettyyn yl\u00e4tasoon liittymisen mukaan.", "type": "integer", "required": false }, "post": { "description": "Rajaa tulokset termeihin, jotka liittyv\u00e4t tiettyyn artikkeliin.", "type": "integer", "default": null, "required": false }, "slug": { "description": "Rajaa tulokset termeihin yhdell\u00e4 tai useammalla polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": true }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/opening-hours" } ] } }, "\/wp\/v2\/opening-hours\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "description": { "description": "Termin kuvaus HTML-muodossa.", "type": "string", "required": false }, "name": { "description": "HTML-muotoiltu otsikko termille.", "type": "string", "required": false }, "slug": { "description": "Termin alfanumeerinen tunniste joka on saman lajin sis\u00e4ll\u00e4 yksil\u00f6iv\u00e4.", "type": "string", "required": false }, "parent": { "description": "Ylemm\u00e4n tason termin ID.", "type": "integer", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": [], "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Yksil\u00f6iv\u00e4 tunniste termille.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon tulee olla true, koska termit eiv\u00e4t tue roskakoria.", "required": false } } } ] }, "\/wp\/v2\/users": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "default": "asc", "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "enum": [ "asc", "desc" ], "type": "string", "required": false }, "orderby": { "default": "name", "description": "Lajittele kokoelma k\u00e4ytt\u00e4j\u00e4n ominaisuuden mukaan.", "enum": [ "id", "include", "name", "registered_date", "slug", "include_slugs", "email", "url" ], "type": "string", "required": false }, "slug": { "description": "Rajaa tulokset k\u00e4ytt\u00e4jiin yhdell\u00e4 tai useammalla tietyll\u00e4 polkutunnuksella.", "type": "array", "items": { "type": "string" }, "required": false }, "roles": { "description": "Rajaa tulokset koskemaan v\u00e4hint\u00e4\u00e4n yht\u00e4 annettua roolia. Hyv\u00e4ksyy csv-luettelon tai yksitt\u00e4isen roolin.", "type": "array", "items": { "type": "string" }, "required": false }, "capabilities": { "description": "Rajaa tulokset koskemaan v\u00e4hint\u00e4\u00e4n yht\u00e4 annettua k\u00e4ytt\u00f6oikeutta. Hyv\u00e4ksyy csv-luettelon tai yksitt\u00e4isen k\u00e4ytt\u00f6oikeuden.", "type": "array", "items": { "type": "string" }, "required": false }, "who": { "description": "Rajoita tulokset niihin, jotka ovat sivuston kirjoittajia.", "type": "string", "enum": [ "authors" ], "required": false }, "has_published_posts": { "description": "Rajoita tulokset niihin, jotka ovat julkaisseet artikkeleita.", "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", "um_form": "um_form", "um_directory": "um_directory", "product": "product", "fl-builder-template": "fl-builder-template", "user-enquiries": "user-enquiries", "custom-enquiries": "custom-enquiries", "enquiry-proposal": "enquiry-proposal", "enterprise-plan": "enterprise-plan", "flydesk-product": "flydesk-product", "tutorial": "tutorial", "credit-purchases": "credit-purchases", "user-transactions": "user-transactions", "popupbuilder": "popupbuilder" } }, "required": false }, "search_columns": { "default": [], "description": "Taulukko sarakkeiden nimist\u00e4, joista etsit\u00e4\u00e4n.", "type": "array", "items": { "enum": [ "email", "name", "id", "username", "slug" ], "type": "string" }, "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "username": { "description": "K\u00e4ytt\u00e4j\u00e4n k\u00e4ytt\u00e4j\u00e4tunnus.", "type": "string", "required": true }, "name": { "description": "K\u00e4ytt\u00e4j\u00e4n n\u00e4ytt\u00f6nimi.", "type": "string", "required": false }, "first_name": { "description": "K\u00e4ytt\u00e4j\u00e4n etunimi.", "type": "string", "required": false }, "last_name": { "description": "K\u00e4ytt\u00e4j\u00e4n sukunimi.", "type": "string", "required": false }, "email": { "description": "K\u00e4ytt\u00e4j\u00e4n s\u00e4hk\u00f6postiosoite.", "type": "string", "format": "email", "required": true }, "url": { "description": "K\u00e4ytt\u00e4j\u00e4n URL-osoite.", "type": "string", "format": "uri", "required": false }, "description": { "description": "K\u00e4ytt\u00e4j\u00e4n kuvaus.", "type": "string", "required": false }, "locale": { "description": "K\u00e4ytt\u00e4j\u00e4n kieli.", "type": "string", "enum": [ "", "en_US", "da_DK", "de_DE", "es_ES", "fi", "fr_FR", "id_ID", "it_IT", "ja", "ko_KR", "nb_NO", "nl_NL", "pl_PL", "pt_PT", "ru_RU", "sv_SE", "zh_CN", "zh_HK", "zh_TW" ], "required": false }, "nickname": { "description": "K\u00e4ytt\u00e4j\u00e4n lempinimi.", "type": "string", "required": false }, "slug": { "description": "K\u00e4ytt\u00e4j\u00e4n alfanumeerinen tunniste.", "type": "string", "required": false }, "roles": { "description": "K\u00e4ytt\u00e4j\u00e4lle asetetut roolit.", "type": "array", "items": { "type": "string" }, "required": false }, "password": { "description": "K\u00e4ytt\u00e4j\u00e4n salasana (ei koskaan sis\u00e4lly).", "type": "string", "required": true }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "persisted_preferences": { "type": "object", "title": "", "description": "", "default": [], "context": [ "edit" ], "properties": { "_modified": { "description": "P\u00e4iv\u00e4m\u00e4\u00e4t\u00e4 ja aika, jolloin valintoja p\u00e4ivitettiin.", "type": "string", "format": "date-time", "readonly": false } }, "additionalProperties": true } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/users" } ] } }, "\/wp\/v2\/users\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "K\u00e4ytt\u00e4j\u00e4n uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "K\u00e4ytt\u00e4j\u00e4n uniikki tunniste.", "type": "integer", "required": false }, "username": { "description": "K\u00e4ytt\u00e4j\u00e4n k\u00e4ytt\u00e4j\u00e4tunnus.", "type": "string", "required": false }, "name": { "description": "K\u00e4ytt\u00e4j\u00e4n n\u00e4ytt\u00f6nimi.", "type": "string", "required": false }, "first_name": { "description": "K\u00e4ytt\u00e4j\u00e4n etunimi.", "type": "string", "required": false }, "last_name": { "description": "K\u00e4ytt\u00e4j\u00e4n sukunimi.", "type": "string", "required": false }, "email": { "description": "K\u00e4ytt\u00e4j\u00e4n s\u00e4hk\u00f6postiosoite.", "type": "string", "format": "email", "required": false }, "url": { "description": "K\u00e4ytt\u00e4j\u00e4n URL-osoite.", "type": "string", "format": "uri", "required": false }, "description": { "description": "K\u00e4ytt\u00e4j\u00e4n kuvaus.", "type": "string", "required": false }, "locale": { "description": "K\u00e4ytt\u00e4j\u00e4n kieli.", "type": "string", "enum": [ "", "en_US", "da_DK", "de_DE", "es_ES", "fi", "fr_FR", "id_ID", "it_IT", "ja", "ko_KR", "nb_NO", "nl_NL", "pl_PL", "pt_PT", "ru_RU", "sv_SE", "zh_CN", "zh_HK", "zh_TW" ], "required": false }, "nickname": { "description": "K\u00e4ytt\u00e4j\u00e4n lempinimi.", "type": "string", "required": false }, "slug": { "description": "K\u00e4ytt\u00e4j\u00e4n alfanumeerinen tunniste.", "type": "string", "required": false }, "roles": { "description": "K\u00e4ytt\u00e4j\u00e4lle asetetut roolit.", "type": "array", "items": { "type": "string" }, "required": false }, "password": { "description": "K\u00e4ytt\u00e4j\u00e4n salasana (ei koskaan sis\u00e4lly).", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "persisted_preferences": { "type": "object", "title": "", "description": "", "default": [], "context": [ "edit" ], "properties": { "_modified": { "description": "P\u00e4iv\u00e4m\u00e4\u00e4t\u00e4 ja aika, jolloin valintoja p\u00e4ivitettiin.", "type": "string", "format": "date-time", "readonly": false } }, "additionalProperties": true } }, "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "K\u00e4ytt\u00e4j\u00e4n uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Arvon on oltava tosi, koska k\u00e4ytt\u00e4j\u00e4t eiv\u00e4t tue roskakori-toimintoa.", "required": false }, "reassign": { "type": "integer", "description": "Merkitse poistetun k\u00e4ytt\u00e4j\u00e4n artikkelit ja linkit t\u00e4lle k\u00e4ytt\u00e4j\u00e4-ID:lle.", "required": true } } } ] }, "\/wp\/v2\/users\/me": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "username": { "description": "K\u00e4ytt\u00e4j\u00e4n k\u00e4ytt\u00e4j\u00e4tunnus.", "type": "string", "required": false }, "name": { "description": "K\u00e4ytt\u00e4j\u00e4n n\u00e4ytt\u00f6nimi.", "type": "string", "required": false }, "first_name": { "description": "K\u00e4ytt\u00e4j\u00e4n etunimi.", "type": "string", "required": false }, "last_name": { "description": "K\u00e4ytt\u00e4j\u00e4n sukunimi.", "type": "string", "required": false }, "email": { "description": "K\u00e4ytt\u00e4j\u00e4n s\u00e4hk\u00f6postiosoite.", "type": "string", "format": "email", "required": false }, "url": { "description": "K\u00e4ytt\u00e4j\u00e4n URL-osoite.", "type": "string", "format": "uri", "required": false }, "description": { "description": "K\u00e4ytt\u00e4j\u00e4n kuvaus.", "type": "string", "required": false }, "locale": { "description": "K\u00e4ytt\u00e4j\u00e4n kieli.", "type": "string", "enum": [ "", "en_US", "da_DK", "de_DE", "es_ES", "fi", "fr_FR", "id_ID", "it_IT", "ja", "ko_KR", "nb_NO", "nl_NL", "pl_PL", "pt_PT", "ru_RU", "sv_SE", "zh_CN", "zh_HK", "zh_TW" ], "required": false }, "nickname": { "description": "K\u00e4ytt\u00e4j\u00e4n lempinimi.", "type": "string", "required": false }, "slug": { "description": "K\u00e4ytt\u00e4j\u00e4n alfanumeerinen tunniste.", "type": "string", "required": false }, "roles": { "description": "K\u00e4ytt\u00e4j\u00e4lle asetetut roolit.", "type": "array", "items": { "type": "string" }, "required": false }, "password": { "description": "K\u00e4ytt\u00e4j\u00e4n salasana (ei koskaan sis\u00e4lly).", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "persisted_preferences": { "type": "object", "title": "", "description": "", "default": [], "context": [ "edit" ], "properties": { "_modified": { "description": "P\u00e4iv\u00e4m\u00e4\u00e4t\u00e4 ja aika, jolloin valintoja p\u00e4ivitettiin.", "type": "string", "format": "date-time", "readonly": false } }, "additionalProperties": true } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "force": { "type": "boolean", "default": false, "description": "Arvon on oltava tosi, koska k\u00e4ytt\u00e4j\u00e4t eiv\u00e4t tue roskakori-toimintoa.", "required": false }, "reassign": { "type": "integer", "description": "Merkitse poistetun k\u00e4ytt\u00e4j\u00e4n artikkelit ja linkit t\u00e4lle k\u00e4ytt\u00e4j\u00e4-ID:lle.", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/users\/me" } ] } }, "\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST" ], "args": { "app_id": { "description": "Sovelluksen tarjoama yksil\u00f6llinen UUID sen tunnistamiseksi. UUID v5:n k\u00e4ytt\u00f6 on suositeltavaa, joko URL- tai DNS-nimiavaruuden kanssa.", "type": "string", "oneOf": [ { "type": "string", "format": "uuid" }, { "type": "string", "enum": [ "" ] } ], "required": false }, "name": { "description": "Sovellussalasanan nimi.", "type": "string", "minLength": 1, "pattern": ".*\\S.*", "required": true } } }, { "methods": [ "DELETE" ], "args": [] } ] }, "\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/introspect": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/(?P[\\w\\-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "app_id": { "description": "Sovelluksen tarjoama yksil\u00f6llinen UUID sen tunnistamiseksi. UUID v5:n k\u00e4ytt\u00f6 on suositeltavaa, joko URL- tai DNS-nimiavaruuden kanssa.", "type": "string", "oneOf": [ { "type": "string", "format": "uuid" }, { "type": "string", "enum": [ "" ] } ], "required": false }, "name": { "description": "Sovellussalasanan nimi.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "after": { "description": "Rajoita tulokset artikkeleihin, jotka on julkaistu annetun ISO8601-yhteensopivan p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n j\u00e4lkeen.", "type": "string", "format": "date-time", "required": false }, "author": { "description": "Rajaa tulokset kommentteihin, jotka on liitetty tiettyihin k\u00e4ytt\u00e4j\u00e4-ID:isiin. Vaatii tunnistautumisen.", "type": "array", "items": { "type": "integer" }, "required": false }, "author_exclude": { "description": "Varmistaa ettei kommentteja ole liitetty tiettyihin k\u00e4ytt\u00e4j\u00e4-ID:isiin. Vaatii tunnistautumisen.", "type": "array", "items": { "type": "integer" }, "required": false }, "author_email": { "default": null, "description": "Rajaa tulokset tietyll\u00e4 kirjoittajan s\u00e4hk\u00f6postiosoitteella. Vaatii tunnistautumisen.", "format": "email", "type": "string", "required": false }, "before": { "description": "Rajoita tulokset kommentteihin, jotka on julkaistu annettua ISO8601-yhteensopivaa p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4\u00e4 ennen.", "type": "string", "format": "date-time", "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "J\u00e4rjest\u00e4 kokoelma kommentin ominaisuuden mukaan.", "type": "string", "default": "date_gmt", "enum": [ "date", "date_gmt", "id", "include", "post", "parent", "type" ], "required": false }, "parent": { "default": [], "description": "Rajaa tulokset kommentteihin, joilla on tiettyjen vanhempien ID.", "type": "array", "items": { "type": "integer" }, "required": false }, "parent_exclude": { "default": [], "description": "Varmistaa ettei tuloksilla ole tietty\u00e4 vanhemman ID:t\u00e4.", "type": "array", "items": { "type": "integer" }, "required": false }, "post": { "default": [], "description": "Rajaa tulokset kommentteihin, joille on asetettu tietty artikkeli-ID.", "type": "array", "items": { "type": "integer" }, "required": false }, "status": { "default": "approve", "description": "Rajaa tulokset kommentteihin, joille on asetettu tietty tila. Vaatii tunnistautumisen.", "type": "string", "required": false }, "type": { "default": "comment", "description": "Rajaa tulokset kommentteihin, joille on asetettu tietty tyyppi. Vaatii tunnistautumisen.", "type": "string", "required": false }, "password": { "description": "Artikkelin salasana, jos se on salasanasuojattu. ", "type": "string", "required": false } } }, { "methods": [ "POST" ], "args": { "author": { "description": "K\u00e4ytt\u00e4j\u00e4n ID, jos kirjoittaja on tiedossa.", "type": "integer", "required": false }, "author_email": { "description": "Kommentin kirjoittajan s\u00e4hk\u00f6postiosoite.", "type": "string", "format": "email", "required": false }, "author_ip": { "description": "Kommentin kirjoittajan IP-osoite.", "type": "string", "format": "ip", "required": false }, "author_name": { "description": "Kommentin kirjoittajan n\u00e4ytt\u00f6nimi.", "type": "string", "required": false }, "author_url": { "description": "Kommentin kirjoittajan URL.", "type": "string", "format": "uri", "required": false }, "author_user_agent": { "description": "Kommentin kirjoittajan user agent -tieto.", "type": "string", "required": false }, "content": { "description": "Kommentin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Kommentin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Kommentin HTML-sis\u00e4lt\u00f6, joka on muunnettu n\u00e4ytett\u00e4v\u00e4ksi.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "date": { "description": "Kommentin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": "string", "format": "date-time", "required": false }, "date_gmt": { "description": "Kommentin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 GMT-ajassa.", "type": "string", "format": "date-time", "required": false }, "parent": { "default": 0, "description": "Ylemm\u00e4n kommentin ID.", "type": "integer", "required": false }, "post": { "default": 0, "description": "Liittyv\u00e4n artikkelin ID.", "type": "integer", "required": false }, "status": { "description": "Kommentin tila. ", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "_wp_note_status": { "type": "string", "title": "", "description": "Huomion ratkaisun tila", "default": "", "enum": [ "resolved", "reopen" ] } }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/comments" } ] } }, "\/wp\/v2\/comments\/(?P[\\d]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Kommentin uniikki tunniste.", "type": "integer", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "password": { "description": "Kommentin artikkelin salasana (jos artikkeli on salasanasuojattu).", "type": "string", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "id": { "description": "Kommentin uniikki tunniste.", "type": "integer", "required": false }, "author": { "description": "K\u00e4ytt\u00e4j\u00e4n ID, jos kirjoittaja on tiedossa.", "type": "integer", "required": false }, "author_email": { "description": "Kommentin kirjoittajan s\u00e4hk\u00f6postiosoite.", "type": "string", "format": "email", "required": false }, "author_ip": { "description": "Kommentin kirjoittajan IP-osoite.", "type": "string", "format": "ip", "required": false }, "author_name": { "description": "Kommentin kirjoittajan n\u00e4ytt\u00f6nimi.", "type": "string", "required": false }, "author_url": { "description": "Kommentin kirjoittajan URL.", "type": "string", "format": "uri", "required": false }, "author_user_agent": { "description": "Kommentin kirjoittajan user agent -tieto.", "type": "string", "required": false }, "content": { "description": "Kommentin sis\u00e4lt\u00f6.", "type": "object", "properties": { "raw": { "description": "Kommentin sis\u00e4lt\u00f6 siin\u00e4 muodossa kuin se on tietokannassa.", "type": "string", "context": [ "edit" ] }, "rendered": { "description": "Kommentin HTML-sis\u00e4lt\u00f6, joka on muunnettu n\u00e4ytett\u00e4v\u00e4ksi.", "type": "string", "context": [ "view", "edit", "embed" ], "readonly": true } }, "required": false }, "date": { "description": "Kommentin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 sivuston aikavy\u00f6hykkeen ajassa.", "type": "string", "format": "date-time", "required": false }, "date_gmt": { "description": "Kommentin julkaisup\u00e4iv\u00e4m\u00e4\u00e4r\u00e4 GMT-ajassa.", "type": "string", "format": "date-time", "required": false }, "parent": { "description": "Ylemm\u00e4n kommentin ID.", "type": "integer", "required": false }, "post": { "description": "Liittyv\u00e4n artikkelin ID.", "type": "integer", "required": false }, "status": { "description": "Kommentin tila. ", "type": "string", "required": false }, "meta": { "description": "Metakent\u00e4t.", "type": "object", "properties": { "_wp_note_status": { "type": "string", "title": "", "description": "Huomion ratkaisun tila", "default": "", "enum": [ "resolved", "reopen" ] } }, "required": false } } }, { "methods": [ "DELETE" ], "args": { "id": { "description": "Kommentin uniikki tunniste.", "type": "integer", "required": false }, "force": { "type": "boolean", "default": false, "description": "Ohitetaanko roskakori ja pakotetaan poistaminen.", "required": false }, "password": { "description": "Kommentin artikkelin salasana (jos artikkeli on salasanasuojattu).", "type": "string", "required": false } } } ] }, "\/wp\/v2\/search": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "type": { "default": "post", "description": "Rajaa tuloksia yhden oliotyypin kohteisiin.", "type": "string", "enum": [ "post", "term", "post-format" ], "required": false }, "subtype": { "default": "any", "description": "Rajaa tuloksia yhteen tai useampaan olion alatyyppiin.", "type": "array", "items": { "enum": [ "post", "page", "product", "user-enquiries", "custom-enquiries", "enquiry-proposal", "enterprise-plan", "flydesk-product", "tutorial", "credit-purchases", "user-transactions", "popupbuilder", "category", "post_tag", "product_cat", "product_tag", "workspace-offer", "any" ], "type": "string" }, "required": false }, "exclude": { "description": "Varmista, etteiv\u00e4t tulokset sis\u00e4ll\u00e4 tiettyj\u00e4 ID:it\u00e4.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false }, "include": { "description": "Rajaa tulokset tiettyihin ID:ihin.", "type": "array", "items": { "type": "integer" }, "default": [], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/search" } ] } }, "\/wp\/v2\/block-renderer\/(?P[a-z0-9-]+\/[a-z0-9-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET", "POST" ], "args": { "name": { "description": "Lohkolle rekister\u00f6ity yksil\u00f6llinen nimi", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "edit" ], "default": "view", "required": false }, "attributes": { "description": "Lohkon ominaisuudet.", "type": "object", "default": [], "required": false }, "post_id": { "description": "Artikkelin kontekstin ID.", "type": "integer", "required": false } } } ] }, "\/wp\/v2\/block-types": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "namespace": { "description": "Lohkon nimiavaruus.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/block-types" } ] } }, "\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "namespace": { "description": "Lohkon nimiavaruus.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)\/(?P[a-zA-Z0-9_-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "name": { "description": "Lohkon nimi.", "type": "string", "required": false }, "namespace": { "description": "Lohkon nimiavaruus.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": { "optml_csat": { "title": "", "description": "", "type": "string", "required": false }, "title": { "title": "Otsikko", "description": "Sivuston otsikko.", "type": "string", "required": false }, "description": { "title": "Kuvaus", "description": "Sivuston kuvaus.", "type": "string", "required": false }, "url": { "title": "", "description": "Sivuston URL.", "type": "string", "format": "uri", "required": false }, "email": { "title": "", "description": "T\u00e4t\u00e4 osoitetta k\u00e4ytet\u00e4\u00e4n yll\u00e4pidon teht\u00e4viin, kuten uusien k\u00e4ytt\u00e4jien rekister\u00f6itymisilmoituksiin.", "type": "string", "format": "email", "required": false }, "timezone": { "title": "", "description": "Kaupunki samalla aikavy\u00f6hykkeell\u00e4 kuin sin\u00e4.", "type": "string", "required": false }, "date_format": { "title": "", "description": "Muoto kaikille p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4n merkkijonoille.", "type": "string", "required": false }, "time_format": { "title": "", "description": "Muoto kaikille kellonajan merkkijonoille.", "type": "string", "required": false }, "start_of_week": { "title": "", "description": "Viikonp\u00e4iv\u00e4n numero josta viikko alkaa.", "type": "integer", "required": false }, "language": { "title": "", "description": "WordPressin kieli- ja maakoodi.", "type": "string", "required": false }, "use_smilies": { "title": "", "description": "Muunna hymi\u00f6t kuviksi.", "type": "boolean", "required": false }, "default_category": { "title": "", "description": "Oletuskategoria artikkeleille.", "type": "integer", "required": false }, "default_post_format": { "title": "", "description": "Artikkelisivujen oletusmuoto.", "type": "string", "required": false }, "posts_per_page": { "title": "Enimm\u00e4ism\u00e4\u00e4r\u00e4 artikkeleita sivulla", "description": "N\u00e4yt\u00e4 enint\u00e4\u00e4n", "type": "integer", "required": false }, "show_on_front": { "title": "N\u00e4yt\u00e4 etusivulla", "description": "Mit\u00e4 n\u00e4ytet\u00e4\u00e4n etusivulla", "type": "string", "required": false }, "page_on_front": { "title": "Etusivu", "description": "Tunniste sivusta, joka n\u00e4ytet\u00e4\u00e4n etusivulla", "type": "integer", "required": false }, "page_for_posts": { "title": "", "description": "Tunniste sivusta, joka n\u00e4ytt\u00e4\u00e4 uusimmat artikkelit", "type": "integer", "required": false }, "default_ping_status": { "title": "", "description": "Salli linkki-ilmoitukset muista blogeista (pingback ja trackback) uusiin artikkeleihin.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "default_comment_status": { "title": "Salli kommentointi uusiin artikkeleihin", "description": "Salli uusien artikkelien kommentointi.", "type": "string", "enum": [ "open", "closed" ], "required": false }, "site_logo": { "title": "Logo", "description": "Sivuston logo.", "type": "integer", "required": false }, "site_icon": { "title": "Kuvake", "description": "Sivuston kuvake.", "type": "integer", "required": false }, "pickup_location_settings": { "title": "", "description": "WooCommerce Local Pickup Method Settings", "type": "object", "properties": { "enabled": { "description": "If enabled, this method will appear on the block based checkout.", "type": "string", "enum": [ "yes", "no" ] }, "title": { "description": "This controls the title which the user sees during checkout.", "type": "string" }, "tax_status": { "description": "If a cost is defined, this controls if taxes are applied to that cost.", "type": "string", "enum": [ "taxable", "none" ] }, "cost": { "description": "Optional cost to charge for local pickup.", "type": "string" } }, "additionalProperties": false, "required": false }, "pickup_locations": { "title": "", "description": "WooCommerce Local Pickup Locations", "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "address": { "type": "object", "properties": { "address_1": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "postcode": { "type": "string" }, "country": { "type": "string" } }, "additionalProperties": false }, "details": { "type": "string" }, "enabled": { "type": "boolean" } }, "additionalProperties": false }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/settings" } ] } }, "\/wp\/v2\/themes": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "status": { "description": "Rajaa tuloksia teeman tilan perusteella.", "type": "array", "items": { "enum": [ "active", "inactive" ], "type": "string" }, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/themes" } ] } }, "\/wp\/v2\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "stylesheet": { "description": "Teeman tyylitiedosto. M\u00e4\u00e4rittelee teeman yksil\u00f6llisesti.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/plugins": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "required": false }, "status": { "description": "Rajoita tulokset m\u00e4\u00e4r\u00e4tyn tilan omaaviin lis\u00e4osiin.", "type": "array", "items": { "type": "string", "enum": [ "inactive", "active" ] }, "required": false } } }, { "methods": [ "POST" ], "args": { "slug": { "type": "string", "description": "WordPress.org-lis\u00e4osahakemiston polkutunnus.", "pattern": "[\\w\\-]+", "required": true }, "status": { "description": "Lis\u00e4osan tila.", "type": "string", "enum": [ "inactive", "active" ], "default": "inactive", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/plugins" } ] } }, "\/wp\/v2\/plugins\/(?P[^.\\\/]+(?:\\\/[^.\\\/]+)?)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "plugin": { "type": "string", "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "plugin": { "type": "string", "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?", "required": false }, "status": { "description": "Lis\u00e4osan tila.", "type": "string", "enum": [ "inactive", "active" ], "required": false } } }, { "methods": [ "DELETE" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/sidebars" } ] } }, "\/wp\/v2\/sidebars\/(?P[\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Rekister\u00f6idyn sivupalkin ID", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "args": { "widgets": { "description": "Sis\u00e4kk\u00e4iset vimpaimet.", "type": "array", "items": { "type": [ "object", "string" ] }, "required": false } } } ] }, "\/wp\/v2\/widget-types": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/widget-types" } ] } }, "\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "id": { "description": "Vimpaintyypin ID.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/encode": { "namespace": "wp\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "id": { "description": "Vimpaintyypin ID.", "type": "string", "required": true }, "instance": { "description": "Nykyisen instanssin vimpainasetukset.", "type": "object", "required": false }, "form_data": { "description": "Serialisoitu vimpainen lomakedata koodattavaksi instanssin asetuksiin.", "type": "string", "required": false } } } ] }, "\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/render": { "namespace": "wp\/v2", "methods": [ "POST" ], "endpoints": [ { "methods": [ "POST" ], "args": { "id": { "description": "Vimpaintyypin ID.", "type": "string", "required": true }, "instance": { "description": "Nykyisen instanssin vimpainasetukset.", "type": "object", "required": false } } } ] }, "\/wp\/v2\/widgets": { "namespace": "wp\/v2", "methods": [ "GET", "POST" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "sidebar": { "description": "Sivupalkki, jonka vimpaimet n\u00e4ytet\u00e4\u00e4n.", "type": "string", "required": false } } }, { "methods": [ "POST" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Vimpaimen uniikki tunniste.", "type": "string", "required": false }, "id_base": { "description": "Vimpaimen tyyppi. Vastaa ID:t\u00e4 \"widget-types\"-p\u00e4\u00e4tepisteess\u00e4.", "type": "string", "required": false }, "sidebar": { "default": "wp_inactive_widgets", "description": "Sivupalkki, johon vimpain kuuluu.", "type": "string", "required": true }, "instance": { "description": "Vimpaimen instanssiasetukset, jos tuettu.", "type": "object", "properties": { "encoded": { "description": "Instanssiasetusten Base64-koodattu vastine.", "type": "string", "context": [ "edit" ] }, "hash": { "description": "Instanssiasetusten kryptograafinen tiiviste.", "type": "string", "context": [ "edit" ] }, "raw": { "description": "Ei-koodatut instanssiasetukset, jos tuettu.", "type": "object", "context": [ "edit" ] } }, "required": false }, "form_data": { "description": "URL-enkoodattu lomakedata vimpaimen hallintalomakkeesta. K\u00e4ytet\u00e4\u00e4n sellaisen vimpaimen p\u00e4ivitt\u00e4miseen, joka ei tue instansseja. Vain kirjoitettavissa.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/widgets" } ] } }, "\/wp\/v2\/widgets\/(?P[\\w\\-]+)": { "namespace": "wp\/v2", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET" ], "allow_batch": { "v1": true }, "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } }, { "methods": [ "POST", "PUT", "PATCH" ], "allow_batch": { "v1": true }, "args": { "id": { "description": "Vimpaimen uniikki tunniste.", "type": "string", "required": false }, "id_base": { "description": "Vimpaimen tyyppi. Vastaa ID:t\u00e4 \"widget-types\"-p\u00e4\u00e4tepisteess\u00e4.", "type": "string", "required": false }, "sidebar": { "description": "Sivupalkki, johon vimpain kuuluu.", "type": "string", "required": false }, "instance": { "description": "Vimpaimen instanssiasetukset, jos tuettu.", "type": "object", "properties": { "encoded": { "description": "Instanssiasetusten Base64-koodattu vastine.", "type": "string", "context": [ "edit" ] }, "hash": { "description": "Instanssiasetusten kryptograafinen tiiviste.", "type": "string", "context": [ "edit" ] }, "raw": { "description": "Ei-koodatut instanssiasetukset, jos tuettu.", "type": "object", "context": [ "edit" ] } }, "required": false }, "form_data": { "description": "URL-enkoodattu lomakedata vimpaimen hallintalomakkeesta. K\u00e4ytet\u00e4\u00e4n sellaisen vimpaimen p\u00e4ivitt\u00e4miseen, joka ei tue instansseja. Vain kirjoitettavissa.", "type": "string", "required": false } } }, { "methods": [ "DELETE" ], "allow_batch": { "v1": true }, "args": { "force": { "description": "Poistetaanko vimpain vai siirret\u00e4\u00e4nk\u00f6 se poissa k\u00e4yt\u00f6st\u00e4 oleviin vimpaimiin.", "type": "boolean", "required": false } } } ] }, "\/wp\/v2\/block-directory\/search": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false }, "term": { "description": "Rajoita hakusanalla l\u00f6ytyvien lohkojen m\u00e4\u00e4r\u00e4\u00e4.", "type": "string", "minLength": 1, "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/block-directory\/search" } ] } }, "\/wp\/v2\/pattern-directory\/patterns": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 100, "minimum": 1, "maximum": 100, "required": false }, "search": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t merkkijonoon. ", "type": "string", "minLength": 1, "required": false }, "category": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t kategorian ID:hen. ", "type": "integer", "minimum": 1, "required": false }, "keyword": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t avainsanan ID:hen.", "type": "integer", "minimum": 1, "required": false }, "slug": { "description": "Rajaa tulokset niihin, jotka t\u00e4sm\u00e4\u00e4v\u00e4t lohkomalliin (polkutunnus). ", "type": "array", "required": false }, "offset": { "description": "Ohita m\u00e4\u00e4ritelty m\u00e4\u00e4r\u00e4 kohteita alusta.", "type": "integer", "required": false }, "order": { "description": "J\u00e4rjest\u00e4\u00e4 tulokset nousevaan tai laskevaan j\u00e4rjestykseen.", "type": "string", "default": "desc", "enum": [ "asc", "desc" ], "required": false }, "orderby": { "description": "Lajittele kokoelma artikkelin ominaisuuden mukaan.", "type": "string", "default": "date", "enum": [ "author", "date", "id", "include", "modified", "parent", "relevance", "slug", "include_slugs", "title", "favorite_count" ], "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/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": "Verkko-osoite (URL) k\u00e4sitelt\u00e4v\u00e4ksi.", "type": "string", "format": "uri", "required": true } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-block-editor\/v1\/url-details" } ] } }, "\/wp\/v2\/menu-locations": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/menu-locations" } ] } }, "\/wp\/v2\/menu-locations\/(?P[\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "location": { "description": "Alfanumeerinen tunniste valikon sijainnille.", "type": "string", "required": false }, "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "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:\/\/dev.flydesk.com\/fi\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wp-block-editor\/v1\/navigation-fallback" } ] } }, "\/wp\/v2\/font-collections": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 10, "minimum": 1, "maximum": 100, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/font-collections" } ] } }, "\/wp\/v2\/font-collections\/(?P[\\\/\\w-]+)": { "namespace": "wp\/v2", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false } } } ] }, "\/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:\/\/dev.flydesk.com\/fi\/wp-json\/wp-abilities\/v1" } ] } }, "\/wp-abilities\/v1\/categories": { "namespace": "wp-abilities\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 50, "minimum": 1, "maximum": 100, "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-abilities\/v1\/categories" } ] } }, "\/wp-abilities\/v1\/categories\/(?P[a-z0-9]+(?:-[a-z0-9]+)*)": { "namespace": "wp-abilities\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "slug": { "description": "Kyvykkyyskategorian yksil\u00f6iv\u00e4 tunniste.", "type": "string", "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$", "required": false } } } ] }, "\/wp-abilities\/v1\/abilities\/(?P[a-zA-Z0-9\\-\\\/]+?)\/run": { "namespace": "wp-abilities\/v1", "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "endpoints": [ { "methods": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "args": { "name": { "description": "Kyvykkyyden yksil\u00f6iv\u00e4 tunniste.", "type": "string", "pattern": "^[a-zA-Z0-9\\-\\\/]+$", "required": false }, "input": { "description": "Kyvykkyyden suorituksen sy\u00f6tt\u00f6parametrit.", "type": [ "integer", "number", "boolean", "string", "array", "object", "null" ], "default": null, "required": false } } } ] }, "\/wp-abilities\/v1\/abilities": { "namespace": "wp-abilities\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "context": { "description": "Pyynn\u00f6n konteksti m\u00e4\u00e4r\u00e4\u00e4 mit\u00e4 kentti\u00e4 vastauksessa on mukana.", "type": "string", "enum": [ "view", "embed", "edit" ], "default": "view", "required": false }, "page": { "description": "Kokoelman nykyinen sivu.", "type": "integer", "default": 1, "minimum": 1, "required": false }, "per_page": { "description": "Haun palauttamien tulosten enimm\u00e4ism\u00e4\u00e4r\u00e4.", "type": "integer", "default": 50, "minimum": 1, "maximum": 100, "required": false }, "category": { "description": "Rajoita tulokset tietyn kykykategorian kykyihin.", "type": "string", "required": false } } } ], "_links": { "self": [ { "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp-abilities\/v1\/abilities" } ] } }, "\/wp-abilities\/v1\/abilities\/(?P[a-zA-Z0-9\\-\\\/]+)": { "namespace": "wp-abilities\/v1", "methods": [ "GET" ], "endpoints": [ { "methods": [ "GET" ], "args": { "name": { "description": "Kyvykkyyden yksil\u00f6iv\u00e4 tunniste.", "type": "string", "pattern": "^[a-zA-Z0-9\\-\\\/]+$", "required": false } } } ] } }, "site_logo": 0, "site_icon": 662, "site_icon_url": "https:\/\/mlgucbjxeu1m.i.optimole.com\/cb:B7VA.3e989\/w:auto\/h:auto\/q:mauto\/ig:avif\/f:best\/https:\/\/dev.flydesk.com\/wp-content\/uploads\/2019\/09\/cropped-flydesk-icon-white.png", "_links": { "help": [ { "href": "https:\/\/developer.wordpress.org\/rest-api\/" } ], "wp:featuredmedia": [ { "embeddable": true, "type": "site_icon", "href": "https:\/\/dev.flydesk.com\/fi\/wp-json\/wp\/v2\/media\/662" } ], "curies": [ { "name": "wp", "href": "https:\/\/api.w.org\/{rel}", "templated": true } ] } }