{"info":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","description":"<html><head></head><body><p>Taken from: <a href=\"https://github.com/woocommerce/woocommerce-rest-api-docs\">https://github.com/woocommerce/woocommerce-rest-api-docs</a></p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>WooCommerce (WC) 2.6+ is fully integrated with the WordPress <a href=\"http://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a> API. This allows WC data to be created, read, updated, and deleted using requests in JSON format and using WordPress REST API Authentication methods and standard HTTP verbs which are understood by most HTTP clients.</p>\n<p>The current WP REST API integration version is <code>v3</code> which takes a first-order position in endpoints. </p>\n<p>The following table shows API versions present in each major version of WooCommerce:</p>\n<table><thead>\n<tr>\n<th>API Version</th>\n<th>WC Version</th>\n<th>WP Version</th>\n<th>Documentation</th>\n</tr>\n</thead><tbody>\n<tr>\n<td>`v3`</td>\n<td>3.5.x or later</td>\n<td>4.4 or later</td>\n<td>-</td>\n</tr>\n<tr>\n<td>`v2`</td>\n<td>3.0.x or later</td>\n<td>4.4 or later</td>\n<td>[v2 docs](https://woocommerce.github.io/woocommerce-rest-api-docs/wp-api-v2.html)</td>\n</tr>\n<tr>\n<td>`v1`</td>\n<td>2.6.x or later</td>\n<td>4.4 or later</td>\n<td>[v1 docs](https://woocommerce.github.io/woocommerce-rest-api-docs/wp-api-v1.html)</td>\n</tr>\n</tbody></table>\n\n<p>Prior to 2.6, WooCommerce has had a REST API separate from WordPress which is now known as the legacy API. You can find the documentation for the legacy API separately.</p>\n<table><thead>\n<tr>\n<th>API Version</th>\n<th>WC Version</th>\n<th>WP Version</th>\n<th>Documentation</th>\n</tr>\n</thead><tbody>\n<tr>\n<td>`Legacy v3`</td>\n<td>2.4.x or later</td>\n<td>4.1 or later</td>\n<td>[Legacy v3 docs](https://woocommerce.github.io/woocommerce-rest-api-docs/v3.html)</td>\n</tr>\n<tr>\n<td>`Legacy v2`</td>\n<td>2.2.x or later</td>\n<td>4.1 or later</td>\n<td>[Legacy v2 docs](https://woocommerce.github.io/woocommerce-rest-api-docs/v2.html)</td>\n</tr>\n<tr>\n<td>`Legacy v1`</td>\n<td>2.1.x or later</td>\n<td>4.1 or later</td>\n<td>[Legacy v1 docs](https://woocommerce.github.io/woocommerce-rest-api-docs/v1.html)</td>\n</tr>\n</tbody></table>\n\n<h2 id=\"requirements\">Requirements</h2>\n<p>To use the latest version of the REST API you must be using:</p>\n<ul>\n<li>WooCommerce 3.5+.</li>\n<li>WordPress 4.4+.</li>\n<li>Pretty permalinks in <code>Settings &gt; Permalinks</code> so that the custom endpoints are supported. <strong>Default permalinks will not work.</strong></li>\n<li>You may access the API over either HTTP or HTTPS, but <em>HTTPS is recommended where possible</em>.</li>\n</ul>\n<p>If you use ModSecurity and see <code>501 Method Not Implemented</code> errors, see <a href=\"https://github.com/woocommerce/woocommerce/issues/9838\">this issue</a> for details.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"1319263","collectionId":"e1843d03-9332-4409-b6bc-c137ea4fd56c","publishedId":"TVKBXy4S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-18T23:54:58.000Z"},"item":[{"name":"coupons","item":[{"name":"{id}","item":[{"name":"/wc/v3/coupons/:id","id":"7f563253-a115-446e-8407-810f03a4ef5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/coupons/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"7901f5d5-03cf-435b-8e1a-15f8404d588b","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"24c8054d-fe09-4972-9574-c2b41dd3c31c","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons/:id?context=view&context=view","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd780502-75f4-4ee6-b207-4f6814f42a01","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons/:id?context=view&context=view","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"effea073-60cf-4c26-857f-88942ae986c3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons/:id?context=view&context=view","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f563253-a115-446e-8407-810f03a4ef5f"},{"name":"/wc/v3/coupons/:id","id":"eccf41d2-5303-4f3e-a667-0a227a97f723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":"<p>Coupon code.</p>\n","type":"text"},{"key":"amount","value":"<string>","description":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text"},{"key":"discount_type","value":"[\"<string>\",\"<string>\"]","description":"<p>Determines the type of discount that will be applied.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Coupon description.</p>\n","type":"text"},{"key":"date_expires","value":"<string>","description":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text"},{"key":"date_expires_gmt","value":"<string>","description":"<p>The date the coupon expires, as GMT.</p>\n","type":"text"},{"key":"individual_use","value":"<string>","description":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text"},{"key":"product_ids","value":"<string>","description":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text"},{"key":"excluded_product_ids","value":"<string>","description":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text"},{"key":"usage_limit","value":"<string>","description":"<p>How many times the coupon can be used in total.</p>\n","type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":"<p>How many times the coupon can be used per customer.</p>\n","type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text"},{"key":"free_shipping","value":"<string>","description":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text"},{"key":"product_categories","value":"<string>","description":"<p>List of category IDs the coupon applies to.</p>\n","type":"text"},{"key":"excluded_product_categories","value":"<string>","description":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text"},{"key":"exclude_sale_items","value":"<string>","description":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text"},{"key":"minimum_amount","value":"<string>","description":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text"},{"key":"maximum_amount","value":"<string>","description":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text"},{"key":"email_restrictions","value":"<string>","description":"<p>List of email addresses that can use this coupon.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/coupons/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons",":id"],"host":[""],"query":[],"variable":[{"id":"dc0e0974-c5b7-4190-af7c-d804d3c808cf","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"3dd111bb-82be-49b5-aaa7-768662093586","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/coupons/:id","host":[""],"path":["wc","v3","coupons",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5b40c388-5adb-4be3-998d-9b21245b7a79","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/coupons/:id","host":[""],"path":["wc","v3","coupons",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a6342e26-9bc2-4b37-8fe9-9eec76dd0af1","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/coupons/:id","host":[""],"path":["wc","v3","coupons",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eccf41d2-5303-4f3e-a667-0a227a97f723"},{"name":"/wc/v3/coupons/:id","id":"6ce35b9e-5a1f-4d83-b93f-eae5640a1f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons",":id"],"host":[""],"query":[{"description":{"content":"<p>Coupon code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text/plain"},"key":"amount","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Coupon description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_expires","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, as GMT.</p>\n","type":"text/plain"},"key":"date_expires_gmt","value":"<string>"},{"description":{"content":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text/plain"},"key":"individual_use","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text/plain"},"key":"product_ids","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text/plain"},"key":"excluded_product_ids","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used in total.</p>\n","type":"text/plain"},"key":"usage_limit","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used per customer.</p>\n","type":"text/plain"},"key":"usage_limit_per_user","value":"<string>"},{"description":{"content":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text/plain"},"key":"limit_usage_to_x_items","value":"<string>"},{"description":{"content":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text/plain"},"key":"free_shipping","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon applies to.</p>\n","type":"text/plain"},"key":"product_categories","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text/plain"},"key":"excluded_product_categories","value":"<string>"},{"description":{"content":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text/plain"},"key":"exclude_sale_items","value":"<string>"},{"description":{"content":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text/plain"},"key":"minimum_amount","value":"<string>"},{"description":{"content":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text/plain"},"key":"maximum_amount","value":"<string>"},{"description":{"content":"<p>List of email addresses that can use this coupon.</p>\n","type":"text/plain"},"key":"email_restrictions","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"5e9c981e-1216-4be3-ba8e-221e50444f5c","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"83c004e3-2070-4aca-9a6f-cab7bce1b59d","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1fca305-169f-41d6-a68c-a35c512202c2","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d8591039-d46b-441e-8649-20f608b57003","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ce35b9e-5a1f-4d83-b93f-eae5640a1f01"},{"name":"/wc/v3/coupons/:id","id":"fe9e6906-14d2-4f38-9334-1af6294fabf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons",":id"],"host":[""],"query":[{"description":{"content":"<p>Coupon code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text/plain"},"key":"amount","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Coupon description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_expires","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, as GMT.</p>\n","type":"text/plain"},"key":"date_expires_gmt","value":"<string>"},{"description":{"content":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text/plain"},"key":"individual_use","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text/plain"},"key":"product_ids","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text/plain"},"key":"excluded_product_ids","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used in total.</p>\n","type":"text/plain"},"key":"usage_limit","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used per customer.</p>\n","type":"text/plain"},"key":"usage_limit_per_user","value":"<string>"},{"description":{"content":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text/plain"},"key":"limit_usage_to_x_items","value":"<string>"},{"description":{"content":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text/plain"},"key":"free_shipping","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon applies to.</p>\n","type":"text/plain"},"key":"product_categories","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text/plain"},"key":"excluded_product_categories","value":"<string>"},{"description":{"content":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text/plain"},"key":"exclude_sale_items","value":"<string>"},{"description":{"content":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text/plain"},"key":"minimum_amount","value":"<string>"},{"description":{"content":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text/plain"},"key":"maximum_amount","value":"<string>"},{"description":{"content":"<p>List of email addresses that can use this coupon.</p>\n","type":"text/plain"},"key":"email_restrictions","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"71872294-6314-44cb-ac09-b17d6ce5be1e","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"bac2b82d-dc76-45c8-89af-88ec9aa49d05","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c62deb9f-2719-4d94-ba78-33fcbed7a3c9","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd255568-90eb-4b9d-9fe4-c5cac250b69e","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/:id?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe9e6906-14d2-4f38-9334-1af6294fabf2"},{"name":"/wc/v3/coupons/:id","id":"af3e32e5-fa82-4376-b53e-f66e891c8732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/coupons/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"0c6d981b-5eba-40c2-b5ed-81cf9da34296","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2755d151-cef2-41d5-ad8e-068779fc9ae1","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/coupons/:id?force=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba8abed7-6fc6-467f-bb10-8fb0c55fcf95","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/coupons/:id?force=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4f8551a-c537-406a-8b87-6bddad5821a2","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/coupons/:id?force=<string>","host":[""],"path":["wc","v3","coupons",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af3e32e5-fa82-4376-b53e-f66e891c8732"}],"id":"ce3a3fdf-a796-4ee5-9ce9-598ffb416656","_postman_id":"ce3a3fdf-a796-4ee5-9ce9-598ffb416656","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/coupons/batch","id":"cc712045-f248-4d30-9303-6fe4d74b2781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":"<p>Coupon code.</p>\n","type":"text"},{"key":"amount","value":"<string>","description":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text"},{"key":"discount_type","value":"[\"<string>\",\"<string>\"]","description":"<p>Determines the type of discount that will be applied.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Coupon description.</p>\n","type":"text"},{"key":"date_expires","value":"<string>","description":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text"},{"key":"date_expires_gmt","value":"<string>","description":"<p>The date the coupon expires, as GMT.</p>\n","type":"text"},{"key":"individual_use","value":"<string>","description":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text"},{"key":"product_ids","value":"<string>","description":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text"},{"key":"excluded_product_ids","value":"<string>","description":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text"},{"key":"usage_limit","value":"<string>","description":"<p>How many times the coupon can be used in total.</p>\n","type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":"<p>How many times the coupon can be used per customer.</p>\n","type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text"},{"key":"free_shipping","value":"<string>","description":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text"},{"key":"product_categories","value":"<string>","description":"<p>List of category IDs the coupon applies to.</p>\n","type":"text"},{"key":"excluded_product_categories","value":"<string>","description":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text"},{"key":"exclude_sale_items","value":"<string>","description":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text"},{"key":"minimum_amount","value":"<string>","description":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text"},{"key":"maximum_amount","value":"<string>","description":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text"},{"key":"email_restrictions","value":"<string>","description":"<p>List of email addresses that can use this coupon.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/coupons/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"22343f7f-0fef-4166-9966-c5ad46574c19","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/coupons/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d58943db-0512-42d1-a1e2-524832d324d2","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/coupons/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"edf9414d-c9e3-4c11-8d5e-5e5ad414830b","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/coupons/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc712045-f248-4d30-9303-6fe4d74b2781"},{"name":"/wc/v3/coupons/batch","id":"8dbbb31e-fc8e-4902-92ec-eba0dc9de956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons","batch"],"host":[""],"query":[{"description":{"content":"<p>Coupon code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text/plain"},"key":"amount","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Coupon description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_expires","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, as GMT.</p>\n","type":"text/plain"},"key":"date_expires_gmt","value":"<string>"},{"description":{"content":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text/plain"},"key":"individual_use","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text/plain"},"key":"product_ids","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text/plain"},"key":"excluded_product_ids","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used in total.</p>\n","type":"text/plain"},"key":"usage_limit","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used per customer.</p>\n","type":"text/plain"},"key":"usage_limit_per_user","value":"<string>"},{"description":{"content":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text/plain"},"key":"limit_usage_to_x_items","value":"<string>"},{"description":{"content":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text/plain"},"key":"free_shipping","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon applies to.</p>\n","type":"text/plain"},"key":"product_categories","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text/plain"},"key":"excluded_product_categories","value":"<string>"},{"description":{"content":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text/plain"},"key":"exclude_sale_items","value":"<string>"},{"description":{"content":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text/plain"},"key":"minimum_amount","value":"<string>"},{"description":{"content":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text/plain"},"key":"maximum_amount","value":"<string>"},{"description":{"content":"<p>List of email addresses that can use this coupon.</p>\n","type":"text/plain"},"key":"email_restrictions","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"0090b87b-2ee1-41f6-ba18-b64917543f54","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"480b5b91-53fe-4d21-a3b4-4465cef3f8ea","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7f36acd2-6b1f-4633-b024-7ac142513310","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8dbbb31e-fc8e-4902-92ec-eba0dc9de956"},{"name":"/wc/v3/coupons/batch","id":"c1ad3e31-95c1-4fd3-8407-f765194db206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons","batch"],"host":[""],"query":[{"description":{"content":"<p>Coupon code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text/plain"},"key":"amount","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Determines the type of discount that will be applied.</p>\n","type":"text/plain"},"key":"discount_type","value":"<string>"},{"description":{"content":"<p>Coupon description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_expires","value":"<string>"},{"description":{"content":"<p>The date the coupon expires, as GMT.</p>\n","type":"text/plain"},"key":"date_expires_gmt","value":"<string>"},{"description":{"content":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text/plain"},"key":"individual_use","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text/plain"},"key":"product_ids","value":"<string>"},{"description":{"content":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text/plain"},"key":"excluded_product_ids","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used in total.</p>\n","type":"text/plain"},"key":"usage_limit","value":"<string>"},{"description":{"content":"<p>How many times the coupon can be used per customer.</p>\n","type":"text/plain"},"key":"usage_limit_per_user","value":"<string>"},{"description":{"content":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text/plain"},"key":"limit_usage_to_x_items","value":"<string>"},{"description":{"content":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text/plain"},"key":"free_shipping","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon applies to.</p>\n","type":"text/plain"},"key":"product_categories","value":"<string>"},{"description":{"content":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text/plain"},"key":"excluded_product_categories","value":"<string>"},{"description":{"content":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text/plain"},"key":"exclude_sale_items","value":"<string>"},{"description":{"content":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text/plain"},"key":"minimum_amount","value":"<string>"},{"description":{"content":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text/plain"},"key":"maximum_amount","value":"<string>"},{"description":{"content":"<p>List of email addresses that can use this coupon.</p>\n","type":"text/plain"},"key":"email_restrictions","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"317e593b-2727-4e5e-9b36-ca9502616a4b","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36e2e93e-3302-4b05-a696-8fdaebc29142","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4fb4d86-3c44-47ca-abdf-1401778ac879","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/coupons/batch?code=<string>&amount=<string>&discount_type=<string>&discount_type=<string>&description=<string>&date_expires=<string>&date_expires_gmt=<string>&individual_use=<string>&product_ids=<string>&excluded_product_ids=<string>&usage_limit=<string>&usage_limit_per_user=<string>&limit_usage_to_x_items=<string>&free_shipping=<string>&product_categories=<string>&excluded_product_categories=<string>&exclude_sale_items=<string>&minimum_amount=<string>&maximum_amount=<string>&email_restrictions=<string>&meta_data=<string>","host":[""],"path":["wc","v3","coupons","batch"],"query":[{"key":"code","value":"<string>"},{"key":"amount","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"discount_type","value":"<string>"},{"key":"description","value":"<string>"},{"key":"date_expires","value":"<string>"},{"key":"date_expires_gmt","value":"<string>"},{"key":"individual_use","value":"<string>"},{"key":"product_ids","value":"<string>"},{"key":"excluded_product_ids","value":"<string>"},{"key":"usage_limit","value":"<string>"},{"key":"usage_limit_per_user","value":"<string>"},{"key":"limit_usage_to_x_items","value":"<string>"},{"key":"free_shipping","value":"<string>"},{"key":"product_categories","value":"<string>"},{"key":"excluded_product_categories","value":"<string>"},{"key":"exclude_sale_items","value":"<string>"},{"key":"minimum_amount","value":"<string>"},{"key":"maximum_amount","value":"<string>"},{"key":"email_restrictions","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1ad3e31-95c1-4fd3-8407-f765194db206"}],"id":"eb24486f-4bae-4d9a-98ba-2ca02f80b832","_postman_id":"eb24486f-4bae-4d9a-98ba-2ca02f80b832","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/coupons","id":"b5f94f18-1d5d-4378-8e1f-6f15306d8696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/coupons?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&code=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to resources with a specific code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"}],"variable":[]}},"response":[{"id":"1f66077b-5529-461f-87de-e340d9128c12","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&code=<string>","host":[""],"path":["wc","v3","coupons"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"code","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a5ce617-a6ad-4416-b229-9800fc99a93c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&code=<string>","host":[""],"path":["wc","v3","coupons"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"code","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db200abc-3fd8-43e4-ab17-a1924e724f3a","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/coupons?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&code=<string>","host":[""],"path":["wc","v3","coupons"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"code","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5f94f18-1d5d-4378-8e1f-6f15306d8696"},{"name":"/wc/v3/coupons","id":"e88bdc64-1d49-42e9-9a34-938bec36099a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":"<p>Coupon code.</p>\n","type":"text"},{"key":"amount","value":"<string>","description":"<p>The amount of discount. Should always be numeric, even if setting a percentage.</p>\n","type":"text"},{"key":"discount_type","value":"[\"fixed_cart\",\"fixed_cart\"]","description":"<p>Determines the type of discount that will be applied.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Coupon description.</p>\n","type":"text"},{"key":"date_expires","value":"<string>","description":"<p>The date the coupon expires, in the site's timezone.</p>\n","type":"text"},{"key":"date_expires_gmt","value":"<string>","description":"<p>The date the coupon expires, as GMT.</p>\n","type":"text"},{"key":"individual_use","value":"<string>","description":"<p>If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.</p>\n","type":"text"},{"key":"product_ids","value":"<string>","description":"<p>List of product IDs the coupon can be used on.</p>\n","type":"text"},{"key":"excluded_product_ids","value":"<string>","description":"<p>List of product IDs the coupon cannot be used on.</p>\n","type":"text"},{"key":"usage_limit","value":"<string>","description":"<p>How many times the coupon can be used in total.</p>\n","type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":"<p>How many times the coupon can be used per customer.</p>\n","type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":"<p>Max number of items in the cart the coupon can be applied to.</p>\n","type":"text"},{"key":"free_shipping","value":"<string>","description":"<p>If true and if the free shipping method requires a coupon, this coupon will enable free shipping.</p>\n","type":"text"},{"key":"product_categories","value":"<string>","description":"<p>List of category IDs the coupon applies to.</p>\n","type":"text"},{"key":"excluded_product_categories","value":"<string>","description":"<p>List of category IDs the coupon does not apply to.</p>\n","type":"text"},{"key":"exclude_sale_items","value":"<string>","description":"<p>If true, this coupon will not be applied to items that have sale prices.</p>\n","type":"text"},{"key":"minimum_amount","value":"<string>","description":"<p>Minimum order amount that needs to be in the cart before coupon applies.</p>\n","type":"text"},{"key":"maximum_amount","value":"<string>","description":"<p>Maximum order amount allowed when using the coupon.</p>\n","type":"text"},{"key":"email_restrictions","value":"<string>","description":"<p>List of email addresses that can use this coupon.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/coupons","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","coupons"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2107e058-51b0-4836-88de-62031040fb5c","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Coupon code.","type":"text/plain"},"type":"text"},{"key":"amount","value":"<string>","description":{"content":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"text/plain"},"type":"text"},{"key":"discount_type","value":"[\"fixed_cart\",\"fixed_cart\"]","description":{"content":"Determines the type of discount that will be applied.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Coupon description.","type":"text/plain"},"type":"text"},{"key":"date_expires","value":"<string>","description":{"content":"The date the coupon expires, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_expires_gmt","value":"<string>","description":{"content":"The date the coupon expires, as GMT.","type":"text/plain"},"type":"text"},{"key":"individual_use","value":"<string>","description":{"content":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"text/plain"},"type":"text"},{"key":"product_ids","value":"<string>","description":{"content":"List of product IDs the coupon can be used on.","type":"text/plain"},"type":"text"},{"key":"excluded_product_ids","value":"<string>","description":{"content":"List of product IDs the coupon cannot be used on.","type":"text/plain"},"type":"text"},{"key":"usage_limit","value":"<string>","description":{"content":"How many times the coupon can be used in total.","type":"text/plain"},"type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":{"content":"How many times the coupon can be used per customer.","type":"text/plain"},"type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":{"content":"Max number of items in the cart the coupon can be applied to.","type":"text/plain"},"type":"text"},{"key":"free_shipping","value":"<string>","description":{"content":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"text/plain"},"type":"text"},{"key":"product_categories","value":"<string>","description":{"content":"List of category IDs the coupon applies to.","type":"text/plain"},"type":"text"},{"key":"excluded_product_categories","value":"<string>","description":{"content":"List of category IDs the coupon does not apply to.","type":"text/plain"},"type":"text"},{"key":"exclude_sale_items","value":"<string>","description":{"content":"If true, this coupon will not be applied to items that have sale prices.","type":"text/plain"},"type":"text"},{"key":"minimum_amount","value":"<string>","description":{"content":"Minimum order amount that needs to be in the cart before coupon applies.","type":"text/plain"},"type":"text"},{"key":"maximum_amount","value":"<string>","description":{"content":"Maximum order amount allowed when using the coupon.","type":"text/plain"},"type":"text"},{"key":"email_restrictions","value":"<string>","description":{"content":"List of email addresses that can use this coupon.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e63c593-d285-40b3-888f-b01fd7bc238d","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Coupon code.","type":"text/plain"},"type":"text"},{"key":"amount","value":"<string>","description":{"content":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"text/plain"},"type":"text"},{"key":"discount_type","value":"[\"fixed_cart\",\"fixed_cart\"]","description":{"content":"Determines the type of discount that will be applied.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Coupon description.","type":"text/plain"},"type":"text"},{"key":"date_expires","value":"<string>","description":{"content":"The date the coupon expires, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_expires_gmt","value":"<string>","description":{"content":"The date the coupon expires, as GMT.","type":"text/plain"},"type":"text"},{"key":"individual_use","value":"<string>","description":{"content":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"text/plain"},"type":"text"},{"key":"product_ids","value":"<string>","description":{"content":"List of product IDs the coupon can be used on.","type":"text/plain"},"type":"text"},{"key":"excluded_product_ids","value":"<string>","description":{"content":"List of product IDs the coupon cannot be used on.","type":"text/plain"},"type":"text"},{"key":"usage_limit","value":"<string>","description":{"content":"How many times the coupon can be used in total.","type":"text/plain"},"type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":{"content":"How many times the coupon can be used per customer.","type":"text/plain"},"type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":{"content":"Max number of items in the cart the coupon can be applied to.","type":"text/plain"},"type":"text"},{"key":"free_shipping","value":"<string>","description":{"content":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"text/plain"},"type":"text"},{"key":"product_categories","value":"<string>","description":{"content":"List of category IDs the coupon applies to.","type":"text/plain"},"type":"text"},{"key":"excluded_product_categories","value":"<string>","description":{"content":"List of category IDs the coupon does not apply to.","type":"text/plain"},"type":"text"},{"key":"exclude_sale_items","value":"<string>","description":{"content":"If true, this coupon will not be applied to items that have sale prices.","type":"text/plain"},"type":"text"},{"key":"minimum_amount","value":"<string>","description":{"content":"Minimum order amount that needs to be in the cart before coupon applies.","type":"text/plain"},"type":"text"},{"key":"maximum_amount","value":"<string>","description":{"content":"Maximum order amount allowed when using the coupon.","type":"text/plain"},"type":"text"},{"key":"email_restrictions","value":"<string>","description":{"content":"List of email addresses that can use this coupon.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/coupons"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"971588d9-e0a9-44db-a715-3528993256b7","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Coupon code.","type":"text/plain"},"type":"text"},{"key":"amount","value":"<string>","description":{"content":"The amount of discount. Should always be numeric, even if setting a percentage.","type":"text/plain"},"type":"text"},{"key":"discount_type","value":"[\"fixed_cart\",\"fixed_cart\"]","description":{"content":"Determines the type of discount that will be applied.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Coupon description.","type":"text/plain"},"type":"text"},{"key":"date_expires","value":"<string>","description":{"content":"The date the coupon expires, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_expires_gmt","value":"<string>","description":{"content":"The date the coupon expires, as GMT.","type":"text/plain"},"type":"text"},{"key":"individual_use","value":"<string>","description":{"content":"If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.","type":"text/plain"},"type":"text"},{"key":"product_ids","value":"<string>","description":{"content":"List of product IDs the coupon can be used on.","type":"text/plain"},"type":"text"},{"key":"excluded_product_ids","value":"<string>","description":{"content":"List of product IDs the coupon cannot be used on.","type":"text/plain"},"type":"text"},{"key":"usage_limit","value":"<string>","description":{"content":"How many times the coupon can be used in total.","type":"text/plain"},"type":"text"},{"key":"usage_limit_per_user","value":"<string>","description":{"content":"How many times the coupon can be used per customer.","type":"text/plain"},"type":"text"},{"key":"limit_usage_to_x_items","value":"<string>","description":{"content":"Max number of items in the cart the coupon can be applied to.","type":"text/plain"},"type":"text"},{"key":"free_shipping","value":"<string>","description":{"content":"If true and if the free shipping method requires a coupon, this coupon will enable free shipping.","type":"text/plain"},"type":"text"},{"key":"product_categories","value":"<string>","description":{"content":"List of category IDs the coupon applies to.","type":"text/plain"},"type":"text"},{"key":"excluded_product_categories","value":"<string>","description":{"content":"List of category IDs the coupon does not apply to.","type":"text/plain"},"type":"text"},{"key":"exclude_sale_items","value":"<string>","description":{"content":"If true, this coupon will not be applied to items that have sale prices.","type":"text/plain"},"type":"text"},{"key":"minimum_amount","value":"<string>","description":{"content":"Minimum order amount that needs to be in the cart before coupon applies.","type":"text/plain"},"type":"text"},{"key":"maximum_amount","value":"<string>","description":{"content":"Maximum order amount allowed when using the coupon.","type":"text/plain"},"type":"text"},{"key":"email_restrictions","value":"<string>","description":{"content":"List of email addresses that can use this coupon.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/coupons"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e88bdc64-1d49-42e9-9a34-938bec36099a"}],"id":"2dd4c81b-2408-4924-9097-7269fff417ee","_postman_id":"2dd4c81b-2408-4924-9097-7269fff417ee","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"customers","item":[{"name":"{id}","item":[{"name":"/wc/v3/customers/:id","id":"18b1d25e-3e97-438a-928d-86bec6919777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/customers/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"b7737e72-17b8-4fe4-895f-addc6e96b09e","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"1e74c002-609d-4a2c-a210-b6db91eeafee","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:id?context=view&context=view","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"28aee775-6d19-4e14-aa20-cd9e477ad1c4","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:id?context=view&context=view","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"41bd493d-cdf9-4f88-83ed-1960c1737290","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:id?context=view&context=view","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18b1d25e-3e97-438a-928d-86bec6919777"},{"name":"/wc/v3/customers/:id","id":"912ec44c-9cab-4410-933a-7f7e9904b8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<email>","description":"<p>The email address for the customer.</p>\n","type":"text"},{"key":"first_name","value":"<string>","description":"<p>Customer first name.</p>\n","type":"text"},{"key":"last_name","value":"<string>","description":"<p>Customer last name.</p>\n","type":"text"},{"key":"username","value":"<string>","description":"<p>Customer login name.</p>\n","type":"text"},{"key":"password","value":"<string>","description":"<p>Customer password.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>List of billing address data.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>List of shipping address data.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/customers/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":id"],"host":[""],"query":[],"variable":[{"id":"3631f3a7-2446-4038-8c2b-dcf1f9bd74ac","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"70621a58-54ae-4b0e-94be-15a7aaafe5e5","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/customers/:id","host":[""],"path":["wc","v3","customers",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa288add-efc8-4341-9551-3561a8a61906","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/customers/:id","host":[""],"path":["wc","v3","customers",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1b8c1ba-f3fe-4155-8fb1-545902196d72","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/customers/:id","host":[""],"path":["wc","v3","customers",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"912ec44c-9cab-4410-933a-7f7e9904b8e6"},{"name":"/wc/v3/customers/:id","id":"1d2b1d69-b58d-48f1-a28a-e2cb6e5ab3b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":id"],"host":[""],"query":[{"description":{"content":"<p>The email address for the customer.</p>\n","type":"text/plain"},"key":"email","value":"<email>"},{"description":{"content":"<p>Customer first name.</p>\n","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"<p>Customer last name.</p>\n","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"<p>Customer login name.</p>\n","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"<p>Customer password.</p>\n","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"<p>List of billing address data.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>List of shipping address data.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"0d1080f0-c961-4206-8c99-4e4b5f4076bf","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2e18767e-e9f0-4593-9591-1b052c47b1fe","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79ebc2b5-ce7d-4500-8fb0-9c7456688c0b","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bee4120d-1726-4ce4-a0b0-135ea2d2ab30","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d2b1d69-b58d-48f1-a28a-e2cb6e5ab3b3"},{"name":"/wc/v3/customers/:id","id":"a7058b57-a45f-4f23-92c7-17732d49d37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":id"],"host":[""],"query":[{"description":{"content":"<p>The email address for the customer.</p>\n","type":"text/plain"},"key":"email","value":"<email>"},{"description":{"content":"<p>Customer first name.</p>\n","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"<p>Customer last name.</p>\n","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"<p>Customer login name.</p>\n","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"<p>Customer password.</p>\n","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"<p>List of billing address data.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>List of shipping address data.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"cbcb58f0-7630-4cbf-9376-e9ce082e9ad0","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2e9658e5-704d-4e1a-a299-d5750d5f6c2c","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"39a3fb8b-6677-4c00-9b07-d7251c4597c0","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c6371204-3a85-4859-85d1-d473e2adad96","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/:id?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7058b57-a45f-4f23-92c7-17732d49d37d"},{"name":"/wc/v3/customers/:id","id":"e508a822-f9d1-47fd-a4d5-be50f7fea6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/customers/:id?force=<string>&reassign=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"},{"description":{"content":"<p>ID to reassign posts to.</p>\n","type":"text/plain"},"key":"reassign","value":"<string>"}],"variable":[{"id":"0400b09e-507c-46d3-8a3c-1268bb1b6972","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"48dc0767-b37f-47f5-b2a4-023843e3ff81","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/customers/:id?force=<string>&reassign=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"force","value":"<string>"},{"key":"reassign","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7e2d6ca9-d350-4c56-96a1-f167aedaf43f","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/customers/:id?force=<string>&reassign=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"force","value":"<string>"},{"key":"reassign","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84f1c743-88c6-4acc-9a64-14b1c86d85cb","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/customers/:id?force=<string>&reassign=<string>","host":[""],"path":["wc","v3","customers",":id"],"query":[{"key":"force","value":"<string>"},{"key":"reassign","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e508a822-f9d1-47fd-a4d5-be50f7fea6ab"}],"id":"0645bd4e-d196-4852-bf50-843a3969f305","_postman_id":"0645bd4e-d196-4852-bf50-843a3969f305","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/customers/batch","id":"5b80b29a-a135-4e14-a73d-3c135bdf5a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<email>","description":"<p>The email address for the customer.</p>\n","type":"text"},{"key":"first_name","value":"<string>","description":"<p>Customer first name.</p>\n","type":"text"},{"key":"last_name","value":"<string>","description":"<p>Customer last name.</p>\n","type":"text"},{"key":"username","value":"<string>","description":"<p>Customer login name.</p>\n","type":"text"},{"key":"password","value":"<string>","description":"<p>Customer password.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>List of billing address data.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>List of shipping address data.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/customers/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3d03a281-2d4c-42e5-98fb-ca4fbcbd4ab4","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/customers/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"809f6e38-f27e-4b90-bf67-2eb83b8483b5","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/customers/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be5785c7-45eb-4b6c-88af-63c107315e4d","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/customers/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b80b29a-a135-4e14-a73d-3c135bdf5a97"},{"name":"/wc/v3/customers/batch","id":"1987887f-87f1-4b83-bad5-e4bd15e6d137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers","batch"],"host":[""],"query":[{"description":{"content":"<p>The email address for the customer.</p>\n","type":"text/plain"},"key":"email","value":"<email>"},{"description":{"content":"<p>Customer first name.</p>\n","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"<p>Customer last name.</p>\n","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"<p>Customer login name.</p>\n","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"<p>Customer password.</p>\n","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"<p>List of billing address data.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>List of shipping address data.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"282cf15a-522b-464e-a035-bcd83080f089","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5da58e20-5b8e-4320-8e07-22dd78e9d1f6","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b7b01d40-e928-4c3c-95cf-199f67f9773d","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1987887f-87f1-4b83-bad5-e4bd15e6d137"},{"name":"/wc/v3/customers/batch","id":"8d1ace90-2049-44be-9fd7-c33ef571e0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers","batch"],"host":[""],"query":[{"description":{"content":"<p>The email address for the customer.</p>\n","type":"text/plain"},"key":"email","value":"<email>"},{"description":{"content":"<p>Customer first name.</p>\n","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"<p>Customer last name.</p>\n","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"<p>Customer login name.</p>\n","type":"text/plain"},"key":"username","value":"<string>"},{"description":{"content":"<p>Customer password.</p>\n","type":"text/plain"},"key":"password","value":"<string>"},{"description":{"content":"<p>List of billing address data.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>List of shipping address data.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"c0d19193-608c-4896-9495-7be1ed808e99","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce42fc14-9eb0-4b1d-ab78-a3601a2bce2a","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f79ba7c8-d3c6-40d6-97ce-0fa3e828679a","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/customers/batch?email=<email>&first_name=<string>&last_name=<string>&username=<string>&password=<string>&billing=<string>&shipping=<string>&meta_data=<string>","host":[""],"path":["wc","v3","customers","batch"],"query":[{"key":"email","value":"<email>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"username","value":"<string>"},{"key":"password","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d1ace90-2049-44be-9fd7-c33ef571e0aa"}],"id":"1afc76a0-45f8-41dc-841a-17c83eeeb452","_postman_id":"1afc76a0-45f8-41dc-841a-17c83eeeb452","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/customers","id":"3d19b4ae-8aca-435c-9c79-5c8450791c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/customers?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&email=<email>&role=customer&role=customer","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific IDs.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Limit result set to resources with a specific email.</p>\n","type":"text/plain"},"key":"email","value":"<email>"},{"description":{"content":"<p>Limit result set to resources with a specific role.</p>\n","type":"text/plain"},"key":"role","value":"customer"},{"description":{"content":"<p>Limit result set to resources with a specific role.</p>\n","type":"text/plain"},"key":"role","value":"customer"}],"variable":[]}},"response":[{"id":"074cf7e1-2151-489d-8a97-f7e4621b9e56","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&email=<email>&role=customer&role=customer","host":[""],"path":["wc","v3","customers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"email","value":"<email>"},{"key":"role","value":"customer"},{"key":"role","value":"customer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"310c746d-921e-47b2-8950-1b134509f17c","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&email=<email>&role=customer&role=customer","host":[""],"path":["wc","v3","customers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"email","value":"<email>"},{"key":"role","value":"customer"},{"key":"role","value":"customer"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9bc145c-4cda-46db-a500-675e1b5e38c6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&email=<email>&role=customer&role=customer","host":[""],"path":["wc","v3","customers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"email","value":"<email>"},{"key":"role","value":"customer"},{"key":"role","value":"customer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d19b4ae-8aca-435c-9c79-5c8450791c9f"},{"name":"/wc/v3/customers","id":"5221a2a9-74c2-4a3a-bd7d-22c1b5207e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":"<p>New user email address.</p>\n","type":"text"},{"key":"first_name","value":"<string>","description":"<p>Customer first name.</p>\n","type":"text"},{"key":"last_name","value":"<string>","description":"<p>Customer last name.</p>\n","type":"text"},{"key":"username","value":"<string>","description":"<p>New user username.</p>\n","type":"text"},{"key":"password","value":"<string>","description":"<p>New user password.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>List of billing address data.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>List of shipping address data.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/customers","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3144df0b-30f3-476c-8267-c12b67359b86","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48a33886-9cc3-4533-857c-9f86cfed0f8a","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d81c5d3c-3b9a-4cc6-a81a-d2e2e73aa60b","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5221a2a9-74c2-4a3a-bd7d-22c1b5207e60"},{"name":"/wc/v3/customers Copy","id":"c8fcc32f-8ea7-49be-9b68-371f8c95520e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":"<p>New user email address.</p>\n","type":"text"},{"key":"first_name","value":"<string>","description":"<p>Customer first name.</p>\n","type":"text"},{"key":"last_name","value":"<string>","description":"<p>Customer last name.</p>\n","type":"text"},{"key":"username","value":"<string>","description":"<p>New user username.</p>\n","type":"text"},{"key":"password","value":"<string>","description":"<p>New user password.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>List of billing address data.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>List of shipping address data.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/customers","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"266e5927-fcd6-40cc-b614-55e6a1641406","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"28d545ad-007d-4097-b299-544d0f44b6c1","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2c5fde27-933a-4126-a6b7-75af2f683d48","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"<string>","description":{"content":"New user email address.","type":"text/plain"},"type":"text"},{"key":"first_name","value":"<string>","description":{"content":"Customer first name.","type":"text/plain"},"type":"text"},{"key":"last_name","value":"<string>","description":{"content":"Customer last name.","type":"text/plain"},"type":"text"},{"key":"username","value":"<string>","description":{"content":"New user username.","type":"text/plain"},"type":"text"},{"key":"password","value":"<string>","description":{"content":"New user password.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"List of billing address data.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"List of shipping address data.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/customers"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8fcc32f-8ea7-49be-9b68-371f8c95520e"},{"name":"/wc/v3/customers/:customer_id/downloads","id":"0d7c5a07-1a9d-433e-bb12-acfff70d75ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/customers/:customer_id/downloads?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","customers",":customer_id","downloads"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"b21fca66-2468-4f50-ad29-f86ca91e9a9d","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"customer_id"}]}},"response":[{"id":"443e29a8-18ed-4e71-baaf-ddf87afed7cf","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:customer_id/downloads?context=view&context=view","host":[""],"path":["wc","v3","customers",":customer_id","downloads"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"customer_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d23f054b-333b-46ae-9d7a-e656eaa4bc8c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:customer_id/downloads?context=view&context=view","host":[""],"path":["wc","v3","customers",":customer_id","downloads"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"customer_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eaeaabae-2fb6-471e-a013-739de36faa12","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/customers/:customer_id/downloads?context=view&context=view","host":[""],"path":["wc","v3","customers",":customer_id","downloads"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"customer_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d7c5a07-1a9d-433e-bb12-acfff70d75ee"}],"id":"77d7f059-9a13-4cf8-873a-50ff89f5d1d4","_postman_id":"77d7f059-9a13-4cf8-873a-50ff89f5d1d4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"orders","item":[{"name":"{order id}","item":[{"name":"notes","item":[{"name":"{id}","item":[{"name":"/wc/v3/orders/:order_id/notes/:id","id":"7fd1dd00-d26d-441a-9e32-2cc588ae03a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders/:order_id/notes/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","notes",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"79a587e7-68a3-48db-af39-376aee472573","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"9b7cdf2b-eb98-4f6c-80e6-a0bbf99c4819","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"4672b787-0117-4266-beee-2c6960fa398a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a0b5142a-fc1f-48d4-ae73-44de62353bc6","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c96d1988-a780-4a32-b332-192523815b36","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fd1dd00-d26d-441a-9e32-2cc588ae03a8"},{"name":"/wc/v3/orders/:order_id/notes/:id","id":"4c229b26-d457-4fd0-9722-7caa53ca617a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/orders/:order_id/notes/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","notes",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"9d0fa0f3-4520-478a-a2b5-66dbd2a55666","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"8d402b57-15ac-4769-bb33-51fa69037c25","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"8a4bde44-8ec3-494c-b012-4c2184951e92","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d274070f-9736-4b48-a205-a1c6043a52b7","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe274f77-f5e4-437e-865a-b825ffffc994","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","notes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c229b26-d457-4fd0-9722-7caa53ca617a"}],"id":"868a1421-dca9-4274-935f-96bcdbdcbd48","_postman_id":"868a1421-dca9-4274-935f-96bcdbdcbd48","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/orders/:order_id/notes","id":"94dcc7fe-135d-4437-a57f-7bae306c9a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders/:order_id/notes?context=view&context=view&type=any&type=any","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","notes"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Limit result to customers or internal notes.</p>\n","type":"text/plain"},"key":"type","value":"any"},{"description":{"content":"<p>Limit result to customers or internal notes.</p>\n","type":"text/plain"},"key":"type","value":"any"}],"variable":[{"id":"acddb3cb-bd6e-4ab7-81b4-4d6b69cf7204","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"1f6218f8-858e-4c3c-b9c5-bd088ee49fd8","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes?context=view&context=view&type=any&type=any","host":[""],"path":["wc","v3","orders",":order_id","notes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"type","value":"any"},{"key":"type","value":"any"}],"variable":[{"key":"order_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"40f44185-cd0a-4311-835b-c549b9e6ad1b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes?context=view&context=view&type=any&type=any","host":[""],"path":["wc","v3","orders",":order_id","notes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"type","value":"any"},{"key":"type","value":"any"}],"variable":[{"key":"order_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f85c9f09-7dd3-482e-8e7f-0874d39a5491","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/notes?context=view&context=view&type=any&type=any","host":[""],"path":["wc","v3","orders",":order_id","notes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"type","value":"any"},{"key":"type","value":"any"}],"variable":[{"key":"order_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94dcc7fe-135d-4437-a57f-7bae306c9a0b"},{"name":"/wc/v3/orders/:order_id/notes","id":"95362cab-0847-4a46-a153-356505732f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"note","value":"<string>","description":"<p>Order note content.</p>\n","type":"text"},{"key":"customer_note","value":"<string>","description":"<p>If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only.</p>\n","type":"text"},{"key":"added_by_user","value":"<string>","description":"<p>If true, this note will be attributed to the current user. If false, the note will be attributed to the system.</p>\n","type":"text"}]},"url":"/wc/v3/orders/:order_id/notes","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","notes"],"host":[""],"query":[],"variable":[{"id":"ac9926e0-447c-4247-b583-ff6ccdf67348","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"44384360-218a-4f5a-982c-bb22c87ba0b3","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"note","value":"<string>","description":{"content":"Order note content.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"},{"key":"added_by_user","value":"<string>","description":{"content":"If true, this note will be attributed to the current user. If false, the note will be attributed to the system.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/notes","host":[""],"path":["wc","v3","orders",":order_id","notes"],"variable":[{"key":"order_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"92fd2762-fd3f-4f6c-9536-c335d0e1264f","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"note","value":"<string>","description":{"content":"Order note content.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"},{"key":"added_by_user","value":"<string>","description":{"content":"If true, this note will be attributed to the current user. If false, the note will be attributed to the system.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/notes","host":[""],"path":["wc","v3","orders",":order_id","notes"],"variable":[{"key":"order_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"990c373e-3dea-4d21-b174-b9f1d3932685","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"note","value":"<string>","description":{"content":"Order note content.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"},{"key":"added_by_user","value":"<string>","description":{"content":"If true, this note will be attributed to the current user. If false, the note will be attributed to the system.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/notes","host":[""],"path":["wc","v3","orders",":order_id","notes"],"variable":[{"key":"order_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95362cab-0847-4a46-a153-356505732f91"}],"id":"30559fc0-e707-4435-9be4-063ac78817f3","_postman_id":"30559fc0-e707-4435-9be4-063ac78817f3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"refunds","item":[{"name":"{id}","item":[{"name":"/wc/v3/orders/:order_id/refunds/:id","id":"ecdb4149-e97a-4790-b005-e10c5f3af817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders/:order_id/refunds/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","refunds",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"0d2d2f6e-8898-4e87-8ece-77f7be196485","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"},{"id":"b53411b4-81f9-49e8-8091-339a3419f153","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"52f75fd3-2e8e-4049-8047-6f8c113960d0","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ae307fa-2b49-4019-9c96-3f7d0006f220","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a23fd766-bb20-458f-b3f1-d737a1542525","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecdb4149-e97a-4790-b005-e10c5f3af817"},{"name":"/wc/v3/orders/:order_id/refunds/:id","id":"7a23c497-d80f-41ba-87e5-e424ae369e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/orders/:order_id/refunds/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","refunds",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"e31084e8-efd0-46ce-b93e-ad156430d214","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"},{"id":"04add180-3eff-483a-9c55-bfbca6e58f9a","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2fc33e61-1903-4dbc-b34d-50b3db44f7c8","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"63add412-743b-4e68-9f12-519de77fda04","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aeca01d8-20cf-44a1-9e2d-2067dd55d44e","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds/:id?force=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"order_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a23c497-d80f-41ba-87e5-e424ae369e89"}],"id":"87d2e46e-9edf-483f-8897-a73b7ae9a254","_postman_id":"87d2e46e-9edf-483f-8897-a73b7ae9a254","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/orders/:order_id/refunds","id":"e087c5b5-ed60-436c-ab06-10b74ed7b667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders/:order_id/refunds?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&dp=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","refunds"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to those of particular parent IDs.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to all items except those of a particular parent ID.</p>\n","type":"text/plain"},"key":"parent_exclude","value":"<string>"},{"description":{"content":"<p>Number of decimal points to use in each resource.</p>\n","type":"text/plain"},"key":"dp","value":"<string>"}],"variable":[{"id":"7f31ec28-7307-4794-9ffb-5e00681c8282","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"3bb15f6a-bc64-4698-a873-d959626e1c6e","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&dp=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"dp","value":"<string>"}],"variable":[{"key":"order_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"945e0df6-1e71-4fea-8da4-01a278272da4","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&dp=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"dp","value":"<string>"}],"variable":[{"key":"order_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c68aae55-1905-477c-b857-63c448b5ff2d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:order_id/refunds?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&dp=<string>","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"dp","value":"<string>"}],"variable":[{"key":"order_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e087c5b5-ed60-436c-ab06-10b74ed7b667"},{"name":"/wc/v3/orders/:order_id/refunds","id":"ebc7bf3a-a361-4379-90a7-85bd70f4ace2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"<string>","description":"<p>Refund amount.</p>\n","type":"text"},{"key":"reason","value":"<string>","description":"<p>Reason for refund.</p>\n","type":"text"},{"key":"refunded_by","value":"<string>","description":"<p>User ID of user who created the refund.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"},{"key":"api_refund","value":"<string>","description":"<p>When true, the payment gateway API is used to generate the refund.</p>\n","type":"text"}]},"url":"/wc/v3/orders/:order_id/refunds","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":order_id","refunds"],"host":[""],"query":[],"variable":[{"id":"081f562b-d5e8-4055-8609-177e9dd4341f","description":{"content":"<p>(Required) The order ID.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"order_id"}]}},"response":[{"id":"4ed9f6c9-a2d9-4f81-a571-ee06e960bca5","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"<string>","description":{"content":"Refund amount.","type":"text/plain"},"type":"text"},{"key":"reason","value":"<string>","description":{"content":"Reason for refund.","type":"text/plain"},"type":"text"},{"key":"refunded_by","value":"<string>","description":{"content":"User ID of user who created the refund.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"api_refund","value":"<string>","description":{"content":"When true, the payment gateway API is used to generate the refund.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/refunds","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"variable":[{"key":"order_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4822bb0-de1b-4383-b451-ac5aaf939675","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"<string>","description":{"content":"Refund amount.","type":"text/plain"},"type":"text"},{"key":"reason","value":"<string>","description":{"content":"Reason for refund.","type":"text/plain"},"type":"text"},{"key":"refunded_by","value":"<string>","description":{"content":"User ID of user who created the refund.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"api_refund","value":"<string>","description":{"content":"When true, the payment gateway API is used to generate the refund.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/refunds","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"variable":[{"key":"order_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd24a83b-6bad-4ef5-b501-6f4289200116","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"<string>","description":{"content":"Refund amount.","type":"text/plain"},"type":"text"},{"key":"reason","value":"<string>","description":{"content":"Reason for refund.","type":"text/plain"},"type":"text"},{"key":"refunded_by","value":"<string>","description":{"content":"User ID of user who created the refund.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"api_refund","value":"<string>","description":{"content":"When true, the payment gateway API is used to generate the refund.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/orders/:order_id/refunds","host":[""],"path":["wc","v3","orders",":order_id","refunds"],"variable":[{"key":"order_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebc7bf3a-a361-4379-90a7-85bd70f4ace2"}],"id":"79615ea2-4cd2-4eb5-b93e-14e8d283c01d","_postman_id":"79615ea2-4cd2-4eb5-b93e-14e8d283c01d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}}],"id":"2ed6b386-da43-49bf-8c55-c07c6c9b3def","_postman_id":"2ed6b386-da43-49bf-8c55-c07c6c9b3def","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{id}","item":[{"name":"/wc/v3/orders/:id","id":"ba591cc7-ce6d-4559-933b-bf86de4fa58e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"41b43123-8e3e-4c41-8a77-3d9993b9a04b","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"04ceac61-4b75-4364-8d08-0d87952756a4","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"11d71da1-b474-4a07-9224-ceb470299d55","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"68640b7e-2794-49e1-95bd-a093a29e5dce","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders/:id?context=view&context=view","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba591cc7-ce6d-4559-933b-bf86de4fa58e"},{"name":"/wc/v3/orders/:id","id":"01b996dd-8c65-4c2a-bb1b-ecb4f37daf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":"<p>Parent order ID.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Order status.</p>\n","type":"text"},{"key":"currency","value":"[\"<string>\",\"<string>\"]","description":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text"},{"key":"customer_id","value":"<string>","description":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text"},{"key":"customer_note","value":"<string>","description":"<p>Note left by customer during checkout.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>Billing address.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Shipping address.</p>\n","type":"text"},{"key":"payment_method","value":"<string>","description":"<p>Payment method ID.</p>\n","type":"text"},{"key":"payment_method_title","value":"<string>","description":"<p>Payment method title.</p>\n","type":"text"},{"key":"transaction_id","value":"<string>","description":"<p>Unique transaction ID.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"},{"key":"line_items","value":"<string>","description":"<p>Line items data.</p>\n","type":"text"},{"key":"shipping_lines","value":"<string>","description":"<p>Shipping lines data.</p>\n","type":"text"},{"key":"fee_lines","value":"<string>","description":"<p>Fee lines data.</p>\n","type":"text"},{"key":"coupon_lines","value":"<string>","description":"<p>Coupons line data.</p>\n","type":"text"},{"key":"set_paid","value":"<string>","description":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text"}]},"url":"/wc/v3/orders/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":id"],"host":[""],"query":[],"variable":[{"id":"de06d5cc-685c-4adc-a0f5-5aae67bacb77","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"03775ea9-a592-4d93-b05d-6eeff6d71fb7","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/orders/:id","host":[""],"path":["wc","v3","orders",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91cd8c22-2082-45ec-ab70-81a28a2f49b9","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/orders/:id","host":[""],"path":["wc","v3","orders",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"95b40915-4f41-4aaf-9d6b-fcc8f9bb2eb5","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/orders/:id","host":[""],"path":["wc","v3","orders",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01b996dd-8c65-4c2a-bb1b-ecb4f37daf11"},{"name":"/wc/v3/orders/:id","id":"831d3848-2f00-4950-893f-54e7cd50c535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":id"],"host":[""],"query":[{"description":{"content":"<p>Parent order ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text/plain"},"key":"customer_id","value":"<string>"},{"description":{"content":"<p>Note left by customer during checkout.</p>\n","type":"text/plain"},"key":"customer_note","value":"<string>"},{"description":{"content":"<p>Billing address.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>Shipping address.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Payment method ID.</p>\n","type":"text/plain"},"key":"payment_method","value":"<string>"},{"description":{"content":"<p>Payment method title.</p>\n","type":"text/plain"},"key":"payment_method_title","value":"<string>"},{"description":{"content":"<p>Unique transaction ID.</p>\n","type":"text/plain"},"key":"transaction_id","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"},{"description":{"content":"<p>Line items data.</p>\n","type":"text/plain"},"key":"line_items","value":"<string>"},{"description":{"content":"<p>Shipping lines data.</p>\n","type":"text/plain"},"key":"shipping_lines","value":"<string>"},{"description":{"content":"<p>Fee lines data.</p>\n","type":"text/plain"},"key":"fee_lines","value":"<string>"},{"description":{"content":"<p>Coupons line data.</p>\n","type":"text/plain"},"key":"coupon_lines","value":"<string>"},{"description":{"content":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text/plain"},"key":"set_paid","value":"<string>"}],"variable":[{"id":"9ddbc0b0-635f-456e-9187-9b6963b6171b","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2b93e890-42e0-4948-af06-d02b87388503","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54ac14e9-d484-4af6-b7c4-20394b2dc67b","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b842c2b1-0de9-44ea-9e5d-2cd2afbfdb54","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"831d3848-2f00-4950-893f-54e7cd50c535"},{"name":"/wc/v3/orders/:id","id":"a19d38ba-f63b-4caf-ae5a-b660f59e70f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":id"],"host":[""],"query":[{"description":{"content":"<p>Parent order ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text/plain"},"key":"customer_id","value":"<string>"},{"description":{"content":"<p>Note left by customer during checkout.</p>\n","type":"text/plain"},"key":"customer_note","value":"<string>"},{"description":{"content":"<p>Billing address.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>Shipping address.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Payment method ID.</p>\n","type":"text/plain"},"key":"payment_method","value":"<string>"},{"description":{"content":"<p>Payment method title.</p>\n","type":"text/plain"},"key":"payment_method_title","value":"<string>"},{"description":{"content":"<p>Unique transaction ID.</p>\n","type":"text/plain"},"key":"transaction_id","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"},{"description":{"content":"<p>Line items data.</p>\n","type":"text/plain"},"key":"line_items","value":"<string>"},{"description":{"content":"<p>Shipping lines data.</p>\n","type":"text/plain"},"key":"shipping_lines","value":"<string>"},{"description":{"content":"<p>Fee lines data.</p>\n","type":"text/plain"},"key":"fee_lines","value":"<string>"},{"description":{"content":"<p>Coupons line data.</p>\n","type":"text/plain"},"key":"coupon_lines","value":"<string>"},{"description":{"content":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text/plain"},"key":"set_paid","value":"<string>"}],"variable":[{"id":"0d4a31f2-d369-4891-a068-5586c068755b","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"091406c6-408b-44e7-a383-9ce6954b52e2","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4c84d27-ba4a-46b0-8531-ca3291fe6dd1","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1994afb-c7d6-40af-9965-c8f408a3b3c9","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/:id?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a19d38ba-f63b-4caf-ae5a-b660f59e70f8"},{"name":"/wc/v3/orders/:id","id":"a99b154c-378b-4376-b180-83c266b1b803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/orders/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"d4cbffc2-ac22-4e3e-a8e1-b02bdfec55ff","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2610a815-01b9-4c7e-94bf-900287493678","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:id?force=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"40eacc65-f876-4d2a-b28b-335c5606262a","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:id?force=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8501faf8-0b07-478f-ab7f-48d1a6f2559d","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/orders/:id?force=<string>","host":[""],"path":["wc","v3","orders",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a99b154c-378b-4376-b180-83c266b1b803"}],"id":"f1dc9996-7053-4052-a3b5-24b9039f6584","_postman_id":"f1dc9996-7053-4052-a3b5-24b9039f6584","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/orders/batch","id":"42bdcc34-102f-4940-ae00-344a1157ad99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":"<p>Parent order ID.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Order status.</p>\n","type":"text"},{"key":"currency","value":"[\"<string>\",\"<string>\"]","description":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text"},{"key":"customer_id","value":"<string>","description":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text"},{"key":"customer_note","value":"<string>","description":"<p>Note left by customer during checkout.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>Billing address.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Shipping address.</p>\n","type":"text"},{"key":"payment_method","value":"<string>","description":"<p>Payment method ID.</p>\n","type":"text"},{"key":"payment_method_title","value":"<string>","description":"<p>Payment method title.</p>\n","type":"text"},{"key":"transaction_id","value":"<string>","description":"<p>Unique transaction ID.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"},{"key":"line_items","value":"<string>","description":"<p>Line items data.</p>\n","type":"text"},{"key":"shipping_lines","value":"<string>","description":"<p>Shipping lines data.</p>\n","type":"text"},{"key":"fee_lines","value":"<string>","description":"<p>Fee lines data.</p>\n","type":"text"},{"key":"coupon_lines","value":"<string>","description":"<p>Coupons line data.</p>\n","type":"text"},{"key":"set_paid","value":"<string>","description":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text"}]},"url":"/wc/v3/orders/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"9c8365a5-8d59-45c3-a848-d7692f4a0979","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/orders/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a8f5cdbe-eec3-460f-9a1b-a2b8ed965cf4","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/orders/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fc3e91b8-8b5b-4657-8670-092714597cb1","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/orders/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42bdcc34-102f-4940-ae00-344a1157ad99"},{"name":"/wc/v3/orders/batch","id":"862ab25f-c40f-43df-9de9-a7f15940734f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders","batch"],"host":[""],"query":[{"description":{"content":"<p>Parent order ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text/plain"},"key":"customer_id","value":"<string>"},{"description":{"content":"<p>Note left by customer during checkout.</p>\n","type":"text/plain"},"key":"customer_note","value":"<string>"},{"description":{"content":"<p>Billing address.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>Shipping address.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Payment method ID.</p>\n","type":"text/plain"},"key":"payment_method","value":"<string>"},{"description":{"content":"<p>Payment method title.</p>\n","type":"text/plain"},"key":"payment_method_title","value":"<string>"},{"description":{"content":"<p>Unique transaction ID.</p>\n","type":"text/plain"},"key":"transaction_id","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"},{"description":{"content":"<p>Line items data.</p>\n","type":"text/plain"},"key":"line_items","value":"<string>"},{"description":{"content":"<p>Shipping lines data.</p>\n","type":"text/plain"},"key":"shipping_lines","value":"<string>"},{"description":{"content":"<p>Fee lines data.</p>\n","type":"text/plain"},"key":"fee_lines","value":"<string>"},{"description":{"content":"<p>Coupons line data.</p>\n","type":"text/plain"},"key":"coupon_lines","value":"<string>"},{"description":{"content":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text/plain"},"key":"set_paid","value":"<string>"}],"variable":[]}},"response":[{"id":"2188a94e-0084-4628-a54a-3391c4588ec3","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f32c338-6ed1-43ca-b724-fb16ba354afe","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88fee1db-3325-4d94-88ef-aa61136b89e0","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"862ab25f-c40f-43df-9de9-a7f15940734f"},{"name":"/wc/v3/orders/batch","id":"3e11893a-231c-4fd6-9f6e-4f468a13876d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders","batch"],"host":[""],"query":[{"description":{"content":"<p>Parent order ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Order status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"description":{"content":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text/plain"},"key":"customer_id","value":"<string>"},{"description":{"content":"<p>Note left by customer during checkout.</p>\n","type":"text/plain"},"key":"customer_note","value":"<string>"},{"description":{"content":"<p>Billing address.</p>\n","type":"text/plain"},"key":"billing","value":"<string>"},{"description":{"content":"<p>Shipping address.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Payment method ID.</p>\n","type":"text/plain"},"key":"payment_method","value":"<string>"},{"description":{"content":"<p>Payment method title.</p>\n","type":"text/plain"},"key":"payment_method_title","value":"<string>"},{"description":{"content":"<p>Unique transaction ID.</p>\n","type":"text/plain"},"key":"transaction_id","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"},{"description":{"content":"<p>Line items data.</p>\n","type":"text/plain"},"key":"line_items","value":"<string>"},{"description":{"content":"<p>Shipping lines data.</p>\n","type":"text/plain"},"key":"shipping_lines","value":"<string>"},{"description":{"content":"<p>Fee lines data.</p>\n","type":"text/plain"},"key":"fee_lines","value":"<string>"},{"description":{"content":"<p>Coupons line data.</p>\n","type":"text/plain"},"key":"coupon_lines","value":"<string>"},{"description":{"content":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text/plain"},"key":"set_paid","value":"<string>"}],"variable":[]}},"response":[{"id":"0501277b-7482-4058-8c44-e4a289381437","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f268e1d-1244-4296-943b-f0da5db1c9f6","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8657e484-fb4c-4d4e-ae6d-efa0230452ee","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/orders/batch?parent_id=<string>&status=<string>&status=<string>&currency=<string>&currency=<string>&customer_id=<string>&customer_note=<string>&billing=<string>&shipping=<string>&payment_method=<string>&payment_method_title=<string>&transaction_id=<string>&meta_data=<string>&line_items=<string>&shipping_lines=<string>&fee_lines=<string>&coupon_lines=<string>&set_paid=<string>","host":[""],"path":["wc","v3","orders","batch"],"query":[{"key":"parent_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"currency","value":"<string>"},{"key":"customer_id","value":"<string>"},{"key":"customer_note","value":"<string>"},{"key":"billing","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"payment_method","value":"<string>"},{"key":"payment_method_title","value":"<string>"},{"key":"transaction_id","value":"<string>"},{"key":"meta_data","value":"<string>"},{"key":"line_items","value":"<string>"},{"key":"shipping_lines","value":"<string>"},{"key":"fee_lines","value":"<string>"},{"key":"coupon_lines","value":"<string>"},{"key":"set_paid","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e11893a-231c-4fd6-9f6e-4f468a13876d"}],"id":"5ebbc916-5bb0-4bce-bfce-922b883ae88e","_postman_id":"5ebbc916-5bb0-4bce-bfce-922b883ae88e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/orders","id":"cdae604b-3f5c-48d8-879a-c4414f51871a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/orders?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&status=<string>&customer=<string>&product=<string>&dp=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to those of particular parent IDs.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to all items except those of a particular parent ID.</p>\n","type":"text/plain"},"key":"parent_exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to orders which have specific statuses.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Limit result set to orders assigned a specific customer.</p>\n","type":"text/plain"},"key":"customer","value":"<string>"},{"description":{"content":"<p>Limit result set to orders assigned a specific product.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Number of decimal points to use in each resource.</p>\n","type":"text/plain"},"key":"dp","value":"<string>"}],"variable":[]}},"response":[{"id":"28fa164f-3355-4c00-86b3-5cac676ff70a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&status=<string>&customer=<string>&product=<string>&dp=<string>","host":[""],"path":["wc","v3","orders"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"status","value":"<string>"},{"key":"customer","value":"<string>"},{"key":"product","value":"<string>"},{"key":"dp","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f242292-6482-4be3-afe6-77b9193ee892","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&status=<string>&customer=<string>&product=<string>&dp=<string>","host":[""],"path":["wc","v3","orders"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"status","value":"<string>"},{"key":"customer","value":"<string>"},{"key":"product","value":"<string>"},{"key":"dp","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"afcdef66-c3f0-42c4-8413-4e22d25e7fb4","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/orders?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&status=<string>&customer=<string>&product=<string>&dp=<string>","host":[""],"path":["wc","v3","orders"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"status","value":"<string>"},{"key":"customer","value":"<string>"},{"key":"product","value":"<string>"},{"key":"dp","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdae604b-3f5c-48d8-879a-c4414f51871a"},{"name":"/wc/v3/orders","id":"5e6b17b5-1fe4-44f8-8494-fe741eb83c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":"<p>Parent order ID.</p>\n","type":"text"},{"key":"status","value":"[\"pending\",\"pending\"]","description":"<p>Order status.</p>\n","type":"text"},{"key":"currency","value":"[\"USD\",\"USD\"]","description":"<p>Currency the order was created with, in ISO format.</p>\n","type":"text"},{"key":"customer_id","value":"<string>","description":"<p>User ID who owns the order. 0 for guests.</p>\n","type":"text"},{"key":"customer_note","value":"<string>","description":"<p>Note left by customer during checkout.</p>\n","type":"text"},{"key":"billing","value":"<string>","description":"<p>Billing address.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Shipping address.</p>\n","type":"text"},{"key":"payment_method","value":"<string>","description":"<p>Payment method ID.</p>\n","type":"text"},{"key":"payment_method_title","value":"<string>","description":"<p>Payment method title.</p>\n","type":"text"},{"key":"transaction_id","value":"<string>","description":"<p>Unique transaction ID.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"},{"key":"line_items","value":"<string>","description":"<p>Line items data.</p>\n","type":"text"},{"key":"shipping_lines","value":"<string>","description":"<p>Shipping lines data.</p>\n","type":"text"},{"key":"fee_lines","value":"<string>","description":"<p>Fee lines data.</p>\n","type":"text"},{"key":"coupon_lines","value":"<string>","description":"<p>Coupons line data.</p>\n","type":"text"},{"key":"set_paid","value":"<string>","description":"<p>Define if the order is paid. It will set the status to processing and reduce stock items.</p>\n","type":"text"}]},"url":"/wc/v3/orders","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","orders"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3170f549-59e4-4002-9670-54a94257e3ba","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":{"content":"Parent order ID.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"pending\",\"pending\"]","description":{"content":"Order status.","type":"text/plain"},"type":"text"},{"key":"currency","value":"[\"USD\",\"USD\"]","description":{"content":"Currency the order was created with, in ISO format.","type":"text/plain"},"type":"text"},{"key":"customer_id","value":"<string>","description":{"content":"User ID who owns the order. 0 for guests.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"Note left by customer during checkout.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"Billing address.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Shipping address.","type":"text/plain"},"type":"text"},{"key":"payment_method","value":"<string>","description":{"content":"Payment method ID.","type":"text/plain"},"type":"text"},{"key":"payment_method_title","value":"<string>","description":{"content":"Payment method title.","type":"text/plain"},"type":"text"},{"key":"transaction_id","value":"<string>","description":{"content":"Unique transaction ID.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"line_items","value":"<string>","description":{"content":"Line items data.","type":"text/plain"},"type":"text"},{"key":"shipping_lines","value":"<string>","description":{"content":"Shipping lines data.","type":"text/plain"},"type":"text"},{"key":"fee_lines","value":"<string>","description":{"content":"Fee lines data.","type":"text/plain"},"type":"text"},{"key":"coupon_lines","value":"<string>","description":{"content":"Coupons line data.","type":"text/plain"},"type":"text"},{"key":"set_paid","value":"<string>","description":{"content":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5da5b219-54a8-498b-a6be-975041f7e015","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":{"content":"Parent order ID.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"pending\",\"pending\"]","description":{"content":"Order status.","type":"text/plain"},"type":"text"},{"key":"currency","value":"[\"USD\",\"USD\"]","description":{"content":"Currency the order was created with, in ISO format.","type":"text/plain"},"type":"text"},{"key":"customer_id","value":"<string>","description":{"content":"User ID who owns the order. 0 for guests.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"Note left by customer during checkout.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"Billing address.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Shipping address.","type":"text/plain"},"type":"text"},{"key":"payment_method","value":"<string>","description":{"content":"Payment method ID.","type":"text/plain"},"type":"text"},{"key":"payment_method_title","value":"<string>","description":{"content":"Payment method title.","type":"text/plain"},"type":"text"},{"key":"transaction_id","value":"<string>","description":{"content":"Unique transaction ID.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"line_items","value":"<string>","description":{"content":"Line items data.","type":"text/plain"},"type":"text"},{"key":"shipping_lines","value":"<string>","description":{"content":"Shipping lines data.","type":"text/plain"},"type":"text"},{"key":"fee_lines","value":"<string>","description":{"content":"Fee lines data.","type":"text/plain"},"type":"text"},{"key":"coupon_lines","value":"<string>","description":{"content":"Coupons line data.","type":"text/plain"},"type":"text"},{"key":"set_paid","value":"<string>","description":{"content":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/orders"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cf527d97-08b7-4088-9967-503c9ea1c500","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"parent_id","value":"<string>","description":{"content":"Parent order ID.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"pending\",\"pending\"]","description":{"content":"Order status.","type":"text/plain"},"type":"text"},{"key":"currency","value":"[\"USD\",\"USD\"]","description":{"content":"Currency the order was created with, in ISO format.","type":"text/plain"},"type":"text"},{"key":"customer_id","value":"<string>","description":{"content":"User ID who owns the order. 0 for guests.","type":"text/plain"},"type":"text"},{"key":"customer_note","value":"<string>","description":{"content":"Note left by customer during checkout.","type":"text/plain"},"type":"text"},{"key":"billing","value":"<string>","description":{"content":"Billing address.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Shipping address.","type":"text/plain"},"type":"text"},{"key":"payment_method","value":"<string>","description":{"content":"Payment method ID.","type":"text/plain"},"type":"text"},{"key":"payment_method_title","value":"<string>","description":{"content":"Payment method title.","type":"text/plain"},"type":"text"},{"key":"transaction_id","value":"<string>","description":{"content":"Unique transaction ID.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"},{"key":"line_items","value":"<string>","description":{"content":"Line items data.","type":"text/plain"},"type":"text"},{"key":"shipping_lines","value":"<string>","description":{"content":"Shipping lines data.","type":"text/plain"},"type":"text"},{"key":"fee_lines","value":"<string>","description":{"content":"Fee lines data.","type":"text/plain"},"type":"text"},{"key":"coupon_lines","value":"<string>","description":{"content":"Coupons line data.","type":"text/plain"},"type":"text"},{"key":"set_paid","value":"<string>","description":{"content":"Define if the order is paid. It will set the status to processing and reduce stock items.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e6b17b5-1fe4-44f8-8494-fe741eb83c09"}],"id":"c4a4a3ee-30be-44a9-a704-7444e15d5f02","_postman_id":"c4a4a3ee-30be-44a9-a704-7444e15d5f02","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"products","item":[{"name":"attributes","item":[{"name":"{attribute id}/terms","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/attributes/:attribute_id/terms/:id","id":"4fd00d63-892c-41b8-aa34-e9504be7ce1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"ee6d7185-e686-4062-9d01-360d00e79e06","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"1124d7b5-5488-4423-bd15-4866814cd815","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"0882c1e6-4e54-4605-a075-32837deac53e","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"703c2ce4-6ec2-465a-84b1-82bfb6b3cfe4","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89548121-3a2d-49c9-8508-d125431503b6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fd00d63-892c-41b8-aa34-e9504be7ce1f"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/:id","id":"0823d6bd-a9fc-46b3-be4e-48b2cadfbc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Term name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes/:attribute_id/terms/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"host":[""],"query":[],"variable":[{"id":"313e9220-2b99-472a-8359-5cda7d5c6503","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"3ba022dc-df64-4dfd-87d9-a4298343520a","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"294a26d1-29d3-4c7c-9283-f3ee645c7ca5","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5483c1b4-cde0-4aab-92c1-0579cca390b0","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5ca247ed-3aac-4818-8d9e-6b3ce689798e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0823d6bd-a9fc-46b3-be4e-48b2cadfbc9f"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/:id","id":"6f588f57-60dc-4aa4-ae2f-d5d3339371ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"host":[""],"query":[{"description":{"content":"<p>Term name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"3c4e6ab9-9fa3-4645-b2b9-9093846428a6","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"170525af-9614-4405-8044-90443ca32a22","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"2acc3141-4e72-4587-a57d-b0b14a3e6118","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d54a27b-02e8-4695-827c-3be1ff482212","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b924c771-c5bb-4d45-bb5b-e4a3b88f95ad","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f588f57-60dc-4aa4-ae2f-d5d3339371ff"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/:id","id":"25ee5053-769c-4d9a-8582-ea03ae8eedb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"host":[""],"query":[{"description":{"content":"<p>Term name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"e8bab827-1a9c-471d-ae16-7ee15cc1b881","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"8c60b921-7db8-4c15-99b8-ebbd9454679a","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"24071ff7-7d83-472e-8b61-8e5c6520648f","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac384c21-c1e7-4bdd-8c26-df8ec0e2eaf7","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea288ec5-d81a-4fef-beeb-2966c6922f4c","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25ee5053-769c-4d9a-8582-ea03ae8eedb4"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/:id","id":"12c34d8e-3217-4511-b146-f690f44044b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"e7c8f781-5a96-4c36-9a7f-47a6b3a96b92","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"ac6fdb24-ad3e-4b14-9919-8ee140cab924","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"814b50aa-bc99-4ebc-b52b-18ce7df7253c","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83a33e19-40e6-4bf2-a689-84f205c88dd8","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db41570e-a03a-4eba-a66f-6de8c4916eaf","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"attribute_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12c34d8e-3217-4511-b146-f690f44044b7"}],"id":"41a3980e-57dc-4ccf-975c-eca49b143db1","_postman_id":"41a3980e-57dc-4ccf-975c-eca49b143db1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/attributes/:attribute_id/terms/batch","id":"f2cb67f5-5ca4-4222-9db7-b2d3a6a9a5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Term name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes/:attribute_id/terms/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"host":[""],"query":[],"variable":[{"id":"0ee48f75-490d-4c5c-950b-72c04c2db07f","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"0a4e99cc-fe05-4ff8-b678-884afc044866","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"variable":[{"key":"attribute_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"465f7470-934d-48ae-8562-4b83645bcb4e","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"variable":[{"key":"attribute_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff6e1d9d-b6c0-4c38-b143-b17eedccc47c","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"variable":[{"key":"attribute_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2cb67f5-5ca4-4222-9db7-b2d3a6a9a5fa"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/batch","id":"7f7010d5-09db-45f0-bb76-53f07fdcd6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"host":[""],"query":[{"description":{"content":"<p>Term name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"4f670a35-34aa-4bd1-859d-f3943b020978","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"0dbbe52d-923c-402f-bc3b-8dbec52c7991","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5000e53a-32f0-48c1-8bae-6f302c5fcb34","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eb4d4bff-dff6-4f40-a05f-d22aa46e5edd","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f7010d5-09db-45f0-bb76-53f07fdcd6e7"},{"name":"/wc/v3/products/attributes/:attribute_id/terms/batch","id":"89901a74-424d-40a2-a074-610c3d1df9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"host":[""],"query":[{"description":{"content":"<p>Term name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"65434185-4867-4e14-9b08-e929e7583dea","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"2badf54c-b007-478c-a2ca-e4cb3446e865","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d72e48d-18e9-42d5-92d6-99d8a129e597","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6a8bdc7-9dd5-4db2-ac80-bc4cff6d0c95","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms/batch?name=<string>&slug=<string>&description=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89901a74-424d-40a2-a074-610c3d1df9b5"}],"id":"1e7afa8e-c508-432c-9d44-b897b1dc81c7","_postman_id":"1e7afa8e-c508-432c-9d44-b897b1dc81c7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/attributes/:attribute_id/terms","id":"f076eb29-fb51-498d-bf49-7d7a88c0530a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/attributes/:attribute_id/terms?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Whether to hide resources not assigned to any products.</p>\n","type":"text/plain"},"key":"hide_empty","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific parent.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific product.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Limit result set to resources with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"}],"variable":[{"id":"942b4134-42b9-43ac-aa26-6d4b0003e7d7","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"135a4f7e-f3a2-4bda-8450-fdaa223d5956","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4339bcc6-d53c-46c4-91c6-4a0ae8f21e28","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bed57451-e2bd-4519-b1f1-ccefc3727133","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}],"variable":[{"key":"attribute_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f076eb29-fb51-498d-bf49-7d7a88c0530a"},{"name":"/wc/v3/products/attributes/:attribute_id/terms","id":"df242915-4dc7-42b1-8dde-f84bcd9ab91e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Name for the resource.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes/:attribute_id/terms","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":attribute_id","terms"],"host":[""],"query":[],"variable":[{"id":"1da62a2d-c980-44dd-978f-4a37b6e2c1d8","description":{"content":"<p>(Required) Unique identifier for the attribute of the terms.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"attribute_id"}]}},"response":[{"id":"14b165fc-7f31-419e-b5aa-cae5ce64f58c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"variable":[{"key":"attribute_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"396e7e5a-d2e0-4878-81eb-4e9f1a493cf1","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"variable":[{"key":"attribute_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e322dae-bf97-45ee-892f-6ee7aa75a3ac","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/attributes/:attribute_id/terms","host":[""],"path":["wc","v3","products","attributes",":attribute_id","terms"],"variable":[{"key":"attribute_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df242915-4dc7-42b1-8dde-f84bcd9ab91e"}],"id":"0bdd382d-fc74-49f2-9ea1-400bdb63793d","_postman_id":"0bdd382d-fc74-49f2-9ea1-400bdb63793d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{id}","item":[{"name":"/wc/v3/products/attributes/:id","id":"327a045b-8630-47ae-bf17-95b49065c7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/attributes/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"8283188c-b2a5-4be5-9c51-01bd5baf313a","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"044cfc08-3172-4f35-a669-9765094c2272","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"19bd03c9-84c9-4732-a30b-983dcbe0c313","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd905ab9-bfbc-4061-9156-34c4ba77f557","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"327a045b-8630-47ae-bf17-95b49065c7e2"},{"name":"/wc/v3/products/attributes/:id","id":"ab90f94a-75b5-4266-b772-c38d7e6fd297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Attribute name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":"<p>Type of attribute.</p>\n","type":"text"},{"key":"order_by","value":"[\"<string>\",\"<string>\"]","description":"<p>Default sort order.</p>\n","type":"text"},{"key":"has_archives","value":"<string>","description":"<p>Enable/Disable attribute archives.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":id"],"host":[""],"query":[],"variable":[{"id":"b81507cd-e2f8-409c-9645-fe2273166955","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"0eb2b3a8-62fa-4a72-85ac-931cd82c4252","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:id","host":[""],"path":["wc","v3","products","attributes",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4e5e7ebe-e209-4ec1-a6e9-cc54e34e1a3c","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:id","host":[""],"path":["wc","v3","products","attributes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ab2e304a-e890-49f7-aaeb-6177c6435adf","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/attributes/:id","host":[""],"path":["wc","v3","products","attributes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab90f94a-75b5-4266-b772-c38d7e6fd297"},{"name":"/wc/v3/products/attributes/:id","id":"3b0b05ff-485a-4bdd-833d-3df0f0e9b553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":id"],"host":[""],"query":[{"description":{"content":"<p>Attribute name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Enable/Disable attribute archives.</p>\n","type":"text/plain"},"key":"has_archives","value":"<string>"}],"variable":[{"id":"cefb2517-eca0-454c-acf1-0d80cbf5e2d9","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"097deb6a-48c2-446b-8a98-05f083343be7","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c461467-453b-48ee-8f4e-2bc354fd3f4a","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f90ce4a-2aab-4096-9efe-8aee1727926e","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b0b05ff-485a-4bdd-833d-3df0f0e9b553"},{"name":"/wc/v3/products/attributes/:id","id":"753d04dd-13d6-438f-bfd0-cdc705d5a3b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":id"],"host":[""],"query":[{"description":{"content":"<p>Attribute name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Enable/Disable attribute archives.</p>\n","type":"text/plain"},"key":"has_archives","value":"<string>"}],"variable":[{"id":"553535a6-71e6-45d1-8589-d0d01b48c534","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"03de4838-2302-488d-ad03-1250d051f94b","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7cd89845-d860-404c-9f41-0bed5f4de696","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8aab8305-a1a3-4909-8d31-885300e4ec62","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"753d04dd-13d6-438f-bfd0-cdc705d5a3b1"},{"name":"/wc/v3/products/attributes/:id","id":"d8b0a06b-5739-4f30-9ca3-89f7ab24b6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/attributes/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"5a039e7b-5827-459a-8265-ea34d05225db","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"335165af-7bee-456b-89d6-3fd614c3c5c4","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac25a092-f247-4d53-9f3e-f9fc23b37f8c","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b7ae0612-6898-4bbb-8aab-2bcfd5c57182","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/attributes/:id?force=<string>","host":[""],"path":["wc","v3","products","attributes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8b0a06b-5739-4f30-9ca3-89f7ab24b6f1"}],"id":"a285e8e5-dd77-49bb-baef-96db3f923dbf","_postman_id":"a285e8e5-dd77-49bb-baef-96db3f923dbf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/attributes/batch","id":"1635db87-e2e0-48c7-b6ae-e5be3f8e1272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Attribute name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":"<p>Type of attribute.</p>\n","type":"text"},{"key":"order_by","value":"[\"<string>\",\"<string>\"]","description":"<p>Default sort order.</p>\n","type":"text"},{"key":"has_archives","value":"<string>","description":"<p>Enable/Disable attribute archives.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2bdf45d6-d817-4f75-b701-232f8b4e1ca6","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/attributes/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"96ea9789-f7f5-46bc-b1bc-f678932a8777","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/attributes/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd85465c-5804-4a9e-8367-6a7c6db227ef","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/attributes/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1635db87-e2e0-48c7-b6ae-e5be3f8e1272"},{"name":"/wc/v3/products/attributes/batch","id":"a4c9e12e-4467-4e55-a9da-774a3c2a3394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes","batch"],"host":[""],"query":[{"description":{"content":"<p>Attribute name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Enable/Disable attribute archives.</p>\n","type":"text/plain"},"key":"has_archives","value":"<string>"}],"variable":[]}},"response":[{"id":"1a85b0a9-c26d-481a-9885-52fe7848ec45","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"68b0727b-44db-4385-b697-18fee3d4bdb5","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"debe134c-f3c3-493c-a8f8-4046ba44568e","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4c9e12e-4467-4e55-a9da-774a3c2a3394"},{"name":"/wc/v3/products/attributes/batch","id":"cb46081d-f938-491c-9db4-85eafc9b6857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes","batch"],"host":[""],"query":[{"description":{"content":"<p>Attribute name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Type of attribute.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Default sort order.</p>\n","type":"text/plain"},"key":"order_by","value":"<string>"},{"description":{"content":"<p>Enable/Disable attribute archives.</p>\n","type":"text/plain"},"key":"has_archives","value":"<string>"}],"variable":[]}},"response":[{"id":"027897ed-1842-4246-8dce-d5b4f6c016d4","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca2f35cf-d511-4649-9e7a-3fa13c752ee7","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"de7006da-93c0-4efa-b1bf-766662a0318a","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/attributes/batch?name=<string>&slug=<string>&type=<string>&type=<string>&order_by=<string>&order_by=<string>&has_archives=<string>","host":[""],"path":["wc","v3","products","attributes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"order_by","value":"<string>"},{"key":"has_archives","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb46081d-f938-491c-9db4-85eafc9b6857"}],"id":"ba5bbcad-6252-478e-a84a-22ebf6d12228","_postman_id":"ba5bbcad-6252-478e-a84a-22ebf6d12228","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/attributes","id":"a2fe8937-4304-47cd-a537-c105d4df8fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/attributes?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"4c8f60ca-6cc1-40a0-964e-58e2d7b2ee85","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes?context=view&context=view","host":[""],"path":["wc","v3","products","attributes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"638dc760-6ecf-46d8-9d80-3d87220f6ac7","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes?context=view&context=view","host":[""],"path":["wc","v3","products","attributes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"65832629-1d36-4983-9c5f-ae38fd8a9fd6","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/attributes?context=view&context=view","host":[""],"path":["wc","v3","products","attributes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2fe8937-4304-47cd-a537-c105d4df8fc7"},{"name":"/wc/v3/products/attributes","id":"0cb9296b-ce31-46f8-8a29-cb44f42d77b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Name for the resource.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"type","value":"[\"select\",\"select\"]","description":"<p>Type of attribute.</p>\n","type":"text"},{"key":"order_by","value":"[\"menu_order\",\"menu_order\"]","description":"<p>Default sort order.</p>\n","type":"text"},{"key":"has_archives","value":"<string>","description":"<p>Enable/Disable attribute archives.</p>\n","type":"text"}]},"url":"/wc/v3/products/attributes","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","attributes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"685398da-9639-4879-a4d7-75b69752e307","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"select\",\"select\"]","description":{"content":"Type of attribute.","type":"text/plain"},"type":"text"},{"key":"order_by","value":"[\"menu_order\",\"menu_order\"]","description":{"content":"Default sort order.","type":"text/plain"},"type":"text"},{"key":"has_archives","value":"<string>","description":{"content":"Enable/Disable attribute archives.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/attributes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75bc5932-a536-4dde-bf4c-a810ea038a06","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"select\",\"select\"]","description":{"content":"Type of attribute.","type":"text/plain"},"type":"text"},{"key":"order_by","value":"[\"menu_order\",\"menu_order\"]","description":{"content":"Default sort order.","type":"text/plain"},"type":"text"},{"key":"has_archives","value":"<string>","description":{"content":"Enable/Disable attribute archives.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/attributes"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"977273ae-9c1c-45a7-b5f9-e8182eaebea2","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"select\",\"select\"]","description":{"content":"Type of attribute.","type":"text/plain"},"type":"text"},{"key":"order_by","value":"[\"menu_order\",\"menu_order\"]","description":{"content":"Default sort order.","type":"text/plain"},"type":"text"},{"key":"has_archives","value":"<string>","description":{"content":"Enable/Disable attribute archives.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cb9296b-ce31-46f8-8a29-cb44f42d77b9"}],"id":"41a22cbc-d555-4ecc-8bf4-53a1d6708a70","_postman_id":"41a22cbc-d555-4ecc-8bf4-53a1d6708a70","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"categories","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/categories/:id","id":"7edaf2c1-08c6-4c48-8dbc-588ee2c50ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/categories/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"7ee8347a-b2c5-480f-8cd3-70924435b63f","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"3e4b9d8d-d9a5-4c7f-b64f-23b45fd8c2a8","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories/:id?context=view&context=view","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6bdd41e9-f430-4e85-80e5-34d0332bf63b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories/:id?context=view&context=view","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"de41e108-fa2d-4c02-954f-cba6b64302e7","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories/:id?context=view&context=view","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7edaf2c1-08c6-4c48-8dbc-588ee2c50ef6"},{"name":"/wc/v3/products/categories/:id","id":"007a2146-e868-4479-b57c-c8e3db7d64f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Category name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"parent","value":"<string>","description":"<p>The ID for the parent of the resource.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"display","value":"[\"<string>\",\"<string>\"]","description":"<p>Category archive display type.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Image data.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/categories/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories",":id"],"host":[""],"query":[],"variable":[{"id":"bc657bc9-fcba-4450-bc9a-bf925df4c0f7","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"5197714c-86d5-4e6c-b5f3-1f1e40f0c2b5","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/categories/:id","host":[""],"path":["wc","v3","products","categories",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce7f8eb9-1ee4-4d56-b78d-8715dace7a2e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/categories/:id","host":[""],"path":["wc","v3","products","categories",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcb51110-5f58-4597-a709-d0f985fb5184","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/categories/:id","host":[""],"path":["wc","v3","products","categories",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"007a2146-e868-4479-b57c-c8e3db7d64f8"},{"name":"/wc/v3/products/categories/:id","id":"e8668517-a29f-4aa3-b6e7-5399d0f5fc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories",":id"],"host":[""],"query":[{"description":{"content":"<p>Category name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The ID for the parent of the resource.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"3d2537ac-f7e4-41be-a04c-b25315c0b172","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"53953f98-eff5-4243-8d2e-e7b1ec5d7c71","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f71a318-c660-43b2-a404-28e38deb44e9","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2a75379-5b21-43fc-a34b-a4928e57772f","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8668517-a29f-4aa3-b6e7-5399d0f5fc2b"},{"name":"/wc/v3/products/categories/:id","id":"a83692c1-17d3-4f9c-b120-fb793ac99813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories",":id"],"host":[""],"query":[{"description":{"content":"<p>Category name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The ID for the parent of the resource.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[{"id":"2c4450b9-3c38-46c4-838b-6f7b67984785","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"372a7323-1cd7-4c47-a67b-ef6422f2962f","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"52583dfd-ea84-44c6-b337-3df1d0cf1719","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"87bfa868-5534-4fa3-8835-6450bbdb7dbd","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/:id?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a83692c1-17d3-4f9c-b120-fb793ac99813"},{"name":"/wc/v3/products/categories/:id","id":"f72732f1-6e62-42fc-8baa-9dbb93fdcb01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/categories/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"353cf405-39a0-4262-b125-1bd6f63185f4","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"340c1492-3be5-4b30-94fb-bf2993b759da","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/categories/:id?force=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70a67a89-ef4d-4b98-af68-88c32c2615b9","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/categories/:id?force=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90253f9d-d121-4fd1-9d8d-833a60a6191e","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/categories/:id?force=<string>","host":[""],"path":["wc","v3","products","categories",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f72732f1-6e62-42fc-8baa-9dbb93fdcb01"}],"id":"3539ecdc-fa85-43b8-9575-becf57771319","_postman_id":"3539ecdc-fa85-43b8-9575-becf57771319","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/categories/batch","id":"cd578652-dec2-4a6d-8812-4d3de99189c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Category name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"parent","value":"<string>","description":"<p>The ID for the parent of the resource.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"display","value":"[\"<string>\",\"<string>\"]","description":"<p>Category archive display type.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Image data.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/categories/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1ad1fffb-c31d-46f4-8ffc-30484d3a0af7","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/categories/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b64dd3d-6d8f-463d-a46e-820d74341ae2","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/categories/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f4935f0-2751-452c-ace0-2f1c4ad1c88c","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/categories/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd578652-dec2-4a6d-8812-4d3de99189c6"},{"name":"/wc/v3/products/categories/batch","id":"c54c2e89-5011-4f51-beef-d400436bd0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories","batch"],"host":[""],"query":[{"description":{"content":"<p>Category name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The ID for the parent of the resource.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[]}},"response":[{"id":"05e7c4e7-8c51-4341-9352-34c04757c323","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9fa25845-ae31-49c2-82d6-dd2954056ddb","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd241e85-1bf1-4e3f-bd57-7b0427e39e7b","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c54c2e89-5011-4f51-beef-d400436bd0b4"},{"name":"/wc/v3/products/categories/batch","id":"4eef0a49-0a08-47d5-a93b-562f50a72cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories","batch"],"host":[""],"query":[{"description":{"content":"<p>Category name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The ID for the parent of the resource.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Category archive display type.</p>\n","type":"text/plain"},"key":"display","value":"<string>"},{"description":{"content":"<p>Image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"}],"variable":[]}},"response":[{"id":"554082d0-5139-4097-981a-a191c1376f41","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"92305dcc-7637-491f-97f2-9790705083e3","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a836ede9-6544-4fd3-8ea3-24cdf687256f","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/categories/batch?name=<string>&slug=<string>&parent=<string>&description=<string>&display=<string>&display=<string>&image=<string>&menu_order=<string>","host":[""],"path":["wc","v3","products","categories","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"description","value":"<string>"},{"key":"display","value":"<string>"},{"key":"display","value":"<string>"},{"key":"image","value":"<string>"},{"key":"menu_order","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4eef0a49-0a08-47d5-a93b-562f50a72cbf"}],"id":"8c3b6fac-8902-4769-a0f6-68212fac583c","_postman_id":"8c3b6fac-8902-4769-a0f6-68212fac583c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/categories","id":"427570b8-0973-4680-a5e8-b443fd992452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/categories?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Whether to hide resources not assigned to any products.</p>\n","type":"text/plain"},"key":"hide_empty","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific parent.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific product.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Limit result set to resources with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"}],"variable":[]}},"response":[{"id":"44062f2b-a93e-4130-adcd-c6219b8db89e","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","categories"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67d51439-8125-4531-b20e-516a087be3f6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","categories"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e31be167-50fc-4ca0-8f00-78d82bf43559","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/categories?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&parent=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","categories"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"parent","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"427570b8-0973-4680-a5e8-b443fd992452"},{"name":"/wc/v3/products/categories","id":"6b8ded49-00ab-439e-884a-8e662c7b8c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Name for the resource.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"parent","value":"<string>","description":"<p>The ID for the parent of the resource.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"},{"key":"display","value":"[\"default\",\"default\"]","description":"<p>Category archive display type.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Image data.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/categories","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","categories"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7ffb693c-0294-4440-8de9-be5284863e61","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"parent","value":"<string>","description":{"content":"The ID for the parent of the resource.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"display","value":"[\"default\",\"default\"]","description":{"content":"Category archive display type.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Image data.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/categories"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"92b7982e-906d-4d0d-bc9d-2e7d5a437f55","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"parent","value":"<string>","description":{"content":"The ID for the parent of the resource.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"display","value":"[\"default\",\"default\"]","description":{"content":"Category archive display type.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Image data.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/categories"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c78502b9-06f0-4e25-8805-037f4bacb342","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Name for the resource.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"An alphanumeric identifier for the resource unique to its type.","type":"text/plain"},"type":"text"},{"key":"parent","value":"<string>","description":{"content":"The ID for the parent of the resource.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"HTML description of the resource.","type":"text/plain"},"type":"text"},{"key":"display","value":"[\"default\",\"default\"]","description":{"content":"Category archive display type.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Image data.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort the resource.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/categories"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b8ded49-00ab-439e-884a-8e662c7b8c4e"}],"id":"f152b28b-52b4-4502-9fce-8613c9396089","_postman_id":"f152b28b-52b4-4502-9fce-8613c9396089","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"reviews","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/reviews/:id","id":"db9c4a75-e4ed-48b2-9213-f92d0aea1c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/reviews/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"0ff2870e-ba6b-4560-bafe-230f35927c49","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"3677e351-8ffc-42b8-b054-50ea3d0aca2a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?context=view&context=view","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5893ff8f-bac9-4086-abe4-c4ee3c44859f","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?context=view&context=view","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6243dd79-43d2-4ba4-9757-3bdc7829967c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?context=view&context=view","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db9c4a75-e4ed-48b2-9213-f92d0aea1c00"},{"name":"/wc/v3/products/reviews/:id","id":"fd53f3a3-9cae-4558-985b-5f0bb42f0e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Status of the review.</p>\n","type":"text"},{"key":"reviewer","value":"<string>","description":"<p>Reviewer name.</p>\n","type":"text"},{"key":"reviewer_email","value":"<email>","description":"<p>Reviewer email.</p>\n","type":"text"},{"key":"review","value":"<string>","description":"<p>The content of the review.</p>\n","type":"text"},{"key":"rating","value":"<string>","description":"<p>Review rating (0 to 5).</p>\n","type":"text"}]},"url":"/wc/v3/products/reviews/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews",":id"],"host":[""],"query":[],"variable":[{"id":"3c361f25-c6e0-4798-a5ea-de9e0cde503c","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"251507bb-d011-433c-b833-6a7d241765b5","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/reviews/:id","host":[""],"path":["wc","v3","products","reviews",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"51bf3b34-aa89-470c-b54b-36c35b816543","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/reviews/:id","host":[""],"path":["wc","v3","products","reviews",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e89a7287-fc50-4978-8cce-7ebf52b90e66","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/reviews/:id","host":[""],"path":["wc","v3","products","reviews",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd53f3a3-9cae-4558-985b-5f0bb42f0e2f"},{"name":"/wc/v3/products/reviews/:id","id":"0707eb87-86fe-423a-83e4-545003d2e406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews",":id"],"host":[""],"query":[{"description":{"content":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text/plain"},"key":"product_id","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Reviewer name.</p>\n","type":"text/plain"},"key":"reviewer","value":"<string>"},{"description":{"content":"<p>Reviewer email.</p>\n","type":"text/plain"},"key":"reviewer_email","value":"<email>"},{"description":{"content":"<p>The content of the review.</p>\n","type":"text/plain"},"key":"review","value":"<string>"},{"description":{"content":"<p>Review rating (0 to 5).</p>\n","type":"text/plain"},"key":"rating","value":"<string>"}],"variable":[{"id":"99bb6786-539e-45a1-b79e-c08e52d0b509","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"78251743-5843-423c-9413-ae6ed6383f26","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9d7355e2-7c64-428f-9190-817d604429eb","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f21553e3-5e64-427c-84c6-dc52459b4f73","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0707eb87-86fe-423a-83e4-545003d2e406"},{"name":"/wc/v3/products/reviews/:id","id":"6e0f12d1-7db9-4ecb-a7a1-c0dc2c9f4ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews",":id"],"host":[""],"query":[{"description":{"content":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text/plain"},"key":"product_id","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Reviewer name.</p>\n","type":"text/plain"},"key":"reviewer","value":"<string>"},{"description":{"content":"<p>Reviewer email.</p>\n","type":"text/plain"},"key":"reviewer_email","value":"<email>"},{"description":{"content":"<p>The content of the review.</p>\n","type":"text/plain"},"key":"review","value":"<string>"},{"description":{"content":"<p>Review rating (0 to 5).</p>\n","type":"text/plain"},"key":"rating","value":"<string>"}],"variable":[{"id":"d562d3f9-73ef-4ad3-8bc6-1d301f678020","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"360a3bc0-a16e-4b86-b391-9dc0b8ea7a3c","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a12568ac-4166-4042-9ef3-5bd9445b0d86","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4c6cd32-ad2f-402c-8977-2cfdba8159f6","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e0f12d1-7db9-4ecb-a7a1-c0dc2c9f4ed5"},{"name":"/wc/v3/products/reviews/:id","id":"73c1a5c2-a3e8-4286-badf-26c8d46a2de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/reviews/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"a5f5893e-240e-487b-b409-60be06305952","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"01cf5922-7d47-4850-925f-8698f11bb764","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?force=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c69d3828-7b02-4cc9-be52-43fb8d25fd98","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?force=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fb87bb8a-79d6-4603-8167-6bfc9b2b5c10","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/reviews/:id?force=<string>","host":[""],"path":["wc","v3","products","reviews",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73c1a5c2-a3e8-4286-badf-26c8d46a2de4"}],"id":"be93ab63-4b80-44e5-a332-b11dc33d17b9","_postman_id":"be93ab63-4b80-44e5-a332-b11dc33d17b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/reviews/batch","id":"bd90621a-416a-452d-b6b5-421a9e45e234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Status of the review.</p>\n","type":"text"},{"key":"reviewer","value":"<string>","description":"<p>Reviewer name.</p>\n","type":"text"},{"key":"reviewer_email","value":"<email>","description":"<p>Reviewer email.</p>\n","type":"text"},{"key":"review","value":"<string>","description":"<p>The content of the review.</p>\n","type":"text"},{"key":"rating","value":"<string>","description":"<p>Review rating (0 to 5).</p>\n","type":"text"}]},"url":"/wc/v3/products/reviews/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0423b79f-db31-4666-878e-4f3aa9a58d07","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/reviews/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b0dd176-48c9-4845-89e8-bd427901b6df","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/reviews/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3611d5da-ffec-407d-95b4-9f188b28001e","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/reviews/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd90621a-416a-452d-b6b5-421a9e45e234"},{"name":"/wc/v3/products/reviews/batch","id":"88973a36-8013-45b6-954f-b784dc64d973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews","batch"],"host":[""],"query":[{"description":{"content":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text/plain"},"key":"product_id","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Reviewer name.</p>\n","type":"text/plain"},"key":"reviewer","value":"<string>"},{"description":{"content":"<p>Reviewer email.</p>\n","type":"text/plain"},"key":"reviewer_email","value":"<email>"},{"description":{"content":"<p>The content of the review.</p>\n","type":"text/plain"},"key":"review","value":"<string>"},{"description":{"content":"<p>Review rating (0 to 5).</p>\n","type":"text/plain"},"key":"rating","value":"<string>"}],"variable":[]}},"response":[{"id":"7a94a165-4681-4326-87d4-14def27d2fe3","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"93e92076-94ad-437e-b66d-c85ccf358f8a","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fbf16e7d-0c99-4ead-87ef-dfa0b0c1b7b9","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88973a36-8013-45b6-954f-b784dc64d973"},{"name":"/wc/v3/products/reviews/batch","id":"c0789809-a56b-420b-981c-9047603ff3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews","batch"],"host":[""],"query":[{"description":{"content":"<p>Unique identifier for the product that the review belongs to.</p>\n","type":"text/plain"},"key":"product_id","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Status of the review.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Reviewer name.</p>\n","type":"text/plain"},"key":"reviewer","value":"<string>"},{"description":{"content":"<p>Reviewer email.</p>\n","type":"text/plain"},"key":"reviewer_email","value":"<email>"},{"description":{"content":"<p>The content of the review.</p>\n","type":"text/plain"},"key":"review","value":"<string>"},{"description":{"content":"<p>Review rating (0 to 5).</p>\n","type":"text/plain"},"key":"rating","value":"<string>"}],"variable":[]}},"response":[{"id":"7ce98023-c73e-4ffc-b5cd-951851e8ce00","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"baaf5957-8e6e-4a59-9d89-9b208f6ff87b","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1eb7a4c-d3eb-40e2-85de-8d0a93bfdecb","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/reviews/batch?product_id=<string>&status=<string>&status=<string>&reviewer=<string>&reviewer_email=<email>&review=<string>&rating=<string>","host":[""],"path":["wc","v3","products","reviews","batch"],"query":[{"key":"product_id","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"review","value":"<string>"},{"key":"rating","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0789809-a56b-420b-981c-9047603ff3d1"}],"id":"3eb0a97d-5a81-42fe-837e-487cfd64eed7","_postman_id":"3eb0a97d-5a81-42fe-837e-487cfd64eed7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/reviews","id":"416ca2e4-cfe3-4bbe-9c88-6993e59a62a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/reviews?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date_gmt&orderby=date_gmt&reviewer=<string>&reviewer_exclude=<string>&reviewer_email=<email>&product=<string>&status=approved&status=approved","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to reviews published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific IDs.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date_gmt"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date_gmt"},{"description":{"content":"<p>Limit result set to reviews assigned to specific user IDs.</p>\n","type":"text/plain"},"key":"reviewer","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes reviews assigned to specific user IDs.</p>\n","type":"text/plain"},"key":"reviewer_exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to that from a specific author email.</p>\n","type":"text/plain"},"key":"reviewer_email","value":"<email>"},{"description":{"content":"<p>Limit result set to reviews assigned to specific product IDs.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Limit result set to reviews assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"approved"},{"description":{"content":"<p>Limit result set to reviews assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"approved"}],"variable":[]}},"response":[{"id":"55625e35-4154-4506-907c-1d0e588d5d6b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date_gmt&orderby=date_gmt&reviewer=<string>&reviewer_exclude=<string>&reviewer_email=<email>&product=<string>&status=approved&status=approved","host":[""],"path":["wc","v3","products","reviews"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date_gmt"},{"key":"orderby","value":"date_gmt"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_exclude","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"product","value":"<string>"},{"key":"status","value":"approved"},{"key":"status","value":"approved"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5b124119-2288-4b0b-a8db-f9172d4b9bdc","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date_gmt&orderby=date_gmt&reviewer=<string>&reviewer_exclude=<string>&reviewer_email=<email>&product=<string>&status=approved&status=approved","host":[""],"path":["wc","v3","products","reviews"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date_gmt"},{"key":"orderby","value":"date_gmt"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_exclude","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"product","value":"<string>"},{"key":"status","value":"approved"},{"key":"status","value":"approved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eab96090-51f5-4a21-9f72-7c377d7ca081","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/reviews?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date_gmt&orderby=date_gmt&reviewer=<string>&reviewer_exclude=<string>&reviewer_email=<email>&product=<string>&status=approved&status=approved","host":[""],"path":["wc","v3","products","reviews"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date_gmt"},{"key":"orderby","value":"date_gmt"},{"key":"reviewer","value":"<string>"},{"key":"reviewer_exclude","value":"<string>"},{"key":"reviewer_email","value":"<email>"},{"key":"product","value":"<string>"},{"key":"status","value":"approved"},{"key":"status","value":"approved"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"416ca2e4-cfe3-4bbe-9c88-6993e59a62a1"},{"name":"/wc/v3/products/reviews","id":"8c6dd779-4c7f-480f-880c-f1688003d5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":"<p>Unique identifier for the product.</p>\n","type":"text"},{"key":"reviewer","value":"<string>","description":"<p>Name of the reviewer.</p>\n","type":"text"},{"key":"reviewer_email","value":"<string>","description":"<p>Email of the reviewer.</p>\n","type":"text"},{"key":"review","value":"<string>","description":"<p>Review content.</p>\n","type":"text"},{"key":"status","value":"[\"approved\",\"approved\"]","description":"<p>Status of the review.</p>\n","type":"text"},{"key":"rating","value":"<string>","description":"<p>Review rating (0 to 5).</p>\n","type":"text"}]},"url":"/wc/v3/products/reviews","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","reviews"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1313b84d-f656-4afa-b5d7-776ccf621e00","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":{"content":"Unique identifier for the product.","type":"text/plain"},"type":"text"},{"key":"reviewer","value":"<string>","description":{"content":"Name of the reviewer.","type":"text/plain"},"type":"text"},{"key":"reviewer_email","value":"<string>","description":{"content":"Email of the reviewer.","type":"text/plain"},"type":"text"},{"key":"review","value":"<string>","description":{"content":"Review content.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"approved\",\"approved\"]","description":{"content":"Status of the review.","type":"text/plain"},"type":"text"},{"key":"rating","value":"<string>","description":{"content":"Review rating (0 to 5).","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/reviews"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f514a6c4-4517-400c-8327-7c5b0f958305","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":{"content":"Unique identifier for the product.","type":"text/plain"},"type":"text"},{"key":"reviewer","value":"<string>","description":{"content":"Name of the reviewer.","type":"text/plain"},"type":"text"},{"key":"reviewer_email","value":"<string>","description":{"content":"Email of the reviewer.","type":"text/plain"},"type":"text"},{"key":"review","value":"<string>","description":{"content":"Review content.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"approved\",\"approved\"]","description":{"content":"Status of the review.","type":"text/plain"},"type":"text"},{"key":"rating","value":"<string>","description":{"content":"Review rating (0 to 5).","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ffc9b7a1-ac7b-444b-8bd6-664c04ec7e71","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"product_id","value":"<string>","description":{"content":"Unique identifier for the product.","type":"text/plain"},"type":"text"},{"key":"reviewer","value":"<string>","description":{"content":"Name of the reviewer.","type":"text/plain"},"type":"text"},{"key":"reviewer_email","value":"<string>","description":{"content":"Email of the reviewer.","type":"text/plain"},"type":"text"},{"key":"review","value":"<string>","description":{"content":"Review content.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"approved\",\"approved\"]","description":{"content":"Status of the review.","type":"text/plain"},"type":"text"},{"key":"rating","value":"<string>","description":{"content":"Review rating (0 to 5).","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products/reviews"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c6dd779-4c7f-480f-880c-f1688003d5d8"}],"id":"d84cf535-697a-4901-b7c8-7dc13d7d147e","_postman_id":"d84cf535-697a-4901-b7c8-7dc13d7d147e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"shipping classes","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/shipping_classes/:id","id":"0b5c0a64-145c-4a2a-b3e9-d129884a0ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/shipping_classes/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"aca43f46-e378-4519-9fe0-a0bf789dac5d","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"23c5f90c-ee77-437a-ba50-1cc10e0aa15a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36149c54-d19a-4e41-a5b1-b333d0be8c3e","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"82a4bcb7-9855-4d06-a9a7-ae5baae754b3","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?context=view&context=view","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b5c0a64-145c-4a2a-b3e9-d129884a0ad4"},{"name":"/wc/v3/products/shipping_classes/:id","id":"44ebe53d-de45-4e10-bb0a-af736fa4fb0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Shipping class name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/shipping_classes/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes",":id"],"host":[""],"query":[],"variable":[{"id":"91025937-2407-46b1-a754-5ee195d03285","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2041095b-75a2-4883-bf6c-9ca3a6c44261","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9df44184-72be-4f41-a80a-d45412a9e475","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d62b7b4b-d68a-426b-aaf7-f4e8f55a94a8","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44ebe53d-de45-4e10-bb0a-af736fa4fb0b"},{"name":"/wc/v3/products/shipping_classes/:id","id":"b4b04cd7-f719-4760-bc16-b3bd8f2bee17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes",":id"],"host":[""],"query":[{"description":{"content":"<p>Shipping class name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[{"id":"f3aa5797-f71e-4976-9818-ae803ad21ae5","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2e48bd48-fee7-4df2-8c5c-76280be2e931","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4195c01b-d9eb-43b4-9e80-dfee52734025","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f712eddf-0fc4-4e0e-aea1-64c21f436e57","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4b04cd7-f719-4760-bc16-b3bd8f2bee17"},{"name":"/wc/v3/products/shipping_classes/:id","id":"49302bc6-ec43-48f1-80e8-83491b8a4e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes",":id"],"host":[""],"query":[{"description":{"content":"<p>Shipping class name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[{"id":"499f1ec7-4404-4b12-86ab-784bdadfe4ec","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"40bd3fd7-0274-4a82-af19-0a06113cd81c","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd98efc2-bc40-4b0e-81ab-f5dbc42efbd4","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4c2fa1a-944d-4cdc-8eaa-28395e75e38e","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49302bc6-ec43-48f1-80e8-83491b8a4e72"},{"name":"/wc/v3/products/shipping_classes/:id","id":"07a206a8-a989-4457-b0a9-18006a9ddcab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/shipping_classes/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"c1c832ff-39df-4f1f-88d8-361d35c63d52","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"15030a3b-fd96-4314-b7c1-a652af2791ba","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?force=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"63e067dd-c447-487a-b441-8e37a3e1bf09","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?force=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73e34318-a2cc-4ccf-9efc-8cd2a7dc08fc","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/:id?force=<string>","host":[""],"path":["wc","v3","products","shipping_classes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07a206a8-a989-4457-b0a9-18006a9ddcab"}],"id":"7396711a-81fa-4278-90aa-0e7efed99105","_postman_id":"7396711a-81fa-4278-90aa-0e7efed99105","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/shipping_classes/batch","id":"124905ed-4881-424a-9e5f-f0484f9930fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Shipping class name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/shipping_classes/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"42eaf3a3-4ead-4837-be0f-752ea94dd584","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"62f41c91-d81d-47df-84f2-2a180cbb67bb","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f177c1af-dad4-4bcd-bf94-4d5e7ba8632f","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"124905ed-4881-424a-9e5f-f0484f9930fe"},{"name":"/wc/v3/products/shipping_classes/batch","id":"1242de8c-f11e-44f1-8338-40bc76fed522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes","batch"],"host":[""],"query":[{"description":{"content":"<p>Shipping class name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]}},"response":[{"id":"20beb4b3-6fd9-4532-87f9-5829c52cb9f7","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"47ab47b1-99ba-4672-8426-dbb2ab46a97f","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c4698e59-25c8-4271-b18a-5210656bb04e","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1242de8c-f11e-44f1-8338-40bc76fed522"},{"name":"/wc/v3/products/shipping_classes/batch","id":"7fb87c2c-ccc1-4767-b725-8bef59b092ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes","batch"],"host":[""],"query":[{"description":{"content":"<p>Shipping class name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]}},"response":[{"id":"40beaa3a-8159-4275-939d-fdc9d854dc7e","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e763d08f-2595-4d69-9412-6eb0ba2a6e63","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee4ad622-7a34-43e6-a255-afc5f08ed6cf","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/shipping_classes/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","shipping_classes","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fb87c2c-ccc1-4767-b725-8bef59b092ba"}],"id":"11cabc7c-3702-43ef-b88f-5a3beeae4012","_postman_id":"11cabc7c-3702-43ef-b88f-5a3beeae4012","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/shipping_classes","id":"89e2220f-3c39-4442-b1a2-9ab608a42b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/shipping_classes?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Whether to hide resources not assigned to any products.</p>\n","type":"text/plain"},"key":"hide_empty","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific product.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Limit result set to resources with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"}],"variable":[]}},"response":[{"id":"56069e02-99f0-4789-aa19-ab6cbd48bd03","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","shipping_classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a35dabb-2237-420b-a283-7ad3f2ae481a","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","shipping_classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff15828b-9fe6-422f-9f99-ecdabf1df0a0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/shipping_classes?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","shipping_classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89e2220f-3c39-4442-b1a2-9ab608a42b89"},{"name":"/wc/v3/products/shipping_classes","id":"d43fe7ce-92b1-4667-9523-92a48b36bd11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Name for the resource.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/shipping_classes","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","shipping_classes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1018c794-04ac-4a1b-9671-8482a2589d21","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"146468f1-6dfa-490f-b2f0-56174a28e27f","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4b1d1df-f509-4b4e-9c41-6042f823932e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/shipping_classes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d43fe7ce-92b1-4667-9523-92a48b36bd11"}],"id":"3fcaf5fd-1704-49b8-a8e4-3d3d1bfa7035","_postman_id":"3fcaf5fd-1704-49b8-a8e4-3d3d1bfa7035","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"tags","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/tags/:id","id":"962fe595-84d7-4fdf-8f92-7ac9514e4abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/tags/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"9d64a909-821c-4484-ba50-0b36bac0a999","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"805d6727-5c66-4bb4-8ee8-e73394909799","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags/:id?context=view&context=view","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e21c8075-9fc4-4200-aca4-01b301326a46","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags/:id?context=view&context=view","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eb885e42-088a-4b6d-a138-53c317026ee5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags/:id?context=view&context=view","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"962fe595-84d7-4fdf-8f92-7ac9514e4abb"},{"name":"/wc/v3/products/tags/:id","id":"1a07fbdd-0810-43de-b7cb-0d073729c1bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Tag name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/tags/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags",":id"],"host":[""],"query":[],"variable":[{"id":"55cff2ce-0bbd-4f26-97b2-160970afcc6c","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"22082c80-626a-4aa5-bdb5-3cf64666e87d","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/tags/:id","host":[""],"path":["wc","v3","products","tags",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24b266ce-dae7-4760-b8b4-fd46102eb971","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/tags/:id","host":[""],"path":["wc","v3","products","tags",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"83d62f8a-3bc6-48ee-96b9-9722aab85e9b","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/tags/:id","host":[""],"path":["wc","v3","products","tags",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a07fbdd-0810-43de-b7cb-0d073729c1bb"},{"name":"/wc/v3/products/tags/:id","id":"535b03e2-4ef5-446c-8b1a-a0c7c74aa8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags",":id"],"host":[""],"query":[{"description":{"content":"<p>Tag name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[{"id":"aefccb44-750f-467a-9b44-2137fbc83371","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"8c174501-861b-41c3-bfbe-5f485d953dfb","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e8214b8-6872-4543-b0d2-1b4ff40ea367","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4bb2902-ab39-47d4-900f-98e2fb600036","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"535b03e2-4ef5-446c-8b1a-a0c7c74aa8a0"},{"name":"/wc/v3/products/tags/:id","id":"2f5d63f6-4806-490e-898c-f59114693b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags",":id"],"host":[""],"query":[{"description":{"content":"<p>Tag name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[{"id":"b246ec16-8c8b-4bd4-8a44-1f45033f425a","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"1148cfd9-a2a6-4585-b011-14fa991b2d9a","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"25ad0f15-21fa-45c3-983d-2cefd258b20f","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b47e40d2-be7c-43ff-9af8-cc84517359fe","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/:id?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f5d63f6-4806-490e-898c-f59114693b9d"},{"name":"/wc/v3/products/tags/:id","id":"d630b7e7-7b0a-44d0-a7d0-76a7346b806f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/tags/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"4f3b8ea9-99ed-4769-a10a-0deb0ecb0374","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"66fbb7a5-3eeb-46c5-9973-71d18645e675","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/tags/:id?force=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73edda04-d52a-4ad9-91b0-f86d38d99555","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/tags/:id?force=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd8efd48-6d6c-4039-9291-57ea2e9663ae","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/tags/:id?force=<string>","host":[""],"path":["wc","v3","products","tags",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d630b7e7-7b0a-44d0-a7d0-76a7346b806f"}],"id":"89225fbb-2fd9-41df-84ab-be271d267bf5","_postman_id":"89225fbb-2fd9-41df-84ab-be271d267bf5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/tags/batch","id":"f0c50216-bc44-45af-bde8-d2e139eba4bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Tag name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/tags/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b1f90568-7b92-4e43-a24e-cc86ebc0615e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc2530a4-16df-4e5d-b3bb-167392dd370d","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cef3341d-2528-4284-bdfe-8668f8ab3381","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0c50216-bc44-45af-bde8-d2e139eba4bc"},{"name":"/wc/v3/products/tags/batch","id":"5c24eeed-5f83-4bbd-a0ca-b99ec7fb9c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags","batch"],"host":[""],"query":[{"description":{"content":"<p>Tag name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]}},"response":[{"id":"4907dbb5-f6d1-4f6b-a06c-82263fbb853e","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5655f095-c757-4c7d-a1ec-6dd35e131f00","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4864dbb-ccba-45df-8593-7593dbce70b0","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c24eeed-5f83-4bbd-a0ca-b99ec7fb9c24"},{"name":"/wc/v3/products/tags/batch","id":"89db1484-4338-4fb2-ac34-f984d9caa144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags","batch"],"host":[""],"query":[{"description":{"content":"<p>Tag name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>HTML description of the resource.</p>\n","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]}},"response":[{"id":"1c4ae84a-f7ed-48b1-b90e-1cf641f60a22","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"53c656a6-ff09-4ee7-b76a-cf4264f332d8","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d158d34d-e65f-4148-9e69-11fecde5d938","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/tags/batch?name=<string>&slug=<string>&description=<string>","host":[""],"path":["wc","v3","products","tags","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"description","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89db1484-4338-4fb2-ac34-f984d9caa144"}],"id":"5c9ff4da-91d7-4b51-9106-d40cfc5a201a","_postman_id":"5c9ff4da-91d7-4b51-9106-d40cfc5a201a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/tags","id":"9e7abe95-1dce-4680-b5e6-cd0a5f90bee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/tags?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Sort collection by resource attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"name"},{"description":{"content":"<p>Whether to hide resources not assigned to any products.</p>\n","type":"text/plain"},"key":"hide_empty","value":"<string>"},{"description":{"content":"<p>Limit result set to resources assigned to a specific product.</p>\n","type":"text/plain"},"key":"product","value":"<string>"},{"description":{"content":"<p>Limit result set to resources with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"}],"variable":[]}},"response":[{"id":"77926341-8487-4f31-972b-866fbdb26cd4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","tags"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9d228724-88c5-4427-a9b5-1876b04d848b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","tags"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fdd058c9-59ee-4e57-be87-378cc927be36","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/tags?context=view&context=view&page=<string>&per_page=<string>&search=<string>&exclude=<string>&include=<string>&offset=<string>&order=asc&order=asc&orderby=name&orderby=name&hide_empty=<string>&product=<string>&slug=<string>","host":[""],"path":["wc","v3","products","tags"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"name"},{"key":"orderby","value":"name"},{"key":"hide_empty","value":"<string>"},{"key":"product","value":"<string>"},{"key":"slug","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e7abe95-1dce-4680-b5e6-cd0a5f90bee7"},{"name":"/wc/v3/products/tags","id":"54538c29-d0a9-4b0a-be9c-4a7e5f5fe50f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Name for the resource.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>An alphanumeric identifier for the resource unique to its type.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>HTML description of the resource.</p>\n","type":"text"}]},"url":"/wc/v3/products/tags","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","tags"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1db90d37-f65b-4555-9ca1-7f6a4cc9b52a","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67d17946-668f-4deb-acac-c8a189c104b0","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d9ab0a69-8569-48a3-be60-855908cca4c7","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/tags"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54538c29-d0a9-4b0a-be9c-4a7e5f5fe50f"}],"id":"6b7753cd-28ed-4107-8a4a-f72004713cad","_postman_id":"6b7753cd-28ed-4107-8a4a-f72004713cad","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{id}","item":[{"name":"/wc/v3/products/:id","id":"28a748f9-2388-4ce8-adfc-6f8a377f5ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"fdf5d3ee-4b81-49ba-bae0-1923d9bbb78c","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"197c5223-2dcf-49fa-82d3-87c4d2711ea6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2caab87a-d683-4fc2-950a-fe54c82c388b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d8175fde-eec8-49b4-98b5-501b5b538ddf","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28a748f9-2388-4ce8-adfc-6f8a377f5ec0"},{"name":"/wc/v3/products/:id","id":"51f50137-bc04-4cfd-846a-3807a119d823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Product name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>Product slug.</p>\n","type":"text"},{"key":"date_created","value":"<string>","description":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text"},{"key":"date_created_gmt","value":"<string>","description":"<p>The date the product was created, as GMT.</p>\n","type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":"<p>Product type.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Product status (post status).</p>\n","type":"text"},{"key":"featured","value":"<string>","description":"<p>Featured product.</p>\n","type":"text"},{"key":"catalog_visibility","value":"[\"<string>\",\"<string>\"]","description":"<p>Catalog visibility.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Product description.</p>\n","type":"text"},{"key":"short_description","value":"<string>","description":"<p>Product short description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Product regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Product sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the product is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the product is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"external_url","value":"<uri>","description":"<p>Product external URL. Only for external products.</p>\n","type":"text"},{"key":"button_text","value":"<string>","description":"<p>Product external button text. Only for external products.</p>\n","type":"text"},{"key":"tax_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at product level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"<string>\",\"<string>\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"sold_individually","value":"<string>","description":"<p>Allow one item to be bought in a single order.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Product weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Product dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"reviews_allowed","value":"<string>","description":"<p>Allow reviews.</p>\n","type":"text"},{"key":"upsell_ids","value":"<string>","description":"<p>List of up-sell products IDs.</p>\n","type":"text"},{"key":"cross_sell_ids","value":"<string>","description":"<p>List of cross-sell products IDs.</p>\n","type":"text"},{"key":"parent_id","value":"<string>","description":"<p>Product parent ID.</p>\n","type":"text"},{"key":"purchase_note","value":"<string>","description":"<p>Optional note to send the customer after purchase.</p>\n","type":"text"},{"key":"categories","value":"<string>","description":"<p>List of categories.</p>\n","type":"text"},{"key":"tags","value":"<string>","description":"<p>List of tags.</p>\n","type":"text"},{"key":"images","value":"<string>","description":"<p>List of images.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"default_attributes","value":"<string>","description":"<p>Defaults variation attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":id"],"host":[""],"query":[],"variable":[{"id":"6f83ae0e-f8c4-4e0a-93fe-fd5de47bdb1a","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"10127cb7-27cb-4a0d-b268-833c4d5e403b","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:id","host":[""],"path":["wc","v3","products",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"711f53a8-1d47-4493-83e8-de7fbfc908d1","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:id","host":[""],"path":["wc","v3","products",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94d34737-140d-4859-a374-b6ba3c44387d","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:id","host":[""],"path":["wc","v3","products",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51f50137-bc04-4cfd-846a-3807a119d823"},{"name":"/wc/v3/products/:id","id":"7716321c-8951-4303-81fb-ed3812540a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":id"],"host":[""],"query":[{"description":{"content":"<p>Product name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Product slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_created","value":"<string>"},{"description":{"content":"<p>The date the product was created, as GMT.</p>\n","type":"text/plain"},"key":"date_created_gmt","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Featured product.</p>\n","type":"text/plain"},"key":"featured","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Product description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Product short description.</p>\n","type":"text/plain"},"key":"short_description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Product regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Product sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>If the product is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the product is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Product external URL. Only for external products.</p>\n","type":"text/plain"},"key":"external_url","value":"<uri>"},{"description":{"content":"<p>Product external button text. Only for external products.</p>\n","type":"text/plain"},"key":"button_text","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at product level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Allow one item to be bought in a single order.</p>\n","type":"text/plain"},"key":"sold_individually","value":"<string>"},{"description":{"content":"<p>Product weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Product dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Allow reviews.</p>\n","type":"text/plain"},"key":"reviews_allowed","value":"<string>"},{"description":{"content":"<p>List of up-sell products IDs.</p>\n","type":"text/plain"},"key":"upsell_ids","value":"<string>"},{"description":{"content":"<p>List of cross-sell products IDs.</p>\n","type":"text/plain"},"key":"cross_sell_ids","value":"<string>"},{"description":{"content":"<p>Product parent ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Optional note to send the customer after purchase.</p>\n","type":"text/plain"},"key":"purchase_note","value":"<string>"},{"description":{"content":"<p>List of categories.</p>\n","type":"text/plain"},"key":"categories","value":"<string>"},{"description":{"content":"<p>List of tags.</p>\n","type":"text/plain"},"key":"tags","value":"<string>"},{"description":{"content":"<p>List of images.</p>\n","type":"text/plain"},"key":"images","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Defaults variation attributes.</p>\n","type":"text/plain"},"key":"default_attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"74c80d2c-b4d7-49bd-9ff5-5be86d59f6cf","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"0e394198-86b7-4746-8858-bda0628226bf","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b374cc9-9596-467f-8fd4-4955b1476a4b","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a7a52fdb-ded6-4952-ae68-64fb938b78ae","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7716321c-8951-4303-81fb-ed3812540a9f"},{"name":"/wc/v3/products/:id","id":"6a425b6b-4d27-4284-8cf4-37f1f212d6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":id"],"host":[""],"query":[{"description":{"content":"<p>Product name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Product slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_created","value":"<string>"},{"description":{"content":"<p>The date the product was created, as GMT.</p>\n","type":"text/plain"},"key":"date_created_gmt","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Featured product.</p>\n","type":"text/plain"},"key":"featured","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Product description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Product short description.</p>\n","type":"text/plain"},"key":"short_description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Product regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Product sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>If the product is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the product is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Product external URL. Only for external products.</p>\n","type":"text/plain"},"key":"external_url","value":"<uri>"},{"description":{"content":"<p>Product external button text. Only for external products.</p>\n","type":"text/plain"},"key":"button_text","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at product level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Allow one item to be bought in a single order.</p>\n","type":"text/plain"},"key":"sold_individually","value":"<string>"},{"description":{"content":"<p>Product weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Product dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Allow reviews.</p>\n","type":"text/plain"},"key":"reviews_allowed","value":"<string>"},{"description":{"content":"<p>List of up-sell products IDs.</p>\n","type":"text/plain"},"key":"upsell_ids","value":"<string>"},{"description":{"content":"<p>List of cross-sell products IDs.</p>\n","type":"text/plain"},"key":"cross_sell_ids","value":"<string>"},{"description":{"content":"<p>Product parent ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Optional note to send the customer after purchase.</p>\n","type":"text/plain"},"key":"purchase_note","value":"<string>"},{"description":{"content":"<p>List of categories.</p>\n","type":"text/plain"},"key":"categories","value":"<string>"},{"description":{"content":"<p>List of tags.</p>\n","type":"text/plain"},"key":"tags","value":"<string>"},{"description":{"content":"<p>List of images.</p>\n","type":"text/plain"},"key":"images","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Defaults variation attributes.</p>\n","type":"text/plain"},"key":"default_attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"81779aef-9098-405d-83b7-aac4aa4515cb","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"02ae376a-9031-46e2-a59e-66c13cb99470","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b990e3eb-9769-4879-9039-fc50cecd11b0","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e200a815-dcab-4e90-be73-90999c4dd0b2","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:id?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a425b6b-4d27-4284-8cf4-37f1f212d6eb"},{"name":"/wc/v3/products/:id","id":"a6622ed4-27dd-427e-bb80-5298a4835caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"d3154f40-084b-4686-8a2f-f71819b1e2ea","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"27597061-7f35-4a72-ae9f-b893e8da58ca","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:id?force=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58f148b9-8cb4-48e8-948a-193ae5a86d4b","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:id?force=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2fec3c7-0cf6-414f-bc03-c0768fb5de3f","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:id?force=<string>","host":[""],"path":["wc","v3","products",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6622ed4-27dd-427e-bb80-5298a4835caf"}],"id":"ebc93c3b-6b76-49af-8557-8e657115d5f0","_postman_id":"ebc93c3b-6b76-49af-8557-8e657115d5f0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/batch","id":"b9b2d184-8774-4de9-97af-842a838ffc57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Product name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>Product slug.</p>\n","type":"text"},{"key":"date_created","value":"<string>","description":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text"},{"key":"date_created_gmt","value":"<string>","description":"<p>The date the product was created, as GMT.</p>\n","type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":"<p>Product type.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Product status (post status).</p>\n","type":"text"},{"key":"featured","value":"<string>","description":"<p>Featured product.</p>\n","type":"text"},{"key":"catalog_visibility","value":"[\"<string>\",\"<string>\"]","description":"<p>Catalog visibility.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Product description.</p>\n","type":"text"},{"key":"short_description","value":"<string>","description":"<p>Product short description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Product regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Product sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the product is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the product is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"external_url","value":"<uri>","description":"<p>Product external URL. Only for external products.</p>\n","type":"text"},{"key":"button_text","value":"<string>","description":"<p>Product external button text. Only for external products.</p>\n","type":"text"},{"key":"tax_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at product level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"<string>\",\"<string>\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"sold_individually","value":"<string>","description":"<p>Allow one item to be bought in a single order.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Product weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Product dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"reviews_allowed","value":"<string>","description":"<p>Allow reviews.</p>\n","type":"text"},{"key":"upsell_ids","value":"<string>","description":"<p>List of up-sell products IDs.</p>\n","type":"text"},{"key":"cross_sell_ids","value":"<string>","description":"<p>List of cross-sell products IDs.</p>\n","type":"text"},{"key":"parent_id","value":"<string>","description":"<p>Product parent ID.</p>\n","type":"text"},{"key":"purchase_note","value":"<string>","description":"<p>Optional note to send the customer after purchase.</p>\n","type":"text"},{"key":"categories","value":"<string>","description":"<p>List of categories.</p>\n","type":"text"},{"key":"tags","value":"<string>","description":"<p>List of tags.</p>\n","type":"text"},{"key":"images","value":"<string>","description":"<p>List of images.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"default_attributes","value":"<string>","description":"<p>Defaults variation attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"6e76cf3f-d483-43e4-9a8d-fded1d3c4299","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5a4bc82-aeb5-4d37-9cd7-2f9c69ad4e61","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea9fd84e-9349-450b-a449-51b15de298f2","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/products/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9b2d184-8774-4de9-97af-842a838ffc57"},{"name":"/wc/v3/products/batch","id":"7c8b1464-fe83-4a8e-98ce-26b2c72fe6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","batch"],"host":[""],"query":[{"description":{"content":"<p>Product name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Product slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_created","value":"<string>"},{"description":{"content":"<p>The date the product was created, as GMT.</p>\n","type":"text/plain"},"key":"date_created_gmt","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Featured product.</p>\n","type":"text/plain"},"key":"featured","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Product description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Product short description.</p>\n","type":"text/plain"},"key":"short_description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Product regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Product sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>If the product is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the product is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Product external URL. Only for external products.</p>\n","type":"text/plain"},"key":"external_url","value":"<uri>"},{"description":{"content":"<p>Product external button text. Only for external products.</p>\n","type":"text/plain"},"key":"button_text","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at product level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Allow one item to be bought in a single order.</p>\n","type":"text/plain"},"key":"sold_individually","value":"<string>"},{"description":{"content":"<p>Product weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Product dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Allow reviews.</p>\n","type":"text/plain"},"key":"reviews_allowed","value":"<string>"},{"description":{"content":"<p>List of up-sell products IDs.</p>\n","type":"text/plain"},"key":"upsell_ids","value":"<string>"},{"description":{"content":"<p>List of cross-sell products IDs.</p>\n","type":"text/plain"},"key":"cross_sell_ids","value":"<string>"},{"description":{"content":"<p>Product parent ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Optional note to send the customer after purchase.</p>\n","type":"text/plain"},"key":"purchase_note","value":"<string>"},{"description":{"content":"<p>List of categories.</p>\n","type":"text/plain"},"key":"categories","value":"<string>"},{"description":{"content":"<p>List of tags.</p>\n","type":"text/plain"},"key":"tags","value":"<string>"},{"description":{"content":"<p>List of images.</p>\n","type":"text/plain"},"key":"images","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Defaults variation attributes.</p>\n","type":"text/plain"},"key":"default_attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"3c753121-2079-45d4-a4b2-3e2fa4194473","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"488416f4-21fb-4510-859c-308d970b3cba","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4cd6d790-071f-4d53-890c-d5db9b3dd8d9","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c8b1464-fe83-4a8e-98ce-26b2c72fe6a3"},{"name":"/wc/v3/products/batch","id":"c4d2f722-aab0-449d-8be7-d09eda06600e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products","batch"],"host":[""],"query":[{"description":{"content":"<p>Product name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Product slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_created","value":"<string>"},{"description":{"content":"<p>The date the product was created, as GMT.</p>\n","type":"text/plain"},"key":"date_created_gmt","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Product status (post status).</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Featured product.</p>\n","type":"text/plain"},"key":"featured","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Catalog visibility.</p>\n","type":"text/plain"},"key":"catalog_visibility","value":"<string>"},{"description":{"content":"<p>Product description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Product short description.</p>\n","type":"text/plain"},"key":"short_description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Product regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Product sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>If the product is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the product is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Product external URL. Only for external products.</p>\n","type":"text/plain"},"key":"external_url","value":"<uri>"},{"description":{"content":"<p>Product external button text. Only for external products.</p>\n","type":"text/plain"},"key":"button_text","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at product level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Allow one item to be bought in a single order.</p>\n","type":"text/plain"},"key":"sold_individually","value":"<string>"},{"description":{"content":"<p>Product weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Product dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Allow reviews.</p>\n","type":"text/plain"},"key":"reviews_allowed","value":"<string>"},{"description":{"content":"<p>List of up-sell products IDs.</p>\n","type":"text/plain"},"key":"upsell_ids","value":"<string>"},{"description":{"content":"<p>List of cross-sell products IDs.</p>\n","type":"text/plain"},"key":"cross_sell_ids","value":"<string>"},{"description":{"content":"<p>Product parent ID.</p>\n","type":"text/plain"},"key":"parent_id","value":"<string>"},{"description":{"content":"<p>Optional note to send the customer after purchase.</p>\n","type":"text/plain"},"key":"purchase_note","value":"<string>"},{"description":{"content":"<p>List of categories.</p>\n","type":"text/plain"},"key":"categories","value":"<string>"},{"description":{"content":"<p>List of tags.</p>\n","type":"text/plain"},"key":"tags","value":"<string>"},{"description":{"content":"<p>List of images.</p>\n","type":"text/plain"},"key":"images","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Defaults variation attributes.</p>\n","type":"text/plain"},"key":"default_attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[]}},"response":[{"id":"11636a7e-d814-4526-aff4-aa728698fdcc","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"18e20281-c529-46c6-9433-24ed061c260b","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a36e15dd-1c60-4871-8d43-51875b834be0","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/batch?name=<string>&slug=<string>&date_created=<string>&date_created_gmt=<string>&type=<string>&type=<string>&status=<string>&status=<string>&featured=<string>&catalog_visibility=<string>&catalog_visibility=<string>&description=<string>&short_description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&external_url=<uri>&button_text=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&sold_individually=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&reviews_allowed=<string>&upsell_ids=<string>&cross_sell_ids=<string>&parent_id=<string>&purchase_note=<string>&categories=<string>&tags=<string>&images=<string>&attributes=<string>&default_attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products","batch"],"query":[{"key":"name","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"date_created","value":"<string>"},{"key":"date_created_gmt","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"catalog_visibility","value":"<string>"},{"key":"description","value":"<string>"},{"key":"short_description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"external_url","value":"<uri>"},{"key":"button_text","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"sold_individually","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"reviews_allowed","value":"<string>"},{"key":"upsell_ids","value":"<string>"},{"key":"cross_sell_ids","value":"<string>"},{"key":"parent_id","value":"<string>"},{"key":"purchase_note","value":"<string>"},{"key":"categories","value":"<string>"},{"key":"tags","value":"<string>"},{"key":"images","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"default_attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4d2f722-aab0-449d-8be7-d09eda06600e"}],"id":"e4bae9cb-2187-4125-b457-bb392f84cb29","_postman_id":"e4bae9cb-2187-4125-b457-bb392f84cb29","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{product id}/variations","item":[{"name":"{id}","item":[{"name":"/wc/v3/products/:product_id/variations/:id","id":"53d7353b-588d-4eb9-9a0b-ef7b32aa4f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/:product_id/variations/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"e942ed86-11ab-4654-bc82-985010d55d34","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"},{"id":"700f2d16-db8f-42c4-83e6-972eeab1fc0d","description":{"content":"<p>(Required) Unique identifier for the variation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"15daaff2-360b-496f-9e92-02d1e69bb2b2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ebc5df8-516c-4fed-b010-de24e63cd717","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"547de4e2-8e80-4b41-96f5-fe5bdda31521","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?context=view&context=view","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53d7353b-588d-4eb9-9a0b-ef7b32aa4f25"},{"name":"/wc/v3/products/:product_id/variations/:id","id":"4992e463-77e5-4f4a-a138-4bdca94e4be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":"<p>Variation description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Variation regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Variation sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Variation status.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the variation is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the variation is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"tax_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at variation level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"<string>\",\"<string>\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Variation weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Variation dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Variation image data.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products/:product_id/variations/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations",":id"],"host":[""],"query":[],"variable":[{"id":"cc596c04-7677-4037-9367-1682388624fb","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"},{"id":"82696391-3e35-4f3d-a41d-c2f08ed11c0f","description":{"content":"<p>(Required) Unique identifier for the variation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"00c3e5a2-7eb0-45ce-8140-818acbc59fb9","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03b37bd1-4ec7-4a1a-a0cc-5cb93946eff4","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"370921ac-ff5e-434d-bc86-d68b94ae511b","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4992e463-77e5-4f4a-a138-4bdca94e4be6"},{"name":"/wc/v3/products/:product_id/variations/:id","id":"c426dee8-2a81-45e3-8d4a-ce7c9c6b8a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations",":id"],"host":[""],"query":[{"description":{"content":"<p>Variation description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Variation regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Variation sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>If the variation is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the variation is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at variation level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Variation weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Variation dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Variation image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"ae14e286-8537-43f2-8a6f-9806c1dda350","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"},{"id":"09849ffb-a822-4593-a6b3-2ae305b05453","description":{"content":"<p>(Required) Unique identifier for the variation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"1038ad6d-291f-4b4e-9f30-c106461456bc","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7dca6674-4492-4327-842b-9d1d6d1d5490","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9dce429-5d3f-4349-93a6-202206f1d22e","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c426dee8-2a81-45e3-8d4a-ce7c9c6b8a42"},{"name":"/wc/v3/products/:product_id/variations/:id","id":"2334b4ab-c9dc-4789-b422-1542abdc3017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations",":id"],"host":[""],"query":[{"description":{"content":"<p>Variation description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Variation regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Variation sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>If the variation is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the variation is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at variation level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Variation weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Variation dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Variation image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"7a6b706a-b134-4e50-9559-b5058b8888d1","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"},{"id":"ba7a7f0b-4b12-43e2-9b6f-f1524fd706a7","description":{"content":"<p>(Required) Unique identifier for the variation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2bc3b5c9-d555-4d71-a62b-05eb6f0bb89f","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd93dc57-78b6-41bd-851d-0e5da632835f","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcbb6b8d-bb3f-4c42-900a-cecea1868dbd","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2334b4ab-c9dc-4789-b422-1542abdc3017"},{"name":"/wc/v3/products/:product_id/variations/:id","id":"0c4c9f2e-b2b9-4a12-90b5-a45a97109657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/products/:product_id/variations/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"5a1f526c-d7bd-4ff5-9389-bf2e97b92d72","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"},{"id":"c4eee274-99a8-42e6-96c3-0d0f10b5c5e9","description":{"content":"<p>(Required) Unique identifier for the variation.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2057ccbf-f933-4711-9652-954ee1d46a07","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?force=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8ad5f6f9-c8a7-40b5-bf97-c98831dc1584","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?force=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b18087f2-7cad-4985-9430-6d32c1d86489","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/:id?force=<string>","host":[""],"path":["wc","v3","products",":product_id","variations",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"product_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c4c9f2e-b2b9-4a12-90b5-a45a97109657"}],"id":"bc2e317f-6822-49d6-bce9-1165781f6bbd","_postman_id":"bc2e317f-6822-49d6-bce9-1165781f6bbd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/products/:product_id/variations/batch","id":"31a0ab6f-4332-4bf7-a38b-6b0294fcc192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":"<p>Variation description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Variation regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Variation sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Variation status.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the variation is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the variation is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"tax_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at variation level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"<string>\",\"<string>\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"<string>\",\"<string>\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Variation weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Variation dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Variation image data.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products/:product_id/variations/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations","batch"],"host":[""],"query":[],"variable":[{"id":"fd126740-f1d4-4a13-8b36-302d063ae881","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"}]}},"response":[{"id":"54e5f56b-0e09-4ce1-ada3-18eecbf31050","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"variable":[{"key":"product_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85867b9f-87ea-4c88-a593-7d114ff8c593","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"variable":[{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c85f5bcf-b235-4426-9f7a-b33385ed52b6","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"variable":[{"key":"product_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31a0ab6f-4332-4bf7-a38b-6b0294fcc192"},{"name":"/wc/v3/products/:product_id/variations/batch","id":"53fc6942-495c-4e77-96dc-190b15683979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations","batch"],"host":[""],"query":[{"description":{"content":"<p>Variation description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Variation regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Variation sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>If the variation is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the variation is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at variation level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Variation weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Variation dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Variation image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"5e55921b-63a5-4ae3-a1ff-8d9d900ac669","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"}]}},"response":[{"id":"32c84868-c206-42a2-8cd1-6c86867bbec3","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4a5d91d6-75f3-4cd4-b823-c7e4495be70c","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc43d08a-4e8e-41be-acac-1a5aab945870","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53fc6942-495c-4e77-96dc-190b15683979"},{"name":"/wc/v3/products/:product_id/variations/batch","id":"08d9b217-7fb6-487a-9437-98f9fd23b328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations","batch"],"host":[""],"query":[{"description":{"content":"<p>Variation description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Unique identifier.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Variation regular price.</p>\n","type":"text/plain"},"key":"regular_price","value":"<string>"},{"description":{"content":"<p>Variation sale price.</p>\n","type":"text/plain"},"key":"sale_price","value":"<string>"},{"description":{"content":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_from","value":"<string>"},{"description":{"content":"<p>Start date of sale price, as GMT.</p>\n","type":"text/plain"},"key":"date_on_sale_from_gmt","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to","value":"<string>"},{"description":{"content":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text/plain"},"key":"date_on_sale_to_gmt","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Variation status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>If the variation is virtual.</p>\n","type":"text/plain"},"key":"virtual","value":"<string>"},{"description":{"content":"<p>If the variation is downloadable.</p>\n","type":"text/plain"},"key":"downloadable","value":"<string>"},{"description":{"content":"<p>List of downloadable files.</p>\n","type":"text/plain"},"key":"downloads","value":"<string>"},{"description":{"content":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text/plain"},"key":"download_limit","value":"<string>"},{"description":{"content":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text/plain"},"key":"download_expiry","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax status.</p>\n","type":"text/plain"},"key":"tax_status","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"tax_class","value":"<string>"},{"description":{"content":"<p>Stock management at variation level.</p>\n","type":"text/plain"},"key":"manage_stock","value":"<string>"},{"description":{"content":"<p>Stock quantity.</p>\n","type":"text/plain"},"key":"stock_quantity","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Controls the stock status of the product.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text/plain"},"key":"backorders","value":"<string>"},{"description":{"content":"<p>Variation weight (kg).</p>\n","type":"text/plain"},"key":"weight","value":"<string>"},{"description":{"content":"<p>Variation dimensions.</p>\n","type":"text/plain"},"key":"dimensions","value":"<string>"},{"description":{"content":"<p>Shipping class slug.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Variation image data.</p>\n","type":"text/plain"},"key":"image","value":"<string>"},{"description":{"content":"<p>List of attributes.</p>\n","type":"text/plain"},"key":"attributes","value":"<string>"},{"description":{"content":"<p>Menu order, used to custom sort products.</p>\n","type":"text/plain"},"key":"menu_order","value":"<string>"},{"description":{"content":"<p>Meta data.</p>\n","type":"text/plain"},"key":"meta_data","value":"<string>"}],"variable":[{"id":"9853ab73-94fd-4df1-b970-73ff11be55a6","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"}]}},"response":[{"id":"29c2ba84-3acc-44b3-abb1-7f7ea3da768f","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"369d49c2-7ab9-4088-877f-eefb4396e176","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b42dbf06-aa39-4d26-86ae-29c71ac809c6","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations/batch?description=<string>&sku=<string>&regular_price=<string>&sale_price=<string>&date_on_sale_from=<string>&date_on_sale_from_gmt=<string>&date_on_sale_to=<string>&date_on_sale_to_gmt=<string>&status=<string>&status=<string>&virtual=<string>&downloadable=<string>&downloads=<string>&download_limit=<string>&download_expiry=<string>&tax_status=<string>&tax_status=<string>&tax_class=<string>&manage_stock=<string>&stock_quantity=<string>&stock_status=<string>&stock_status=<string>&backorders=<string>&backorders=<string>&weight=<string>&dimensions=<string>&shipping_class=<string>&image=<string>&attributes=<string>&menu_order=<string>&meta_data=<string>","host":[""],"path":["wc","v3","products",":product_id","variations","batch"],"query":[{"key":"description","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"regular_price","value":"<string>"},{"key":"sale_price","value":"<string>"},{"key":"date_on_sale_from","value":"<string>"},{"key":"date_on_sale_from_gmt","value":"<string>"},{"key":"date_on_sale_to","value":"<string>"},{"key":"date_on_sale_to_gmt","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"virtual","value":"<string>"},{"key":"downloadable","value":"<string>"},{"key":"downloads","value":"<string>"},{"key":"download_limit","value":"<string>"},{"key":"download_expiry","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_status","value":"<string>"},{"key":"tax_class","value":"<string>"},{"key":"manage_stock","value":"<string>"},{"key":"stock_quantity","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"backorders","value":"<string>"},{"key":"weight","value":"<string>"},{"key":"dimensions","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"image","value":"<string>"},{"key":"attributes","value":"<string>"},{"key":"menu_order","value":"<string>"},{"key":"meta_data","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08d9b217-7fb6-487a-9437-98f9fd23b328"}],"id":"eb082bb4-f96b-43b2-b236-fc11b17d4be7","_postman_id":"eb082bb4-f96b-43b2-b236-fc11b17d4be7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products/:product_id/variations","id":"42ca9f82-0501-4296-b540-324f74c2a83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products/:product_id/variations?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&sku=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to those of particular parent IDs.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to all items except those of a particular parent ID.</p>\n","type":"text/plain"},"key":"parent_exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to products with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"any"},{"description":{"content":"<p>Limit result set to products assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"any"},{"description":{"content":"<p>Limit result set to products with specific SKU(s). Use commas to separate.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Limit result set to products on sale.</p>\n","type":"text/plain"},"key":"on_sale","value":"<string>"},{"description":{"content":"<p>Limit result set to products based on a minimum price.</p>\n","type":"text/plain"},"key":"min_price","value":"<string>"},{"description":{"content":"<p>Limit result set to products based on a maximum price.</p>\n","type":"text/plain"},"key":"max_price","value":"<string>"},{"description":{"content":"<p>Limit result set to products with specified stock status.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Limit result set to products with specified stock status.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"}],"variable":[{"id":"bd02e418-ec8b-4028-9fae-2cdbf73d098e","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"}]}},"response":[{"id":"6de7e938-c01d-4316-946c-ca3a25abe449","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&sku=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products",":product_id","variations"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"sku","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8647f8c0-22eb-4568-8730-e2a2a59b6120","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&sku=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products",":product_id","variations"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"sku","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cc03834e-0479-450c-8365-90f6feccbb2c","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products/:product_id/variations?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&sku=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products",":product_id","variations"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"sku","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}],"variable":[{"key":"product_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42ca9f82-0501-4296-b540-324f74c2a83f"},{"name":"/wc/v3/products/:product_id/variations","id":"c3aa991e-ab93-45ee-87a5-83e989ab1699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":"<p>Variation description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Variation regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Variation sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":"<p>Variation status.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the variation is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the variation is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at variation level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Variation weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Variation dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"image","value":"<string>","description":"<p>Variation image data.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products/:product_id/variations","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products",":product_id","variations"],"host":[""],"query":[],"variable":[{"id":"9749d539-df1a-4eac-bc56-87433dd5eb2d","description":{"content":"<p>(Required) Unique identifier for the variable product.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"product_id"}]}},"response":[{"id":"89277869-c558-42ac-83fe-1c6530d9025e","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":{"content":"Variation description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Variation regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Variation sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Variation status.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the variation is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the variation is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at variation level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Variation weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Variation dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Variation image data.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/:product_id/variations","host":[""],"path":["wc","v3","products",":product_id","variations"],"variable":[{"key":"product_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a08031e0-5dbd-4183-94f3-688abd638f47","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":{"content":"Variation description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Variation regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Variation sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Variation status.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the variation is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the variation is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at variation level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Variation weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Variation dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Variation image data.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/:product_id/variations","host":[""],"path":["wc","v3","products",":product_id","variations"],"variable":[{"key":"product_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1a8c1cd-11b1-44f8-a62a-a69b5db1e664","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"<string>","description":{"content":"Variation description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Variation regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Variation sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Variation status.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the variation is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the variation is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at variation level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Variation weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Variation dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"image","value":"<string>","description":{"content":"Variation image data.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/products/:product_id/variations","host":[""],"path":["wc","v3","products",":product_id","variations"],"variable":[{"key":"product_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3aa991e-ab93-45ee-87a5-83e989ab1699"}],"id":"466ed850-f40c-4f3d-8b31-0795ae1f2d3d","_postman_id":"466ed850-f40c-4f3d-8b31-0795ae1f2d3d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/products","id":"466ee7a5-fe5a-49f6-b2da-0de484f43172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/products?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&type=<string>&type=<string>&sku=<string>&featured=<string>&category=<string>&tag=<string>&shipping_class=<string>&attribute=<string>&attribute_term=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to those of particular parent IDs.</p>\n","type":"text/plain"},"key":"parent","value":"<string>"},{"description":{"content":"<p>Limit result set to all items except those of a particular parent ID.</p>\n","type":"text/plain"},"key":"parent_exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to products with a specific slug.</p>\n","type":"text/plain"},"key":"slug","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"any"},{"description":{"content":"<p>Limit result set to products assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"any"},{"description":{"content":"<p>Limit result set to products assigned a specific type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Limit result set to products with specific SKU(s). Use commas to separate.</p>\n","type":"text/plain"},"key":"sku","value":"<string>"},{"description":{"content":"<p>Limit result set to featured products.</p>\n","type":"text/plain"},"key":"featured","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific category ID.</p>\n","type":"text/plain"},"key":"category","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific tag ID.</p>\n","type":"text/plain"},"key":"tag","value":"<string>"},{"description":{"content":"<p>Limit result set to products assigned a specific shipping class ID.</p>\n","type":"text/plain"},"key":"shipping_class","value":"<string>"},{"description":{"content":"<p>Limit result set to products with a specific attribute. Use the taxonomy name/attribute slug.</p>\n","type":"text/plain"},"key":"attribute","value":"<string>"},{"description":{"content":"<p>Limit result set to products with a specific attribute term ID (required an assigned attribute).</p>\n","type":"text/plain"},"key":"attribute_term","value":"<string>"},{"description":{"content":"<p>Limit result set to products on sale.</p>\n","type":"text/plain"},"key":"on_sale","value":"<string>"},{"description":{"content":"<p>Limit result set to products based on a minimum price.</p>\n","type":"text/plain"},"key":"min_price","value":"<string>"},{"description":{"content":"<p>Limit result set to products based on a maximum price.</p>\n","type":"text/plain"},"key":"max_price","value":"<string>"},{"description":{"content":"<p>Limit result set to products with specified stock status.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"},{"description":{"content":"<p>Limit result set to products with specified stock status.</p>\n","type":"text/plain"},"key":"stock_status","value":"<string>"}],"variable":[]}},"response":[{"id":"055166aa-6835-46b3-88c8-b5b7461e1d1c","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&type=<string>&type=<string>&sku=<string>&featured=<string>&category=<string>&tag=<string>&shipping_class=<string>&attribute=<string>&attribute_term=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"category","value":"<string>"},{"key":"tag","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"attribute","value":"<string>"},{"key":"attribute_term","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69981307-be8a-4e72-ae7a-8c08580c1126","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&type=<string>&type=<string>&sku=<string>&featured=<string>&category=<string>&tag=<string>&shipping_class=<string>&attribute=<string>&attribute_term=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"category","value":"<string>"},{"key":"tag","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"attribute","value":"<string>"},{"key":"attribute_term","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"acdc6cff-f7a5-4dea-bcc6-d12cddcfeb19","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/products?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&parent=<string>&parent_exclude=<string>&slug=<string>&status=any&status=any&type=<string>&type=<string>&sku=<string>&featured=<string>&category=<string>&tag=<string>&shipping_class=<string>&attribute=<string>&attribute_term=<string>&on_sale=<string>&min_price=<string>&max_price=<string>&stock_status=<string>&stock_status=<string>","host":[""],"path":["wc","v3","products"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"parent","value":"<string>"},{"key":"parent_exclude","value":"<string>"},{"key":"slug","value":"<string>"},{"key":"status","value":"any"},{"key":"status","value":"any"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"},{"key":"sku","value":"<string>"},{"key":"featured","value":"<string>"},{"key":"category","value":"<string>"},{"key":"tag","value":"<string>"},{"key":"shipping_class","value":"<string>"},{"key":"attribute","value":"<string>"},{"key":"attribute_term","value":"<string>"},{"key":"on_sale","value":"<string>"},{"key":"min_price","value":"<string>"},{"key":"max_price","value":"<string>"},{"key":"stock_status","value":"<string>"},{"key":"stock_status","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"466ee7a5-fe5a-49f6-b2da-0de484f43172"},{"name":"/wc/v3/products","id":"73afbd05-9c0b-4946-ae97-a0b08eab6150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Product name.</p>\n","type":"text"},{"key":"slug","value":"<string>","description":"<p>Product slug.</p>\n","type":"text"},{"key":"date_created","value":"<string>","description":"<p>The date the product was created, in the site's timezone.</p>\n","type":"text"},{"key":"date_created_gmt","value":"<string>","description":"<p>The date the product was created, as GMT.</p>\n","type":"text"},{"key":"type","value":"[\"simple\",\"simple\"]","description":"<p>Product type.</p>\n","type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":"<p>Product status (post status).</p>\n","type":"text"},{"key":"featured","value":"<string>","description":"<p>Featured product.</p>\n","type":"text"},{"key":"catalog_visibility","value":"[\"visible\",\"visible\"]","description":"<p>Catalog visibility.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Product description.</p>\n","type":"text"},{"key":"short_description","value":"<string>","description":"<p>Product short description.</p>\n","type":"text"},{"key":"sku","value":"<string>","description":"<p>Unique identifier.</p>\n","type":"text"},{"key":"regular_price","value":"<string>","description":"<p>Product regular price.</p>\n","type":"text"},{"key":"sale_price","value":"<string>","description":"<p>Product sale price.</p>\n","type":"text"},{"key":"date_on_sale_from","value":"<string>","description":"<p>Start date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":"<p>Start date of sale price, as GMT.</p>\n","type":"text"},{"key":"date_on_sale_to","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":"<p>End date of sale price, in the site's timezone.</p>\n","type":"text"},{"key":"virtual","value":"<string>","description":"<p>If the product is virtual.</p>\n","type":"text"},{"key":"downloadable","value":"<string>","description":"<p>If the product is downloadable.</p>\n","type":"text"},{"key":"downloads","value":"<string>","description":"<p>List of downloadable files.</p>\n","type":"text"},{"key":"download_limit","value":"<string>","description":"<p>Number of times downloadable files can be downloaded after purchase.</p>\n","type":"text"},{"key":"download_expiry","value":"<string>","description":"<p>Number of days until access to downloadable files expires.</p>\n","type":"text"},{"key":"external_url","value":"<uri>","description":"<p>Product external URL. Only for external products.</p>\n","type":"text"},{"key":"button_text","value":"<string>","description":"<p>Product external button text. Only for external products.</p>\n","type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":"<p>Tax status.</p>\n","type":"text"},{"key":"tax_class","value":"<string>","description":"<p>Tax class.</p>\n","type":"text"},{"key":"manage_stock","value":"<string>","description":"<p>Stock management at product level.</p>\n","type":"text"},{"key":"stock_quantity","value":"<string>","description":"<p>Stock quantity.</p>\n","type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":"<p>Controls the stock status of the product.</p>\n","type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":"<p>If managing stock, this controls if backorders are allowed.</p>\n","type":"text"},{"key":"sold_individually","value":"<string>","description":"<p>Allow one item to be bought in a single order.</p>\n","type":"text"},{"key":"weight","value":"<string>","description":"<p>Product weight (kg).</p>\n","type":"text"},{"key":"dimensions","value":"<string>","description":"<p>Product dimensions.</p>\n","type":"text"},{"key":"shipping_class","value":"<string>","description":"<p>Shipping class slug.</p>\n","type":"text"},{"key":"reviews_allowed","value":"<string>","description":"<p>Allow reviews.</p>\n","type":"text"},{"key":"upsell_ids","value":"<string>","description":"<p>List of up-sell products IDs.</p>\n","type":"text"},{"key":"cross_sell_ids","value":"<string>","description":"<p>List of cross-sell products IDs.</p>\n","type":"text"},{"key":"parent_id","value":"<string>","description":"<p>Product parent ID.</p>\n","type":"text"},{"key":"purchase_note","value":"<string>","description":"<p>Optional note to send the customer after purchase.</p>\n","type":"text"},{"key":"categories","value":"<string>","description":"<p>List of categories.</p>\n","type":"text"},{"key":"tags","value":"<string>","description":"<p>List of tags.</p>\n","type":"text"},{"key":"images","value":"<string>","description":"<p>List of images.</p>\n","type":"text"},{"key":"attributes","value":"<string>","description":"<p>List of attributes.</p>\n","type":"text"},{"key":"default_attributes","value":"<string>","description":"<p>Defaults variation attributes.</p>\n","type":"text"},{"key":"menu_order","value":"<string>","description":"<p>Menu order, used to custom sort products.</p>\n","type":"text"},{"key":"meta_data","value":"<string>","description":"<p>Meta data.</p>\n","type":"text"}]},"url":"/wc/v3/products","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","products"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"73622b43-10fc-4561-970f-f71bd9e28a50","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Product name.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"Product slug.","type":"text/plain"},"type":"text"},{"key":"date_created","value":"<string>","description":{"content":"The date the product was created, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_created_gmt","value":"<string>","description":{"content":"The date the product was created, as GMT.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"simple\",\"simple\"]","description":{"content":"Product type.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Product status (post status).","type":"text/plain"},"type":"text"},{"key":"featured","value":"<string>","description":{"content":"Featured product.","type":"text/plain"},"type":"text"},{"key":"catalog_visibility","value":"[\"visible\",\"visible\"]","description":{"content":"Catalog visibility.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Product description.","type":"text/plain"},"type":"text"},{"key":"short_description","value":"<string>","description":{"content":"Product short description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Product regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Product sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the product is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the product is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"external_url","value":"<uri>","description":{"content":"Product external URL. Only for external products.","type":"text/plain"},"type":"text"},{"key":"button_text","value":"<string>","description":{"content":"Product external button text. Only for external products.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at product level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"sold_individually","value":"<string>","description":{"content":"Allow one item to be bought in a single order.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Product weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Product dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"reviews_allowed","value":"<string>","description":{"content":"Allow reviews.","type":"text/plain"},"type":"text"},{"key":"upsell_ids","value":"<string>","description":{"content":"List of up-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"cross_sell_ids","value":"<string>","description":{"content":"List of cross-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"parent_id","value":"<string>","description":{"content":"Product parent ID.","type":"text/plain"},"type":"text"},{"key":"purchase_note","value":"<string>","description":{"content":"Optional note to send the customer after purchase.","type":"text/plain"},"type":"text"},{"key":"categories","value":"<string>","description":{"content":"List of categories.","type":"text/plain"},"type":"text"},{"key":"tags","value":"<string>","description":{"content":"List of tags.","type":"text/plain"},"type":"text"},{"key":"images","value":"<string>","description":{"content":"List of images.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"default_attributes","value":"<string>","description":{"content":"Defaults variation attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"de13e992-d474-496e-a781-20505182e240","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Product name.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"Product slug.","type":"text/plain"},"type":"text"},{"key":"date_created","value":"<string>","description":{"content":"The date the product was created, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_created_gmt","value":"<string>","description":{"content":"The date the product was created, as GMT.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"simple\",\"simple\"]","description":{"content":"Product type.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Product status (post status).","type":"text/plain"},"type":"text"},{"key":"featured","value":"<string>","description":{"content":"Featured product.","type":"text/plain"},"type":"text"},{"key":"catalog_visibility","value":"[\"visible\",\"visible\"]","description":{"content":"Catalog visibility.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Product description.","type":"text/plain"},"type":"text"},{"key":"short_description","value":"<string>","description":{"content":"Product short description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Product regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Product sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the product is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the product is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"external_url","value":"<uri>","description":{"content":"Product external URL. Only for external products.","type":"text/plain"},"type":"text"},{"key":"button_text","value":"<string>","description":{"content":"Product external button text. Only for external products.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at product level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"sold_individually","value":"<string>","description":{"content":"Allow one item to be bought in a single order.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Product weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Product dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"reviews_allowed","value":"<string>","description":{"content":"Allow reviews.","type":"text/plain"},"type":"text"},{"key":"upsell_ids","value":"<string>","description":{"content":"List of up-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"cross_sell_ids","value":"<string>","description":{"content":"List of cross-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"parent_id","value":"<string>","description":{"content":"Product parent ID.","type":"text/plain"},"type":"text"},{"key":"purchase_note","value":"<string>","description":{"content":"Optional note to send the customer after purchase.","type":"text/plain"},"type":"text"},{"key":"categories","value":"<string>","description":{"content":"List of categories.","type":"text/plain"},"type":"text"},{"key":"tags","value":"<string>","description":{"content":"List of tags.","type":"text/plain"},"type":"text"},{"key":"images","value":"<string>","description":{"content":"List of images.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"default_attributes","value":"<string>","description":{"content":"Defaults variation attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eaea809d-876e-4870-b822-bfa8cbdb8a6d","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Product name.","type":"text/plain"},"type":"text"},{"key":"slug","value":"<string>","description":{"content":"Product slug.","type":"text/plain"},"type":"text"},{"key":"date_created","value":"<string>","description":{"content":"The date the product was created, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_created_gmt","value":"<string>","description":{"content":"The date the product was created, as GMT.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"simple\",\"simple\"]","description":{"content":"Product type.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"publish\",\"publish\"]","description":{"content":"Product status (post status).","type":"text/plain"},"type":"text"},{"key":"featured","value":"<string>","description":{"content":"Featured product.","type":"text/plain"},"type":"text"},{"key":"catalog_visibility","value":"[\"visible\",\"visible\"]","description":{"content":"Catalog visibility.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Product description.","type":"text/plain"},"type":"text"},{"key":"short_description","value":"<string>","description":{"content":"Product short description.","type":"text/plain"},"type":"text"},{"key":"sku","value":"<string>","description":{"content":"Unique identifier.","type":"text/plain"},"type":"text"},{"key":"regular_price","value":"<string>","description":{"content":"Product regular price.","type":"text/plain"},"type":"text"},{"key":"sale_price","value":"<string>","description":{"content":"Product sale price.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from","value":"<string>","description":{"content":"Start date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_from_gmt","value":"<string>","description":{"content":"Start date of sale price, as GMT.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"date_on_sale_to_gmt","value":"<string>","description":{"content":"End date of sale price, in the site's timezone.","type":"text/plain"},"type":"text"},{"key":"virtual","value":"<string>","description":{"content":"If the product is virtual.","type":"text/plain"},"type":"text"},{"key":"downloadable","value":"<string>","description":{"content":"If the product is downloadable.","type":"text/plain"},"type":"text"},{"key":"downloads","value":"<string>","description":{"content":"List of downloadable files.","type":"text/plain"},"type":"text"},{"key":"download_limit","value":"<string>","description":{"content":"Number of times downloadable files can be downloaded after purchase.","type":"text/plain"},"type":"text"},{"key":"download_expiry","value":"<string>","description":{"content":"Number of days until access to downloadable files expires.","type":"text/plain"},"type":"text"},{"key":"external_url","value":"<uri>","description":{"content":"Product external URL. Only for external products.","type":"text/plain"},"type":"text"},{"key":"button_text","value":"<string>","description":{"content":"Product external button text. Only for external products.","type":"text/plain"},"type":"text"},{"key":"tax_status","value":"[\"taxable\",\"taxable\"]","description":{"content":"Tax status.","type":"text/plain"},"type":"text"},{"key":"tax_class","value":"<string>","description":{"content":"Tax class.","type":"text/plain"},"type":"text"},{"key":"manage_stock","value":"<string>","description":{"content":"Stock management at product level.","type":"text/plain"},"type":"text"},{"key":"stock_quantity","value":"<string>","description":{"content":"Stock quantity.","type":"text/plain"},"type":"text"},{"key":"stock_status","value":"[\"instock\",\"instock\"]","description":{"content":"Controls the stock status of the product.","type":"text/plain"},"type":"text"},{"key":"backorders","value":"[\"no\",\"no\"]","description":{"content":"If managing stock, this controls if backorders are allowed.","type":"text/plain"},"type":"text"},{"key":"sold_individually","value":"<string>","description":{"content":"Allow one item to be bought in a single order.","type":"text/plain"},"type":"text"},{"key":"weight","value":"<string>","description":{"content":"Product weight (kg).","type":"text/plain"},"type":"text"},{"key":"dimensions","value":"<string>","description":{"content":"Product dimensions.","type":"text/plain"},"type":"text"},{"key":"shipping_class","value":"<string>","description":{"content":"Shipping class slug.","type":"text/plain"},"type":"text"},{"key":"reviews_allowed","value":"<string>","description":{"content":"Allow reviews.","type":"text/plain"},"type":"text"},{"key":"upsell_ids","value":"<string>","description":{"content":"List of up-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"cross_sell_ids","value":"<string>","description":{"content":"List of cross-sell products IDs.","type":"text/plain"},"type":"text"},{"key":"parent_id","value":"<string>","description":{"content":"Product parent ID.","type":"text/plain"},"type":"text"},{"key":"purchase_note","value":"<string>","description":{"content":"Optional note to send the customer after purchase.","type":"text/plain"},"type":"text"},{"key":"categories","value":"<string>","description":{"content":"List of categories.","type":"text/plain"},"type":"text"},{"key":"tags","value":"<string>","description":{"content":"List of tags.","type":"text/plain"},"type":"text"},{"key":"images","value":"<string>","description":{"content":"List of images.","type":"text/plain"},"type":"text"},{"key":"attributes","value":"<string>","description":{"content":"List of attributes.","type":"text/plain"},"type":"text"},{"key":"default_attributes","value":"<string>","description":{"content":"Defaults variation attributes.","type":"text/plain"},"type":"text"},{"key":"menu_order","value":"<string>","description":{"content":"Menu order, used to custom sort products.","type":"text/plain"},"type":"text"},{"key":"meta_data","value":"<string>","description":{"content":"Meta data.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/products"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73afbd05-9c0b-4946-ae97-a0b08eab6150"}],"id":"edaee168-944a-49e4-87d6-cf33a6bd9219","_postman_id":"edaee168-944a-49e4-87d6-cf33a6bd9219","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"reports","item":[{"name":"/wc/v3/reports","id":"03006cd9-972c-4a8b-a339-3597e1fe3ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"3475f32d-3e46-498b-9605-2da62512db9b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports?context=view&context=view","host":[""],"path":["wc","v3","reports"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"71b88c71-7e05-479d-9b3b-f9ef044a09f2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports?context=view&context=view","host":[""],"path":["wc","v3","reports"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ee53595e-c97e-4626-8b0e-0c02a6e1e789","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports?context=view&context=view","host":[""],"path":["wc","v3","reports"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03006cd9-972c-4a8b-a339-3597e1fe3ee6"},{"name":"/wc/v3/reports/sales","id":"9aa877ed-2652-46a8-bf5c-29294a25e027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/sales?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","sales"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Report period.</p>\n","type":"text/plain"},"key":"period","value":"<string>"},{"description":{"content":"<p>Report period.</p>\n","type":"text/plain"},"key":"period","value":"<string>"},{"description":{"content":"<p>Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"date_min","value":"<date>"},{"description":{"content":"<p>Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"date_max","value":"<date>"}],"variable":[]}},"response":[{"id":"25e78038-87da-4a32-b20e-636a88ff37dd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/sales?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","sales"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"32a56e25-0d28-4208-9e53-ef4b941886e1","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/sales?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","sales"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4bdae340-d1a3-4819-b015-b84db096ef73","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/sales?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","sales"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9aa877ed-2652-46a8-bf5c-29294a25e027"},{"name":"/wc/v3/reports/top_sellers","id":"700aace6-80fc-43a8-a032-7f755d5abd6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/top_sellers?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","top_sellers"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Report period.</p>\n","type":"text/plain"},"key":"period","value":"<string>"},{"description":{"content":"<p>Report period.</p>\n","type":"text/plain"},"key":"period","value":"<string>"},{"description":{"content":"<p>Return sales for a specific start date, the date need to be in the YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"date_min","value":"<date>"},{"description":{"content":"<p>Return sales for a specific end date, the date need to be in the YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"date_max","value":"<date>"}],"variable":[]}},"response":[{"id":"3404f949-e2f6-47be-a7aa-fd31de0cbba5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/top_sellers?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","top_sellers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6650ee4d-9064-4620-beef-bb46c889db29","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/top_sellers?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","top_sellers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9cb4465c-a3d9-4950-81f8-ba7a5e7862d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/top_sellers?context=view&context=view&period=<string>&period=<string>&date_min=<date>&date_max=<date>","host":[""],"path":["wc","v3","reports","top_sellers"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"period","value":"<string>"},{"key":"period","value":"<string>"},{"key":"date_min","value":"<date>"},{"key":"date_max","value":"<date>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"700aace6-80fc-43a8-a032-7f755d5abd6f"},{"name":"/wc/v3/reports/orders/totals","id":"aea12fe9-8ebc-465a-9ff4-67c9e6075f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/orders/totals?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","orders","totals"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"64f4d66d-a46b-4b70-93e7-7462038b6f01","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/orders/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","orders","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"658f5246-5a2e-4dc4-a55f-6d41a5aef889","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/orders/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","orders","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"784a8e72-5b70-43a0-a505-130ad9ca44a3","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/orders/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","orders","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aea12fe9-8ebc-465a-9ff4-67c9e6075f1f"},{"name":"/wc/v3/reports/products/totals","id":"afeb019b-3087-4e07-bf4e-0e832968a1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/products/totals?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","products","totals"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"1112d8f1-4ab4-4dff-bc35-b650007fc4e1","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/products/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","products","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3cab7931-3423-4e66-ab91-04990ea2f590","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/products/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","products","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c87a00e6-fad2-46af-8986-20cfbc538d6f","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/products/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","products","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afeb019b-3087-4e07-bf4e-0e832968a1ad"},{"name":"/wc/v3/reports/customers/totals","id":"72001f2f-2867-4c0b-aa54-79f1a567d8e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/customers/totals?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","customers","totals"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"1bc8d9ca-f586-442b-822f-a68217006f5b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/customers/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","customers","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cfa9a95b-1013-4510-900b-5a86750ccad6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/customers/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","customers","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6543a7f-802b-4d7b-bcca-189a0c8f36d4","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/customers/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","customers","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72001f2f-2867-4c0b-aa54-79f1a567d8e1"},{"name":"/wc/v3/reports/coupons/totals","id":"e0916c8b-efd7-4052-a8bf-29362a52df4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/coupons/totals?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","coupons","totals"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"83a654c0-595a-4b64-b979-0125ada08936","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/coupons/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","coupons","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8cbf0883-5583-4fda-8fb7-c8585f4c95e0","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/coupons/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","coupons","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ddff1126-2ff9-47a9-99bd-d0f9a3a279f7","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/coupons/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","coupons","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0916c8b-efd7-4052-a8bf-29362a52df4b"},{"name":"/wc/v3/reports/reviews/totals","id":"18d99f2d-2aba-4f66-a88b-dc266645542c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/reports/reviews/totals?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","reports","reviews","totals"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"3fc15a72-2225-43e4-9784-ae4985a6bad8","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/reviews/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","reviews","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"974402c3-1dea-40a9-84ab-dd67b317f779","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/reviews/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","reviews","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d825b778-d50d-46f6-978e-67d71d596e59","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/reports/reviews/totals?context=view&context=view","host":[""],"path":["wc","v3","reports","reviews","totals"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18d99f2d-2aba-4f66-a88b-dc266645542c"}],"id":"3ec69b4f-b75a-41fb-94a1-b146b94adf1f","_postman_id":"3ec69b4f-b75a-41fb-94a1-b146b94adf1f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"settings","item":[{"name":"batch","item":[{"name":"/wc/v3/settings/batch","id":"a6da1e75-e124-4eae-aba1-d27dc993d498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/wc/v3/settings/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3f3ff69c-793d-440d-a0ec-0d8cc2dfe4a7","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/settings/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54d03f2d-df32-4df0-a420-0d1ccad7cc4a","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/settings/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"77a5d708-9f4d-4507-b3f9-a7ae38095fd8","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/settings/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6da1e75-e124-4eae-aba1-d27dc993d498"},{"name":"/wc/v3/settings/batch","id":"3c4845a1-83b7-4399-993d-6f88d9855d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/settings/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"3ad54582-39e0-41c7-952e-18f3c554cbf1","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":"/wc/v3/settings/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"73ec7959-b195-4a6a-8183-d2693762c660","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":"/wc/v3/settings/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"790a6a8a-8591-4294-a19c-2113d404412b","name":"OK","originalRequest":{"method":"PUT","header":[],"url":"/wc/v3/settings/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c4845a1-83b7-4399-993d-6f88d9855d4c"},{"name":"/wc/v3/settings/batch","id":"12c04c3f-8caf-422e-adc9-8c37faba46b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/settings/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"030ce730-a2d9-4b67-9907-f3924d9e29db","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":"/wc/v3/settings/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"928b79f2-9cf2-4498-be74-d2924de420e3","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":"/wc/v3/settings/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c62e144d-f1e6-4813-bb48-8dd8353ec3a0","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":"/wc/v3/settings/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12c04c3f-8caf-422e-adc9-8c37faba46b6"}],"id":"6453805a-cf56-4f6e-a4cd-1b16d3ae0267","_postman_id":"6453805a-cf56-4f6e-a4cd-1b16d3ae0267","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{group id}","item":[{"name":"batch","item":[{"name":"/wc/v3/settings/:group_id/batch","id":"beb354ac-6f24-4d87-b72c-82188ac48bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"group","value":"<string>","description":"<p>Settings group ID.</p>\n","type":"text"},{"key":"value","value":"<string>","description":"<p>Setting value.</p>\n","type":"text"}]},"url":"/wc/v3/settings/:group_id/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id","batch"],"host":[""],"query":[],"variable":[{"id":"aa7ecb2e-0f73-4547-97d0-fd14fe459e1e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"185faa28-bf0c-4360-88bf-b9ea9a149816","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch","host":[""],"path":["wc","v3","settings",":group_id","batch"],"variable":[{"key":"group_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c670d9fd-074e-431b-99a5-12811a084dc3","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch","host":[""],"path":["wc","v3","settings",":group_id","batch"],"variable":[{"key":"group_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f166f5fa-2e31-4d13-87c7-c8c878bcd8e4","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch","host":[""],"path":["wc","v3","settings",":group_id","batch"],"variable":[{"key":"group_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"beb354ac-6f24-4d87-b72c-82188ac48bfa"},{"name":"/wc/v3/settings/:group_id/batch","id":"704904cb-04e1-4f5c-abe1-715ac13b1ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id","batch"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"},{"description":{"content":"<p>Setting value.</p>\n","type":"text/plain"},"key":"value","value":"<string>"}],"variable":[{"id":"9a2d8883-7c5b-4436-a4cb-e2746152cdc6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"1a4deb61-d3ae-4980-8b10-e02e8d848158","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba05fade-cc22-4ab3-8aa7-589be4ccf928","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d467ad1b-8c81-45fb-9197-706056282eae","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"704904cb-04e1-4f5c-abe1-715ac13b1ce5"},{"name":"/wc/v3/settings/:group_id/batch","id":"9fd43bee-e98b-4a6f-8370-5d277c91191f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id","batch"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"},{"description":{"content":"<p>Setting value.</p>\n","type":"text/plain"},"key":"value","value":"<string>"}],"variable":[{"id":"cb5035de-d00f-46b3-9db2-e3493c4206dc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"c490d115-c15f-4cb1-b9d0-f630775736f5","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e433d807-19b8-43d2-aac6-9fbe862c3097","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1f414e4-907a-483a-8333-2dc33a553441","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/batch?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id","batch"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fd43bee-e98b-4a6f-8370-5d277c91191f"}],"id":"0732be46-a9bc-4ac8-974b-7ff59b297a92","_postman_id":"0732be46-a9bc-4ac8-974b-7ff59b297a92","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{id}","item":[{"name":"/wc/v3/settings/:group_id/:id","id":"0547ebfb-56aa-407d-aa23-42e7b084b62a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/settings/:group_id/:id?group=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id",":id"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"}],"variable":[{"id":"4ecdd5f1-2266-4f6a-a31a-6b416a84f1a8","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"ae078d74-965a-4512-aa23-44e2936469e3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"3114b985-f152-4aa0-a68a-edab2ea70b2f","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cac02f12-4121-48d6-a655-6bc5c4cb43ff","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fbfa2856-ebfd-4644-84b1-1fc1de1ec81a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0547ebfb-56aa-407d-aa23-42e7b084b62a"},{"name":"/wc/v3/settings/:group_id/:id","id":"d885ad38-4c00-4453-aabb-302cf65a4d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"group","value":"<string>","description":"<p>Settings group ID.</p>\n","type":"text"},{"key":"value","value":"<string>","description":"<p>Setting value.</p>\n","type":"text"}]},"url":"/wc/v3/settings/:group_id/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id",":id"],"host":[""],"query":[],"variable":[{"id":"b85aa2e2-adea-4bbd-9eab-1c747d649338","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"0b80f15e-876f-4334-a076-ed16b67c2e3a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"13ae3fe8-8d45-43a3-b947-27a66d424b83","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id","host":[""],"path":["wc","v3","settings",":group_id",":id"],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e3d19fe-c13c-41e9-baa9-8dd91a3778cf","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id","host":[""],"path":["wc","v3","settings",":group_id",":id"],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88c712eb-137c-4373-80c4-20c6c0d9385a","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id","host":[""],"path":["wc","v3","settings",":group_id",":id"],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d885ad38-4c00-4453-aabb-302cf65a4d81"},{"name":"/wc/v3/settings/:group_id/:id","id":"3e2005fa-3282-4330-b38b-2eafe89acb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id",":id"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"},{"description":{"content":"<p>Setting value.</p>\n","type":"text/plain"},"key":"value","value":"<string>"}],"variable":[{"id":"19476c97-baab-4627-8fff-f0b2190f6e0d","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"87040d49-7953-4e8e-a0ec-25b80dc9449f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"4a802ca1-5fc2-4395-a7df-5fc5545f43f5","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b66564eb-ed6d-4535-84dd-48cdb5c372d3","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1322027-ce75-426b-8aad-ab526d9ad2ab","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e2005fa-3282-4330-b38b-2eafe89acb16"},{"name":"/wc/v3/settings/:group_id/:id","id":"f132717c-a08a-4694-9af1-29aa03d3a51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id",":id"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"},{"description":{"content":"<p>Setting value.</p>\n","type":"text/plain"},"key":"value","value":"<string>"}],"variable":[{"id":"3df6e1e5-c983-48d3-b3cc-bb460c2da7da","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"},{"id":"04e2ca9b-9fba-4e1e-91dd-4d756da7ed02","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"34da5d64-5463-4702-934f-56b47d8a1fae","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bfc254b1-4e9f-4152-8790-5d2d9f87ed6d","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dca010c0-05cb-4262-a854-eaf16685bb55","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/settings/:group_id/:id?group=<string>&value=<string>","host":[""],"path":["wc","v3","settings",":group_id",":id"],"query":[{"key":"group","value":"<string>"},{"key":"value","value":"<string>"}],"variable":[{"key":"group_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f132717c-a08a-4694-9af1-29aa03d3a51f"}],"id":"1bae4beb-d78d-4835-95c6-1819e1035ab8","_postman_id":"1bae4beb-d78d-4835-95c6-1819e1035ab8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/settings/:group_id","id":"e4ea6ce9-8d8c-45e1-8e17-b53212be1fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/settings/:group_id?group=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings",":group_id"],"host":[""],"query":[{"description":{"content":"<p>Settings group ID.</p>\n","type":"text/plain"},"key":"group","value":"<string>"}],"variable":[{"id":"b3d2a2d2-934b-48a9-92f1-f306c6fab97d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"group_id"}]}},"response":[{"id":"3059697c-d124-4a40-ac38-b6a9630891da","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4e0826f5-caf1-4ba2-9b43-0ff7add205c2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5a20d15-97a7-4823-90ea-6fe6375bdc93","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/settings/:group_id?group=<string>","host":[""],"path":["wc","v3","settings",":group_id"],"query":[{"key":"group","value":"<string>"}],"variable":[{"key":"group_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4ea6ce9-8d8c-45e1-8e17-b53212be1fc9"}],"id":"7b97541f-20e3-42a8-8309-71ab93eaf7c3","_postman_id":"7b97541f-20e3-42a8-8309-71ab93eaf7c3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/settings","id":"b2b3165b-12cd-4d91-a9e5-4f575c13c5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/settings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","settings"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"445118e2-7a2c-462b-a901-4c0d73e5d705","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/settings"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d152d91f-7f7e-49d3-b843-df4bee8a3db5","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd552df1-bda2-475c-a8bc-4b8e9bd17d00","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/settings"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2b3165b-12cd-4d91-a9e5-4f575c13c5dc"}],"id":"89b6f98d-7009-48e1-a53b-33c511686f52","_postman_id":"89b6f98d-7009-48e1-a53b-33c511686f52","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"shipping/zones","item":[{"name":"{id}","item":[{"name":"locations","item":[{"name":"/wc/v3/shipping/zones/:id/locations","id":"6dfc93bd-ed7d-4000-a4bb-aaa202a3a350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones/:id/locations","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id","locations"],"host":[""],"query":[],"variable":[{"id":"f6e9b3bf-c7d5-4dcc-b947-732521ec9bd3","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"3411f6ff-abf3-48e2-a1ad-d56939c96109","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4b9e90ba-f4cf-4203-8e3b-1c51c7c62075","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6092b8d9-7202-43f4-9107-d1c11397333c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6dfc93bd-ed7d-4000-a4bb-aaa202a3a350"},{"name":"/wc/v3/shipping/zones/:id/locations","id":"b69a492b-557d-403a-a937-d8eda96bf475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":"<p>Shipping zone location code.</p>\n","type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":"<p>Shipping zone location type.</p>\n","type":"text"}]},"url":"/wc/v3/shipping/zones/:id/locations","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id","locations"],"host":[""],"query":[],"variable":[{"id":"0d315c6b-51a2-4d77-b183-f420f4e801b9","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"2341139c-443a-4594-96bc-ee2c12cfde55","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Shipping zone location code.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":{"content":"Shipping zone location type.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2617e4e7-5692-4ee5-8226-94324932f672","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Shipping zone location code.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":{"content":"Shipping zone location type.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa0148f7-0adc-4fb0-bef2-b8f361f4ff8e","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"<string>","description":{"content":"Shipping zone location code.","type":"text/plain"},"type":"text"},{"key":"type","value":"[\"<string>\",\"<string>\"]","description":{"content":"Shipping zone location type.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id/locations","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b69a492b-557d-403a-a937-d8eda96bf475"},{"name":"/wc/v3/shipping/zones/:id/locations","id":"50e414d2-9772-42e7-b3fd-335fe893e7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id","locations"],"host":[""],"query":[{"description":{"content":"<p>Shipping zone location code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>Shipping zone location type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Shipping zone location type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[{"id":"48f054f0-d69b-4986-921a-5b2b81147d62","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"687745b2-20cc-4121-891a-8dfdde984e9e","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8d3c6702-1e80-465f-b13f-59c40c501c8d","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd731cea-8f34-4c33-a791-4121dec49a7e","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50e414d2-9772-42e7-b3fd-335fe893e7ae"},{"name":"/wc/v3/shipping/zones/:id/locations","id":"6e5a237c-6165-4024-924d-a6b3438ecfa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id","locations"],"host":[""],"query":[{"description":{"content":"<p>Shipping zone location code.</p>\n","type":"text/plain"},"key":"code","value":"<string>"},{"description":{"content":"<p>Shipping zone location type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Shipping zone location type.</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[{"id":"b823a5f7-7f95-4be1-9cac-d8666b30df13","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"86b421f5-96ac-4d9f-8f43-519ca224971a","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"952dd51b-8651-470e-a1c8-ceb2c065db83","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb6e55ea-d484-4bd6-9656-88f1b5bcf578","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id/locations?code=<string>&type=<string>&type=<string>","host":[""],"path":["wc","v3","shipping","zones",":id","locations"],"query":[{"key":"code","value":"<string>"},{"key":"type","value":"<string>"},{"key":"type","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e5a237c-6165-4024-924d-a6b3438ecfa8"}],"id":"b130d1f0-5853-4b2d-9e87-4678668583ba","_postman_id":"b130d1f0-5853-4b2d-9e87-4678668583ba","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/shipping/zones/:id","id":"fc3e41b5-5c15-446e-a310-2837948e9d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id"],"host":[""],"query":[],"variable":[{"id":"21f6e25b-7a50-4d70-8492-62d535af1ed7","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"065c5331-bf33-4694-9572-e6f14e8057bc","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7af6d3c5-032d-46ae-9c1a-33d16f1c0e88","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a2c8f861-8346-4cc4-8a80-fa79d8ac55af","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc3e41b5-5c15-446e-a310-2837948e9d67"},{"name":"/wc/v3/shipping/zones/:id","id":"9bf28c50-2614-461c-8bae-b2d4b40d06af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Shipping zone name.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Shipping zone order.</p>\n","type":"text"}]},"url":"/wc/v3/shipping/zones/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id"],"host":[""],"query":[],"variable":[{"id":"200cc99d-52cf-4733-8258-7e9489ffb07d","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"8c951d83-8fae-4bdd-a97d-06bd07492628","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be139110-d8bd-4552-91f0-8761e7ed23ab","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bf94432f-2143-41f9-9f9c-f47e79082931","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:id","host":[""],"path":["wc","v3","shipping","zones",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bf28c50-2614-461c-8bae-b2d4b40d06af"},{"name":"/wc/v3/shipping/zones/:id","id":"52d88456-38a4-4323-a960-da99be199376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id"],"host":[""],"query":[{"description":{"content":"<p>Shipping zone name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Shipping zone order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[{"id":"60965aa4-6088-468a-9dfd-43fa4419e3dd","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"68c3d691-92af-44ab-b09b-7a086739f85c","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"69fd65f4-c292-4481-bb78-14a0d2ecc210","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f74228e-0bd4-404a-8a24-cfb17ee4929b","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52d88456-38a4-4323-a960-da99be199376"},{"name":"/wc/v3/shipping/zones/:id","id":"dc663b88-3df2-417f-83a7-2d293bac3dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id"],"host":[""],"query":[{"description":{"content":"<p>Shipping zone name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Shipping zone order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[{"id":"366fc939-ee43-4fca-9c03-ece304c78383","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"38c5d85f-6850-4dc4-b260-f72d67250a4d","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea1fa14e-1ab9-450d-b16e-cca96191bb41","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6b61e53-a47e-4f73-8c05-8dc25470b11d","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?name=<string>&order=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"name","value":"<string>"},{"key":"order","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc663b88-3df2-417f-83a7-2d293bac3dce"},{"name":"/wc/v3/shipping/zones/:id","id":"a765b04c-697a-4bc2-8383-e3cbd04bd558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/shipping/zones/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"8ffb66e0-f35c-4652-9e77-d47b6a2e1f19","description":{"content":"<p>(Required) Unique ID for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"7fc4e923-0b81-46e5-8bd6-0df91197a043","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b94d0e54-a278-443a-9e06-3102511703e2","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c400f79f-29fa-42a8-97ed-18bb8242612a","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a765b04c-697a-4bc2-8383-e3cbd04bd558"}],"id":"f7a3d498-595c-40ea-954e-7412915bf595","_postman_id":"f7a3d498-595c-40ea-954e-7412915bf595","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{zone id}/methods","item":[{"name":"{instance id}","item":[{"name":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","id":"eccde166-dd6d-4c44-a1f7-5b1b3c0f47b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"host":[""],"query":[],"variable":[{"id":"fc24b8e8-592a-46d3-a386-b5f65cc2c079","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"},{"id":"7c8fea79-6aa3-479c-81a7-488b32b92e5d","description":{"content":"<p>(Required) Unique ID for the instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"instance_id"}]}},"response":[{"id":"15f40c57-dafe-4690-a788-0efdcd8fa381","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac39090f-8bb9-409c-90f8-4fe8e2772532","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f764f833-d885-461d-a183-141416f7e957","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eccde166-dd6d-4c44-a1f7-5b1b3c0f47b2"},{"name":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","id":"299cc134-9124-47d1-8322-8e930b98c767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"order","value":"<string>","description":"<p>Shipping method sort order.</p>\n","type":"text"},{"key":"enabled","value":"<string>","description":"<p>Shipping method enabled status.</p>\n","type":"text"},{"key":"settings","value":"<string>","description":"<p>Shipping method settings.</p>\n","type":"text"}]},"url":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"host":[""],"query":[],"variable":[{"id":"85c1c18a-dbe2-402d-a380-fd7c10d0254b","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"},{"id":"c03052cc-725d-401d-8c0d-0adc3da8b65e","description":{"content":"<p>(Required) Unique ID for the instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"instance_id"}]}},"response":[{"id":"38408858-e08d-42a8-aecb-c459e4d5efad","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"59e12506-d5a4-4196-b4ae-f5a83f5fc814","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a81297dc-7f3f-49d7-aa10-b42642863d95","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"299cc134-9124-47d1-8322-8e930b98c767"},{"name":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","id":"62b279ac-a5ef-4efd-9037-aed1cc06e0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"host":[""],"query":[{"description":{"content":"<p>Shipping method sort order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Shipping method enabled status.</p>\n","type":"text/plain"},"key":"enabled","value":"<string>"},{"description":{"content":"<p>Shipping method settings.</p>\n","type":"text/plain"},"key":"settings","value":"<string>"}],"variable":[{"id":"4028c379-690f-43f1-9804-864119fcdd52","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"},{"id":"3b4b99ab-ff8a-4acf-a7d1-ff7c1ae35d6a","description":{"content":"<p>(Required) Unique ID for the instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"instance_id"}]}},"response":[{"id":"4344ca1a-d932-4729-9227-1eb7b752163e","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4aa76560-f750-4bec-82d9-9b6971be91b6","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5fdf28e-304d-4273-9194-869bba845634","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62b279ac-a5ef-4efd-9037-aed1cc06e0cd"},{"name":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","id":"e290ff13-de77-4341-89cb-a734648b0eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"host":[""],"query":[{"description":{"content":"<p>Shipping method sort order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Shipping method enabled status.</p>\n","type":"text/plain"},"key":"enabled","value":"<string>"},{"description":{"content":"<p>Shipping method settings.</p>\n","type":"text/plain"},"key":"settings","value":"<string>"}],"variable":[{"id":"56c66074-dc8f-4536-9a8e-18458f571de2","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"},{"id":"6ce986e8-4785-4a6d-afa1-e905eb23d882","description":{"content":"<p>(Required) Unique ID for the instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"instance_id"}]}},"response":[{"id":"14c008ec-4a80-4fa4-944e-ab1a3735ce29","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58376033-cd78-4530-872e-afb870dc0579","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"81ce7dcd-f19e-47a7-bf97-965cbf457384","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e290ff13-de77-4341-89cb-a734648b0eac"},{"name":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id","id":"36c7690b-fe8d-45be-bb31-9e7596e6ebf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"host":[""],"query":[{"description":{"content":"<p>Whether to bypass trash and force deletion.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"aa2d9709-1a41-43bb-9a8c-9b78791c2aaa","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"},{"id":"1a652d6e-0c6c-4678-8e0d-82a77d83a149","description":{"content":"<p>(Required) Unique ID for the instance.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"instance_id"}]}},"response":[{"id":"01fec96f-7385-45c9-909f-8c6037e545c4","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d6cae09-90d2-4654-aa5d-f1b84c1ec06d","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89345ed2-b2c5-4195-a306-e3c704598922","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods/:instance_id?force=<string>","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods",":instance_id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"zone_id"},{"key":"instance_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36c7690b-fe8d-45be-bb31-9e7596e6ebf9"}],"id":"d621cc40-5225-48ad-8364-a3bd68a601ce","_postman_id":"d621cc40-5225-48ad-8364-a3bd68a601ce","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/shipping/zones/:zone_id/methods","id":"0ba8a719-5086-47f5-8ae2-ae13dea00eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones/:zone_id/methods","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods"],"host":[""],"query":[],"variable":[{"id":"b7eaafee-a384-44e1-ae79-5b6f756199fb","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"}]}},"response":[{"id":"6436046b-639f-41ab-81c1-fcf9514088df","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea6913b4-6645-43f5-84ad-262617196861","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef2236ed-585e-4dcc-95b8-0f8e0c57462d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ba8a719-5086-47f5-8ae2-ae13dea00eaf"},{"name":"/wc/v3/shipping/zones/:zone_id/methods","id":"8efad2ac-1a4c-4e1e-98dc-798676cd1cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"method_id","value":"<string>","description":"<p>Shipping method ID.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Shipping method sort order.</p>\n","type":"text"},{"key":"enabled","value":"<string>","description":"<p>Shipping method enabled status.</p>\n","type":"text"},{"key":"settings","value":"<string>","description":"<p>Shipping method settings.</p>\n","type":"text"}]},"url":"/wc/v3/shipping/zones/:zone_id/methods","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones",":zone_id","methods"],"host":[""],"query":[],"variable":[{"id":"97491db7-92d3-4a53-858e-8376a8fea11d","description":{"content":"<p>(Required) Unique ID for the zone.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"zone_id"}]}},"response":[{"id":"6c2fe4e3-81be-4dc3-82ab-f01353a49551","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"method_id","value":"<string>","description":{"content":"Shipping method ID.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bd31fd22-abb4-464f-9a18-5cec4bf09281","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"method_id","value":"<string>","description":{"content":"Shipping method ID.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef43a6a7-2b3a-4e8a-9f4e-bb2522f3beaa","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"method_id","value":"<string>","description":{"content":"Shipping method ID.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping method sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Shipping method enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Shipping method settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/shipping/zones/:zone_id/methods","host":[""],"path":["wc","v3","shipping","zones",":zone_id","methods"],"variable":[{"key":"zone_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8efad2ac-1a4c-4e1e-98dc-798676cd1cc2"}],"id":"89ad0ad2-6384-4ed0-be69-10ef3b605b55","_postman_id":"89ad0ad2-6384-4ed0-be69-10ef3b605b55","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/shipping/zones","id":"668ea571-bd80-45ea-9aee-eb29c7ceb813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2aac033f-28d2-4642-8b6e-4cd422ffbf6f","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84a57b0c-6e96-4d98-87c1-2961755b648e","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b931b5c8-1dd1-4376-a556-8aa020cf99b6","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/shipping/zones"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"668ea571-bd80-45ea-9aee-eb29c7ceb813"},{"name":"/wc/v3/shipping/zones","id":"738ac3ef-396f-4a0b-9c66-29be0a02937a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Shipping zone name.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Shipping zone order.</p>\n","type":"text"}]},"url":"/wc/v3/shipping/zones","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping","zones"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7d00a315-ecae-4ea0-aa54-c6651a637e88","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/shipping/zones"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b8526c4-82b8-4cf7-ab3c-83666d288e40","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/shipping/zones"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fa2f8d21-e958-4ef8-96f1-d07a91827859","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Shipping zone name.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Shipping zone order.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/shipping/zones"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"738ac3ef-396f-4a0b-9c66-29be0a02937a"}],"id":"eb8b801a-eb4d-4111-a8a5-fc802938fece","_postman_id":"eb8b801a-eb4d-4111-a8a5-fc802938fece","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"taxes","item":[{"name":"classes","item":[{"name":"/wc/v3/taxes/classes","id":"88586fd0-98a8-4c95-9b8e-03afff6a9684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/taxes/classes?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","classes"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"500f0b5d-5327-40bf-9ef1-3a012964dfdd","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/classes?context=view&context=view","host":[""],"path":["wc","v3","taxes","classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e25697c-5ceb-4664-9073-436d7411be80","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/classes?context=view&context=view","host":[""],"path":["wc","v3","taxes","classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dfb257bb-e10e-45d3-a591-96dd22fc3b41","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/classes?context=view&context=view","host":[""],"path":["wc","v3","taxes","classes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88586fd0-98a8-4c95-9b8e-03afff6a9684"},{"name":"/wc/v3/taxes/classes","id":"eb3676ac-e9e1-4124-909d-6c780ea3ddea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Tax class name.</p>\n","type":"text"}]},"url":"/wc/v3/taxes/classes","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","classes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"098dc9fc-afa8-46e7-934c-474d1f10b05f","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tax class name.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes/classes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"959d6eb7-1439-4fe8-8da5-e30256b2d1bf","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tax class name.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes/classes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f7954ef1-92cc-4213-8ad4-3ba20f2df58c","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tax class name.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes/classes"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb3676ac-e9e1-4124-909d-6c780ea3ddea"},{"name":"/wc/v3/taxes/classes/:slug","id":"59aaa7ad-0d41-4a77-bf20-5b6f50eee46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/taxes/classes/:slug?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","classes",":slug"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"9f188334-2e73-4902-9eb5-d3fa9e76a42d","description":{"content":"<p>(Required) Unique slug for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"slug"}]}},"response":[{"id":"59f89c77-7dae-46eb-9026-3433efe207cc","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/classes/:slug?force=<string>","host":[""],"path":["wc","v3","taxes","classes",":slug"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"82fb532e-abd3-477b-8563-5207d7cc2ead","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/classes/:slug?force=<string>","host":[""],"path":["wc","v3","taxes","classes",":slug"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"slug"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bdbb9a0a-82b8-482d-b44e-84cb3bb0215f","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/classes/:slug?force=<string>","host":[""],"path":["wc","v3","taxes","classes",":slug"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59aaa7ad-0d41-4a77-bf20-5b6f50eee46e"}],"id":"0329ccf5-28a6-42bb-a71e-9fb38ce82527","_postman_id":"0329ccf5-28a6-42bb-a71e-9fb38ce82527","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"{id}","item":[{"name":"/wc/v3/taxes/:id","id":"05b1e102-ab5e-415b-9d66-46d127ca12b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/taxes/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"afebdb62-0a41-448d-bc8a-a1096f8a6d88","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"800475a3-3169-4007-b6c5-331bd08ff64d","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/:id?context=view&context=view","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e177bc48-b0cc-48f4-9990-fae70a5e849a","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/:id?context=view&context=view","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f27dd4f9-c96f-496c-8d65-c1ac5d6b717a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes/:id?context=view&context=view","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05b1e102-ab5e-415b-9d66-46d127ca12b6"},{"name":"/wc/v3/taxes/:id","id":"d3ed15fa-ce68-4ba9-86b2-209ad805eb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":"<p>Country ISO 3166 code.</p>\n","type":"text"},{"key":"state","value":"<string>","description":"<p>State code.</p>\n","type":"text"},{"key":"postcode","value":"<string>","description":"<p>Postcode / ZIP.</p>\n","type":"text"},{"key":"city","value":"<string>","description":"<p>City name.</p>\n","type":"text"},{"key":"rate","value":"<string>","description":"<p>Tax rate.</p>\n","type":"text"},{"key":"name","value":"<string>","description":"<p>Tax rate name.</p>\n","type":"text"},{"key":"priority","value":"<string>","description":"<p>Tax priority.</p>\n","type":"text"},{"key":"compound","value":"<string>","description":"<p>Whether or not this is a compound rate.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Indicates the order that will appear in queries.</p>\n","type":"text"},{"key":"class","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax class.</p>\n","type":"text"}]},"url":"/wc/v3/taxes/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes",":id"],"host":[""],"query":[],"variable":[{"id":"e240d1d1-9627-470f-806f-ac33cc4709c1","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"6748abb5-320f-4dbe-b0cd-da3ab287201b","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/taxes/:id","host":[""],"path":["wc","v3","taxes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a984b608-8c13-482c-a180-dc3b0936d71c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/taxes/:id","host":[""],"path":["wc","v3","taxes",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c8e3d9f9-a502-42d5-9b3b-0fc592dda312","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/taxes/:id","host":[""],"path":["wc","v3","taxes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3ed15fa-ce68-4ba9-86b2-209ad805eb6f"},{"name":"/wc/v3/taxes/:id","id":"466843e9-6f13-49fa-a3ef-5efded36f560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes",":id"],"host":[""],"query":[{"description":{"content":"<p>Country ISO 3166 code.</p>\n","type":"text/plain"},"key":"country","value":"<string>"},{"description":{"content":"<p>State code.</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>Postcode / ZIP.</p>\n","type":"text/plain"},"key":"postcode","value":"<string>"},{"description":{"content":"<p>City name.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"description":{"content":"<p>Tax rate.</p>\n","type":"text/plain"},"key":"rate","value":"<string>"},{"description":{"content":"<p>Tax rate name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Tax priority.</p>\n","type":"text/plain"},"key":"priority","value":"<string>"},{"description":{"content":"<p>Whether or not this is a compound rate.</p>\n","type":"text/plain"},"key":"compound","value":"<string>"},{"description":{"content":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Indicates the order that will appear in queries.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"}],"variable":[{"id":"38dddc13-19d0-4fe2-9f8b-f5b1a05d7913","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"3e62fe49-634d-4a00-82b1-75bdfd8739a7","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46601dce-09b9-4472-884e-ac5c55859b17","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e550f422-b63f-4cd5-b18c-1418d9414574","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"466843e9-6f13-49fa-a3ef-5efded36f560"},{"name":"/wc/v3/taxes/:id","id":"5f75b9b2-6db1-403b-bbe3-8201d16b172c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes",":id"],"host":[""],"query":[{"description":{"content":"<p>Country ISO 3166 code.</p>\n","type":"text/plain"},"key":"country","value":"<string>"},{"description":{"content":"<p>State code.</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>Postcode / ZIP.</p>\n","type":"text/plain"},"key":"postcode","value":"<string>"},{"description":{"content":"<p>City name.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"description":{"content":"<p>Tax rate.</p>\n","type":"text/plain"},"key":"rate","value":"<string>"},{"description":{"content":"<p>Tax rate name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Tax priority.</p>\n","type":"text/plain"},"key":"priority","value":"<string>"},{"description":{"content":"<p>Whether or not this is a compound rate.</p>\n","type":"text/plain"},"key":"compound","value":"<string>"},{"description":{"content":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Indicates the order that will appear in queries.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"}],"variable":[{"id":"2f895624-4e23-40d6-9ec9-d97bd5345057","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"b02d6faa-f4bf-49d9-b444-56d4c9f4fa7c","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c2be9959-43a9-4449-9c8f-33b9b912f0ae","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4818a7f-376a-4ba7-aa5d-3e6a2c255bf9","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/:id?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f75b9b2-6db1-403b-bbe3-8201d16b172c"},{"name":"/wc/v3/taxes/:id","id":"b544a90c-a636-47b8-a55d-63534551c0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/taxes/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"bf635c4e-2bcb-4f02-881f-adaff41c8839","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"6323aa77-7fd8-496d-b712-8cf5c45419bf","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/:id?force=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"863cc989-8b1c-4920-841a-a9a22815c0c9","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/:id?force=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eebf4f3d-524a-4e28-b889-e361951c950e","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/taxes/:id?force=<string>","host":[""],"path":["wc","v3","taxes",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b544a90c-a636-47b8-a55d-63534551c0af"}],"id":"57dbdb92-da51-43fe-bd5b-9bc0505a2a89","_postman_id":"57dbdb92-da51-43fe-bd5b-9bc0505a2a89","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/taxes/batch","id":"a92e08a7-99e1-4fa6-9516-049b13e64007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":"<p>Country ISO 3166 code.</p>\n","type":"text"},{"key":"state","value":"<string>","description":"<p>State code.</p>\n","type":"text"},{"key":"postcode","value":"<string>","description":"<p>Postcode / ZIP.</p>\n","type":"text"},{"key":"city","value":"<string>","description":"<p>City name.</p>\n","type":"text"},{"key":"rate","value":"<string>","description":"<p>Tax rate.</p>\n","type":"text"},{"key":"name","value":"<string>","description":"<p>Tax rate name.</p>\n","type":"text"},{"key":"priority","value":"<string>","description":"<p>Tax priority.</p>\n","type":"text"},{"key":"compound","value":"<string>","description":"<p>Whether or not this is a compound rate.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Indicates the order that will appear in queries.</p>\n","type":"text"},{"key":"class","value":"[\"<string>\",\"<string>\"]","description":"<p>Tax class.</p>\n","type":"text"}]},"url":"/wc/v3/taxes/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"425b29c3-6c89-4a08-b6f0-a961c116d5dd","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/taxes/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a47d9750-82fd-4718-8d81-5ae6a3e8abde","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/taxes/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b65a3a75-bf79-46ac-a0fa-d7f2feb7727b","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/taxes/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a92e08a7-99e1-4fa6-9516-049b13e64007"},{"name":"/wc/v3/taxes/batch","id":"9bf9e26a-622c-498f-a696-97ab5deeedb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","batch"],"host":[""],"query":[{"description":{"content":"<p>Country ISO 3166 code.</p>\n","type":"text/plain"},"key":"country","value":"<string>"},{"description":{"content":"<p>State code.</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>Postcode / ZIP.</p>\n","type":"text/plain"},"key":"postcode","value":"<string>"},{"description":{"content":"<p>City name.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"description":{"content":"<p>Tax rate.</p>\n","type":"text/plain"},"key":"rate","value":"<string>"},{"description":{"content":"<p>Tax rate name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Tax priority.</p>\n","type":"text/plain"},"key":"priority","value":"<string>"},{"description":{"content":"<p>Whether or not this is a compound rate.</p>\n","type":"text/plain"},"key":"compound","value":"<string>"},{"description":{"content":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Indicates the order that will appear in queries.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"}],"variable":[]}},"response":[{"id":"357970ec-a225-46ee-bd4b-0af03e1c53a2","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7c526fd5-6ae0-4c40-ab8e-d622dfda4f0f","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94c9b8f3-4e1c-4ecb-a3e2-9b0d2847c6f6","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bf9e26a-622c-498f-a696-97ab5deeedb2"},{"name":"/wc/v3/taxes/batch","id":"22163396-761a-4f7f-bdef-434a145c1fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes","batch"],"host":[""],"query":[{"description":{"content":"<p>Country ISO 3166 code.</p>\n","type":"text/plain"},"key":"country","value":"<string>"},{"description":{"content":"<p>State code.</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"description":{"content":"<p>Postcode / ZIP.</p>\n","type":"text/plain"},"key":"postcode","value":"<string>"},{"description":{"content":"<p>City name.</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"description":{"content":"<p>Tax rate.</p>\n","type":"text/plain"},"key":"rate","value":"<string>"},{"description":{"content":"<p>Tax rate name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Tax priority.</p>\n","type":"text/plain"},"key":"priority","value":"<string>"},{"description":{"content":"<p>Whether or not this is a compound rate.</p>\n","type":"text/plain"},"key":"compound","value":"<string>"},{"description":{"content":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text/plain"},"key":"shipping","value":"<string>"},{"description":{"content":"<p>Indicates the order that will appear in queries.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"},{"description":{"content":"<p>Tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"}],"variable":[]}},"response":[{"id":"4d3bdaa3-91a3-4a5c-a753-d2aebc84e606","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c9aec2b-ccd8-4688-a0e8-d86fb3ffca34","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e3bf5c78-7764-40ba-96ac-31fdc9d3aab8","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/taxes/batch?country=<string>&state=<string>&postcode=<string>&city=<string>&rate=<string>&name=<string>&priority=<string>&compound=<string>&shipping=<string>&order=<string>&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes","batch"],"query":[{"key":"country","value":"<string>"},{"key":"state","value":"<string>"},{"key":"postcode","value":"<string>"},{"key":"city","value":"<string>"},{"key":"rate","value":"<string>"},{"key":"name","value":"<string>"},{"key":"priority","value":"<string>"},{"key":"compound","value":"<string>"},{"key":"shipping","value":"<string>"},{"key":"order","value":"<string>"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22163396-761a-4f7f-bdef-434a145c1fcd"}],"id":"7903aec7-9d60-4b55-9115-a7ad9d567afc","_postman_id":"7903aec7-9d60-4b55-9115-a7ad9d567afc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/taxes","id":"676b0e68-c28c-44d5-801a-842a918dac4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/taxes?context=view&context=view&page=<string>&per_page=<string>&offset=<string>&order=asc&order=asc&orderby=order&orderby=order&class=<string>&class=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"order"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"order"},{"description":{"content":"<p>Sort by tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"},{"description":{"content":"<p>Sort by tax class.</p>\n","type":"text/plain"},"key":"class","value":"<string>"}],"variable":[]}},"response":[{"id":"0efe4cc3-179b-48e0-811a-c7c7fba2de0b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes?context=view&context=view&page=<string>&per_page=<string>&offset=<string>&order=asc&order=asc&orderby=order&orderby=order&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"order"},{"key":"orderby","value":"order"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"53d75188-cdbf-4bf5-8693-dba3c306f50f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes?context=view&context=view&page=<string>&per_page=<string>&offset=<string>&order=asc&order=asc&orderby=order&orderby=order&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"order"},{"key":"orderby","value":"order"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f8ec8f51-63c6-4ae7-89d1-4f205ae4c32b","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/taxes?context=view&context=view&page=<string>&per_page=<string>&offset=<string>&order=asc&order=asc&orderby=order&orderby=order&class=<string>&class=<string>","host":[""],"path":["wc","v3","taxes"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"asc"},{"key":"order","value":"asc"},{"key":"orderby","value":"order"},{"key":"orderby","value":"order"},{"key":"class","value":"<string>"},{"key":"class","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"676b0e68-c28c-44d5-801a-842a918dac4d"},{"name":"/wc/v3/taxes","id":"2f041c9e-8401-439c-b1f9-192d78589526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":"<p>Country ISO 3166 code.</p>\n","type":"text"},{"key":"state","value":"<string>","description":"<p>State code.</p>\n","type":"text"},{"key":"postcode","value":"<string>","description":"<p>Postcode / ZIP.</p>\n","type":"text"},{"key":"city","value":"<string>","description":"<p>City name.</p>\n","type":"text"},{"key":"rate","value":"<string>","description":"<p>Tax rate.</p>\n","type":"text"},{"key":"name","value":"<string>","description":"<p>Tax rate name.</p>\n","type":"text"},{"key":"priority","value":"<string>","description":"<p>Tax priority.</p>\n","type":"text"},{"key":"compound","value":"<string>","description":"<p>Whether or not this is a compound rate.</p>\n","type":"text"},{"key":"shipping","value":"<string>","description":"<p>Whether or not this tax rate also gets applied to shipping.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Indicates the order that will appear in queries.</p>\n","type":"text"},{"key":"class","value":"[\"standard\",\"standard\"]","description":"<p>Tax class.</p>\n","type":"text"}]},"url":"/wc/v3/taxes","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","taxes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"d00db67c-19a4-4c72-95c3-f206d56b8ac4","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":{"content":"Country ISO 3166 code.","type":"text/plain"},"type":"text"},{"key":"state","value":"<string>","description":{"content":"State code.","type":"text/plain"},"type":"text"},{"key":"postcode","value":"<string>","description":{"content":"Postcode / ZIP.","type":"text/plain"},"type":"text"},{"key":"city","value":"<string>","description":{"content":"City name.","type":"text/plain"},"type":"text"},{"key":"rate","value":"<string>","description":{"content":"Tax rate.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"Tax rate name.","type":"text/plain"},"type":"text"},{"key":"priority","value":"<string>","description":{"content":"Tax priority.","type":"text/plain"},"type":"text"},{"key":"compound","value":"<string>","description":{"content":"Whether or not this is a compound rate.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Whether or not this tax rate also gets applied to shipping.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Indicates the order that will appear in queries.","type":"text/plain"},"type":"text"},{"key":"class","value":"[\"standard\",\"standard\"]","description":{"content":"Tax class.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec069d0c-dc9f-41b9-9653-ffdd1b247d4e","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":{"content":"Country ISO 3166 code.","type":"text/plain"},"type":"text"},{"key":"state","value":"<string>","description":{"content":"State code.","type":"text/plain"},"type":"text"},{"key":"postcode","value":"<string>","description":{"content":"Postcode / ZIP.","type":"text/plain"},"type":"text"},{"key":"city","value":"<string>","description":{"content":"City name.","type":"text/plain"},"type":"text"},{"key":"rate","value":"<string>","description":{"content":"Tax rate.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"Tax rate name.","type":"text/plain"},"type":"text"},{"key":"priority","value":"<string>","description":{"content":"Tax priority.","type":"text/plain"},"type":"text"},{"key":"compound","value":"<string>","description":{"content":"Whether or not this is a compound rate.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Whether or not this tax rate also gets applied to shipping.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Indicates the order that will appear in queries.","type":"text/plain"},"type":"text"},{"key":"class","value":"[\"standard\",\"standard\"]","description":{"content":"Tax class.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f5763794-0b83-4063-ac03-2f14ba7ea6c6","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"country","value":"<string>","description":{"content":"Country ISO 3166 code.","type":"text/plain"},"type":"text"},{"key":"state","value":"<string>","description":{"content":"State code.","type":"text/plain"},"type":"text"},{"key":"postcode","value":"<string>","description":{"content":"Postcode / ZIP.","type":"text/plain"},"type":"text"},{"key":"city","value":"<string>","description":{"content":"City name.","type":"text/plain"},"type":"text"},{"key":"rate","value":"<string>","description":{"content":"Tax rate.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"Tax rate name.","type":"text/plain"},"type":"text"},{"key":"priority","value":"<string>","description":{"content":"Tax priority.","type":"text/plain"},"type":"text"},{"key":"compound","value":"<string>","description":{"content":"Whether or not this is a compound rate.","type":"text/plain"},"type":"text"},{"key":"shipping","value":"<string>","description":{"content":"Whether or not this tax rate also gets applied to shipping.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Indicates the order that will appear in queries.","type":"text/plain"},"type":"text"},{"key":"class","value":"[\"standard\",\"standard\"]","description":{"content":"Tax class.","type":"text/plain"},"type":"text"}]},"url":"/wc/v3/taxes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f041c9e-8401-439c-b1f9-192d78589526"}],"id":"82b555a2-d638-45b2-9350-a519ba1f0b3c","_postman_id":"82b555a2-d638-45b2-9350-a519ba1f0b3c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"webhooks","item":[{"name":"{id}","item":[{"name":"/wc/v3/webhooks/:id","id":"72b59786-f316-4c00-b9bb-622f4b3168b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/webhooks/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"ce31f2c0-1d39-4e9f-96e1-62da0bd8548f","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"95674328-f9b2-4325-bd7d-22d41cd143e1","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks/:id?context=view&context=view","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9d245ca2-2838-44d8-824e-18905efbde90","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks/:id?context=view&context=view","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4ce9ab0-44ad-432a-afe5-f5cb0782f3a3","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks/:id?context=view&context=view","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72b59786-f316-4c00-b9bb-622f4b3168b8"},{"name":"/wc/v3/webhooks/:id","id":"3be326c6-9ef7-426f-a26f-b6030af406e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>A friendly name for the webhook.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Webhook status.</p>\n","type":"text"},{"key":"topic","value":"<string>","description":"<p>Webhook topic.</p>\n","type":"text"},{"key":"secret","value":"<string>","description":"<p>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.</p>\n","type":"text"}]},"url":"/wc/v3/webhooks/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks",":id"],"host":[""],"query":[],"variable":[{"id":"970ba991-2cda-4841-8faf-1f35f989b6a8","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"5b5d5613-3e59-4496-b9cc-1cf87dcf2e21","name":"OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/webhooks/:id","host":[""],"path":["wc","v3","webhooks",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88285e6d-81ec-4420-a7a7-2852e26d8ee6","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/webhooks/:id","host":[""],"path":["wc","v3","webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dbfe2aee-a05b-4c3f-983f-d794c5e3ba69","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"/wc/v3/webhooks/:id","host":[""],"path":["wc","v3","webhooks",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3be326c6-9ef7-426f-a26f-b6030af406e7"},{"name":"/wc/v3/webhooks/:id","id":"3db27646-d851-4940-aa51-0e3202c7ff68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks",":id"],"host":[""],"query":[{"description":{"content":"<p>A friendly name for the webhook.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook topic.</p>\n","type":"text/plain"},"key":"topic","value":"<string>"},{"description":{"content":"<p>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.</p>\n","type":"text/plain"},"key":"secret","value":"<string>"}],"variable":[{"id":"552c63c8-4263-4ee7-846a-9768e7c7d4ca","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"1a74c61a-3d78-42fa-84df-f0b26e762c0a","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1b5ab8d-0979-4bf7-a3f8-1192fa3f2baa","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e35039a0-5102-404e-b617-9cc558b51360","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3db27646-d851-4940-aa51-0e3202c7ff68"},{"name":"/wc/v3/webhooks/:id","id":"35a93688-4a67-4ee0-93ee-79cbb662130c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks",":id"],"host":[""],"query":[{"description":{"content":"<p>A friendly name for the webhook.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook topic.</p>\n","type":"text/plain"},"key":"topic","value":"<string>"},{"description":{"content":"<p>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.</p>\n","type":"text/plain"},"key":"secret","value":"<string>"}],"variable":[{"id":"acd84bf6-80b3-49f2-b2e4-63083c402796","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"688a913c-a468-479a-b5f8-e7dd5af21213","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c203ec2-7b31-45a2-bd02-4f6045872122","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f0272b0-a16e-41fc-b1e7-e1257feb6f9e","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/:id?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35a93688-4a67-4ee0-93ee-79cbb662130c"},{"name":"/wc/v3/webhooks/:id","id":"4a7e8305-20c6-4097-869f-38836705f7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/wc/v3/webhooks/:id?force=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks",":id"],"host":[""],"query":[{"description":{"content":"<p>Required to be true, as resource does not support trashing.</p>\n","type":"text/plain"},"key":"force","value":"<string>"}],"variable":[{"id":"cfb30b52-ceca-4784-aad3-2b41ae281814","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"0ea52d3f-60d6-4cd0-9c46-abdb8357369e","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/webhooks/:id?force=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"10e3b43e-1b9c-48b1-9cfd-38ae506e251b","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/webhooks/:id?force=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ec8969c-a47d-4058-a887-ad0f2842fc64","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/wc/v3/webhooks/:id?force=<string>","host":[""],"path":["wc","v3","webhooks",":id"],"query":[{"key":"force","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a7e8305-20c6-4097-869f-38836705f7ca"}],"id":"ddc5426a-6fcf-4828-ab58-a010396933a2","_postman_id":"ddc5426a-6fcf-4828-ab58-a010396933a2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"batch","item":[{"name":"/wc/v3/webhooks/batch","id":"132c9902-ae21-4794-a2fc-2f1d0c687358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>A friendly name for the webhook.</p>\n","type":"text"},{"key":"status","value":"[\"<string>\",\"<string>\"]","description":"<p>Webhook status.</p>\n","type":"text"},{"key":"topic","value":"<string>","description":"<p>Webhook topic.</p>\n","type":"text"},{"key":"secret","value":"<string>","description":"<p>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.</p>\n","type":"text"}]},"url":"/wc/v3/webhooks/batch","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks","batch"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0437ee4d-0d95-45da-a9fa-57503b354a5e","name":"OK","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/webhooks/batch"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"10c027ca-f435-44fd-8281-a1cf9519eab1","name":"Not Found","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/webhooks/batch"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8352fab4-7f1b-4c6d-90e3-12165d20c619","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":"/wc/v3/webhooks/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"132c9902-ae21-4794-a2fc-2f1d0c687358"},{"name":"/wc/v3/webhooks/batch","id":"b0ffe2dd-dbe7-4a0b-b47b-5e1a14c1ea86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks","batch"],"host":[""],"query":[{"description":{"content":"<p>A friendly name for the webhook.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook topic.</p>\n","type":"text/plain"},"key":"topic","value":"<string>"},{"description":{"content":"<p>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.</p>\n","type":"text/plain"},"key":"secret","value":"<string>"}],"variable":[]}},"response":[{"id":"179fc19a-8329-4f89-9b71-8bb7dd0e4075","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"49742a28-4083-4f3f-81cf-3e558d6aaa85","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c923f03-b4b0-4f3a-aca9-e6d9eb449a0a","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0ffe2dd-dbe7-4a0b-b47b-5e1a14c1ea86"},{"name":"/wc/v3/webhooks/batch","id":"1a7bbcdf-6a76-40c6-91ca-ac2bf01ec9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks","batch"],"host":[""],"query":[{"description":{"content":"<p>A friendly name for the webhook.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook status.</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>Webhook topic.</p>\n","type":"text/plain"},"key":"topic","value":"<string>"},{"description":{"content":"<p>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.</p>\n","type":"text/plain"},"key":"secret","value":"<string>"}],"variable":[]}},"response":[{"id":"0723782e-b177-4542-977f-9b6a3cdbee31","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"085f2911-cfef-464e-a5af-f6eaf5d7502d","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66f5494e-1b0e-4433-bfd6-20f0c9a5b8d1","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/webhooks/batch?name=<string>&status=<string>&status=<string>&topic=<string>&secret=<string>","host":[""],"path":["wc","v3","webhooks","batch"],"query":[{"key":"name","value":"<string>"},{"key":"status","value":"<string>"},{"key":"status","value":"<string>"},{"key":"topic","value":"<string>"},{"key":"secret","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a7bbcdf-6a76-40c6-91ca-ac2bf01ec9a9"}],"id":"a3b7bf30-c75d-47da-84be-974c50c41d06","_postman_id":"a3b7bf30-c75d-47da-84be-974c50c41d06","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/webhooks","id":"eee0ce5a-4e1a-497e-afcd-3bbe0258e491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/webhooks?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&status=all&status=all","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Current page of the collection.</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Maximum number of items to be returned in result set.</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Limit results to those matching a string.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Limit response to resources published after a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"after","value":"<dateTime>"},{"description":{"content":"<p>Limit response to resources published before a given ISO8601 compliant date.</p>\n","type":"text/plain"},"key":"before","value":"<dateTime>"},{"description":{"content":"<p>Ensure result set excludes specific IDs.</p>\n","type":"text/plain"},"key":"exclude","value":"<string>"},{"description":{"content":"<p>Limit result set to specific ids.</p>\n","type":"text/plain"},"key":"include","value":"<string>"},{"description":{"content":"<p>Offset the result set by a specific number of items.</p>\n","type":"text/plain"},"key":"offset","value":"<string>"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Order sort attribute ascending or descending.</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Sort collection by object attribute.</p>\n","type":"text/plain"},"key":"orderby","value":"date"},{"description":{"content":"<p>Limit result set to webhooks assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"all"},{"description":{"content":"<p>Limit result set to webhooks assigned a specific status.</p>\n","type":"text/plain"},"key":"status","value":"all"}],"variable":[]}},"response":[{"id":"83066fe5-9d99-4bd5-a2ee-6d9040191642","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&status=all&status=all","host":[""],"path":["wc","v3","webhooks"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"status","value":"all"},{"key":"status","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d15e7a21-8069-404b-847d-a03987e8a0db","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&status=all&status=all","host":[""],"path":["wc","v3","webhooks"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"status","value":"all"},{"key":"status","value":"all"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc99a8fe-eb6b-463c-88c7-bb24bf45ae24","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/webhooks?context=view&context=view&page=<string>&per_page=<string>&search=<string>&after=<dateTime>&before=<dateTime>&exclude=<string>&include=<string>&offset=<string>&order=desc&order=desc&orderby=date&orderby=date&status=all&status=all","host":[""],"path":["wc","v3","webhooks"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"},{"key":"page","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search","value":"<string>"},{"key":"after","value":"<dateTime>"},{"key":"before","value":"<dateTime>"},{"key":"exclude","value":"<string>"},{"key":"include","value":"<string>"},{"key":"offset","value":"<string>"},{"key":"order","value":"desc"},{"key":"order","value":"desc"},{"key":"orderby","value":"date"},{"key":"orderby","value":"date"},{"key":"status","value":"all"},{"key":"status","value":"all"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eee0ce5a-4e1a-497e-afcd-3bbe0258e491"},{"name":"/wc/v3/webhooks","id":"94a00ab1-5b51-4582-bcbf-f56983f8bc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","description":"<p>Webhook topic.</p>\n","type":"text"},{"key":"delivery_url","value":"<string>","description":"<p>Webhook delivery URL.</p>\n","type":"text"},{"key":"name","value":"<string>","description":"<p>A friendly name for the webhook.</p>\n","type":"text"},{"key":"status","value":"[\"active\",\"active\"]","description":"<p>Webhook status.</p>\n","type":"text"},{"key":"secret","value":"<string>","description":"<p>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.</p>\n","type":"text"}]},"url":"/wc/v3/webhooks","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","webhooks"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0d9d4e3b-9cf0-4aeb-9819-036686c3c843","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","description":{"content":"Webhook topic.","type":"text/plain"},"type":"text"},{"key":"delivery_url","value":"<string>","description":{"content":"Webhook delivery URL.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"A friendly name for the webhook.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"active\",\"active\"]","description":{"content":"Webhook status.","type":"text/plain"},"type":"text"},{"key":"secret","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"}]},"url":"/wc/v3/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d69770f-fb33-4ab6-b133-87298385b973","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","description":{"content":"Webhook topic.","type":"text/plain"},"type":"text"},{"key":"delivery_url","value":"<string>","description":{"content":"Webhook delivery URL.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"A friendly name for the webhook.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"active\",\"active\"]","description":{"content":"Webhook status.","type":"text/plain"},"type":"text"},{"key":"secret","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"}]},"url":"/wc/v3/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f4644e1-6de5-4335-b7a2-097286299cb2","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"<string>","description":{"content":"Webhook topic.","type":"text/plain"},"type":"text"},{"key":"delivery_url","value":"<string>","description":{"content":"Webhook delivery URL.","type":"text/plain"},"type":"text"},{"key":"name","value":"<string>","description":{"content":"A friendly name for the webhook.","type":"text/plain"},"type":"text"},{"key":"status","value":"[\"active\",\"active\"]","description":{"content":"Webhook status.","type":"text/plain"},"type":"text"},{"key":"secret","value":"<string>","description":{"content":"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":"text/plain"},"type":"text"}]},"url":"/wc/v3/webhooks"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"94a00ab1-5b51-4582-bcbf-f56983f8bc00"}],"id":"f4bed5d2-396e-4774-ac6b-d6bbcd24e1c6","_postman_id":"f4bed5d2-396e-4774-ac6b-d6bbcd24e1c6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"system status","item":[{"name":"tools","item":[{"name":"{id}","item":[{"name":"/wc/v3/system_status/tools/:id","id":"37373bd2-44d6-4857-8b9c-87ee64ef0e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/system_status/tools/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status","tools",":id"],"host":[""],"query":[],"variable":[{"id":"62750df5-0697-4219-bbb3-0142adf19af5","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"66f00ef4-2aac-4547-8503-aa794448de67","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ba5c819-a241-4209-8014-5b46e295f23b","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a8ddf6ac-730b-4a93-93b3-dc8cb120f048","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37373bd2-44d6-4857-8b9c-87ee64ef0e41"},{"name":"/wc/v3/system_status/tools/:id","id":"63ec2c34-bae8-40f6-9bf4-eba5bf9594a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":"<p>Tool name.</p>\n","type":"text"},{"key":"action","value":"<string>","description":"<p>What running the tool will do.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Tool description.</p>\n","type":"text"},{"key":"success","value":"<string>","description":"<p>Did the tool run successfully?</p>\n","type":"text"},{"key":"message","value":"<string>","description":"<p>Tool return message.</p>\n","type":"text"}]},"url":"/wc/v3/system_status/tools/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status","tools",":id"],"host":[""],"query":[],"variable":[{"id":"d594c0ef-3f5f-485b-b5a0-202e79dca8c9","description":{"content":"<p>(Required) A unique identifier for the tool.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"0975e035-8551-44ac-b883-42072d172647","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tool name.","type":"text/plain"},"type":"text"},{"key":"action","value":"<string>","description":{"content":"What running the tool will do.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Tool description.","type":"text/plain"},"type":"text"},{"key":"success","value":"<string>","description":{"content":"Did the tool run successfully?","type":"text/plain"},"type":"text"},{"key":"message","value":"<string>","description":{"content":"Tool return message.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3dadf03b-4012-4ac4-b6b4-fb4b4bdcc81e","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tool name.","type":"text/plain"},"type":"text"},{"key":"action","value":"<string>","description":{"content":"What running the tool will do.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Tool description.","type":"text/plain"},"type":"text"},{"key":"success","value":"<string>","description":{"content":"Did the tool run successfully?","type":"text/plain"},"type":"text"},{"key":"message","value":"<string>","description":{"content":"Tool return message.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d579cec5-2256-4781-ba09-69282ab55bba","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"<string>","description":{"content":"Tool name.","type":"text/plain"},"type":"text"},{"key":"action","value":"<string>","description":{"content":"What running the tool will do.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Tool description.","type":"text/plain"},"type":"text"},{"key":"success","value":"<string>","description":{"content":"Did the tool run successfully?","type":"text/plain"},"type":"text"},{"key":"message","value":"<string>","description":{"content":"Tool return message.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/system_status/tools/:id","host":[""],"path":["wc","v3","system_status","tools",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63ec2c34-bae8-40f6-9bf4-eba5bf9594a5"},{"name":"/wc/v3/system_status/tools/:id","id":"5f11fd0c-b957-403d-9703-824963c49c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status","tools",":id"],"host":[""],"query":[{"description":{"content":"<p>Tool name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>What running the tool will do.</p>\n","type":"text/plain"},"key":"action","value":"<string>"},{"description":{"content":"<p>Tool description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Did the tool run successfully?</p>\n","type":"text/plain"},"key":"success","value":"<string>"},{"description":{"content":"<p>Tool return message.</p>\n","type":"text/plain"},"key":"message","value":"<string>"}],"variable":[{"id":"4d27308a-a09e-467a-b495-89b213f827cd","description":{"content":"<p>(Required) A unique identifier for the tool.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"4a313476-bfc1-47b8-9c77-d2370fec673c","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"82f82f8b-9e1a-4144-ab2d-e3e499b81f11","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba3f9fed-ff73-4329-a5d5-cb5851911a57","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f11fd0c-b957-403d-9703-824963c49c1f"},{"name":"/wc/v3/system_status/tools/:id","id":"9e7206bd-a10a-42d4-a24f-1eadfbf90212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status","tools",":id"],"host":[""],"query":[{"description":{"content":"<p>Tool name.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>What running the tool will do.</p>\n","type":"text/plain"},"key":"action","value":"<string>"},{"description":{"content":"<p>Tool description.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Did the tool run successfully?</p>\n","type":"text/plain"},"key":"success","value":"<string>"},{"description":{"content":"<p>Tool return message.</p>\n","type":"text/plain"},"key":"message","value":"<string>"}],"variable":[{"id":"d1415e97-dab0-4f05-b03e-0624d92cb574","description":{"content":"<p>(Required) A unique identifier for the tool.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"048ab427-11aa-4643-bb3a-68aae439f933","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"582fd513-b9e3-4858-862e-c26159454a39","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"712fa5a0-275b-4ed9-8d3e-ea457d645924","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/system_status/tools/:id?name=<string>&action=<string>&description=<string>&success=<string>&message=<string>","host":[""],"path":["wc","v3","system_status","tools",":id"],"query":[{"key":"name","value":"<string>"},{"key":"action","value":"<string>"},{"key":"description","value":"<string>"},{"key":"success","value":"<string>"},{"key":"message","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e7206bd-a10a-42d4-a24f-1eadfbf90212"}],"id":"707c2c63-f9ae-4a83-ac20-99a498a646c1","_postman_id":"707c2c63-f9ae-4a83-ac20-99a498a646c1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/system_status/tools","id":"443639c1-8b01-4c12-ac80-51ef8de44fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/system_status/tools?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status","tools"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"3dfdf704-097d-4f2c-a797-9a8a34c1e01c","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools?context=view&context=view","host":[""],"path":["wc","v3","system_status","tools"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f4d3d13-d709-4f85-abb6-34ff7c70949d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools?context=view&context=view","host":[""],"path":["wc","v3","system_status","tools"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f43fe02e-06fd-4f3e-a576-7c8a83b43729","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status/tools?context=view&context=view","host":[""],"path":["wc","v3","system_status","tools"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"443639c1-8b01-4c12-ac80-51ef8de44fb4"}],"id":"245b044e-5d9a-457d-9045-f7966a7342d3","_postman_id":"245b044e-5d9a-457d-9045-f7966a7342d3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/system_status","id":"3a054166-f4d7-41bf-b435-0b6854a7fb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/system_status?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","system_status"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"0a3f8c12-a1d3-4f59-bf9b-5521b6406855","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status?context=view&context=view","host":[""],"path":["wc","v3","system_status"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ac1d721-7537-4298-a7dc-42758d73d56d","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status?context=view&context=view","host":[""],"path":["wc","v3","system_status"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"41ccf63f-2b33-41ab-9d77-4b13a5caaf91","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/system_status?context=view&context=view","host":[""],"path":["wc","v3","system_status"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a054166-f4d7-41bf-b435-0b6854a7fb53"}],"id":"e39fa053-3183-405a-8265-388d7c52136a","_postman_id":"e39fa053-3183-405a-8265-388d7c52136a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"shipping methods","item":[{"name":"/wc/v3/shipping_methods","id":"69272161-5ed3-4aee-a660-a891bdfbde4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping_methods?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping_methods"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"13941225-19ac-45f1-b96a-805b0ec36ab5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"485b2de0-67d2-4e7c-a492-d8b0d337a24b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d81400bc-5472-4166-92a6-b78f076f25d5","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69272161-5ed3-4aee-a660-a891bdfbde4b"},{"name":"/wc/v3/shipping_methods/:id","id":"9c6681b0-4ee1-4a0e-9613-c69294cec4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/shipping_methods/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","shipping_methods",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"b8a1efe2-6f79-4d45-bc88-df3557c5356e","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"80f82851-b05d-43d9-a4ae-542310c6fb68","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods/:id?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b24b1063-481e-4530-8368-25b97f00bf37","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods/:id?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5a286b8-a0fb-4f35-baf7-bd611f737621","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/shipping_methods/:id?context=view&context=view","host":[""],"path":["wc","v3","shipping_methods",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c6681b0-4ee1-4a0e-9613-c69294cec4af"}],"id":"54217135-a198-448c-81b1-c5b609336497","_postman_id":"54217135-a198-448c-81b1-c5b609336497","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"payment gateways","item":[{"name":"{id}","item":[{"name":"/wc/v3/payment_gateways/:id","id":"52ef4833-cfb1-4918-b222-c816e3494bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/payment_gateways/:id?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","payment_gateways",":id"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[{"id":"0380e8e5-3541-4fdd-b9e4-51df5cb82310","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"095e7391-eb2e-4edd-bdc7-ecf9d4e6f0e9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"21895d87-01c6-44e8-980f-718e8bf6170a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe8a19c0-51ab-41ea-9fc8-53a46dc7148a","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52ef4833-cfb1-4918-b222-c816e3494bc5"},{"name":"/wc/v3/payment_gateways/:id","id":"0475d84d-ff0c-49e6-bae9-b5083e312ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","description":"<p>Payment gateway title on checkout.</p>\n","type":"text"},{"key":"description","value":"<string>","description":"<p>Payment gateway description on checkout.</p>\n","type":"text"},{"key":"order","value":"<string>","description":"<p>Payment gateway sort order.</p>\n","type":"text"},{"key":"enabled","value":"<string>","description":"<p>Payment gateway enabled status.</p>\n","type":"text"},{"key":"settings","value":"<string>","description":"<p>Payment gateway settings.</p>\n","type":"text"}]},"url":"/wc/v3/payment_gateways/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","payment_gateways",":id"],"host":[""],"query":[],"variable":[{"id":"614e4c5f-c6b1-46ab-8db1-975fd30ac4e2","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"08e8b0ac-ccb8-439c-a163-40741b105a16","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","description":{"content":"Payment gateway title on checkout.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Payment gateway description on checkout.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Payment gateway sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Payment gateway enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Payment gateway settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/payment_gateways/:id","host":[""],"path":["wc","v3","payment_gateways",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"708355e9-d7c3-49a8-a748-0d2d5693a761","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","description":{"content":"Payment gateway title on checkout.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Payment gateway description on checkout.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Payment gateway sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Payment gateway enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Payment gateway settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/payment_gateways/:id","host":[""],"path":["wc","v3","payment_gateways",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a63457d5-bdfa-43a1-ab9d-34d81d6da317","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","description":{"content":"Payment gateway title on checkout.","type":"text/plain"},"type":"text"},{"key":"description","value":"<string>","description":{"content":"Payment gateway description on checkout.","type":"text/plain"},"type":"text"},{"key":"order","value":"<string>","description":{"content":"Payment gateway sort order.","type":"text/plain"},"type":"text"},{"key":"enabled","value":"<string>","description":{"content":"Payment gateway enabled status.","type":"text/plain"},"type":"text"},{"key":"settings","value":"<string>","description":{"content":"Payment gateway settings.","type":"text/plain"},"type":"text"}]},"url":{"raw":"/wc/v3/payment_gateways/:id","host":[""],"path":["wc","v3","payment_gateways",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0475d84d-ff0c-49e6-bae9-b5083e312ebd"},{"name":"/wc/v3/payment_gateways/:id","id":"1748d791-3cf9-4de1-97e4-2164aae9293b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","payment_gateways",":id"],"host":[""],"query":[{"description":{"content":"<p>Payment gateway title on checkout.</p>\n","type":"text/plain"},"key":"title","value":"<string>"},{"description":{"content":"<p>Payment gateway description on checkout.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Payment gateway sort order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Payment gateway enabled status.</p>\n","type":"text/plain"},"key":"enabled","value":"<string>"},{"description":{"content":"<p>Payment gateway settings.</p>\n","type":"text/plain"},"key":"settings","value":"<string>"}],"variable":[{"id":"ff4fc498-0460-4be1-91b3-87c7ea1ca88d","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"ab51ac85-1a46-4ecb-b40a-3002d1250f31","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ce6b6157-3f03-46a7-8e43-0abdc86b02ca","name":"OK","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fca06381-2cb8-4955-ace5-a6d85f4b4018","name":"Not Found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1748d791-3cf9-4de1-97e4-2164aae9293b"},{"name":"/wc/v3/payment_gateways/:id","id":"739aea13-4758-4a58-90ca-f2f7c771f48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","payment_gateways",":id"],"host":[""],"query":[{"description":{"content":"<p>Payment gateway title on checkout.</p>\n","type":"text/plain"},"key":"title","value":"<string>"},{"description":{"content":"<p>Payment gateway description on checkout.</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>Payment gateway sort order.</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Payment gateway enabled status.</p>\n","type":"text/plain"},"key":"enabled","value":"<string>"},{"description":{"content":"<p>Payment gateway settings.</p>\n","type":"text/plain"},"key":"settings","value":"<string>"}],"variable":[{"id":"e673f748-bebf-4d56-9aa4-b0c158effb18","description":{"content":"<p>(Required) Unique identifier for the resource.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"69a1d57d-8af5-4893-a630-5e411654eeb9","name":"OK","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba901de9-59e8-4f20-9dd8-1668d7c25413","name":"Bad Request","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"db5350f5-0f4d-4201-936f-bb5ef06c2898","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/wc/v3/payment_gateways/:id?title=<string>&description=<string>&order=<string>&enabled=<string>&settings=<string>","host":[""],"path":["wc","v3","payment_gateways",":id"],"query":[{"key":"title","value":"<string>"},{"key":"description","value":"<string>"},{"key":"order","value":"<string>"},{"key":"enabled","value":"<string>"},{"key":"settings","value":"<string>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"739aea13-4758-4a58-90ca-f2f7c771f48b"}],"id":"b9baf1cb-d2c3-4fc4-b97d-d95f6c6ed90d","_postman_id":"b9baf1cb-d2c3-4fc4-b97d-d95f6c6ed90d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/payment_gateways","id":"67348d48-76b3-4e25-994a-43f9ee829dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/payment_gateways?context=view&context=view","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","payment_gateways"],"host":[""],"query":[{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"},{"description":{"content":"<p>Scope under which the request is made; determines fields present in response.</p>\n","type":"text/plain"},"key":"context","value":"view"}],"variable":[]}},"response":[{"id":"2b661b6c-85a2-4699-be24-614d09abe972","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3b36ef4e-462e-4ecc-8a1b-3d5cccbbc213","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"872a8699-840a-46fa-a2c1-002e860f2198","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/payment_gateways?context=view&context=view","host":[""],"path":["wc","v3","payment_gateways"],"query":[{"key":"context","value":"view"},{"key":"context","value":"view"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67348d48-76b3-4e25-994a-43f9ee829dd1"}],"id":"3d420bff-f699-4efa-9008-e31e7cf8535a","_postman_id":"3d420bff-f699-4efa-9008-e31e7cf8535a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"data","item":[{"name":"continents","item":[{"name":"/wc/v3/data/continents","id":"9f659a81-ee3e-4ee8-8169-6c71a5a8cb69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/continents","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","continents"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"c3baf746-bc94-4fc5-a736-c3312cffdd3c","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/continents"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd1f7a5e-b48e-4aaf-a4f6-f7601e751cfd","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/continents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e59816b0-fe27-4409-8cdc-5e50784e1eee","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/continents"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f659a81-ee3e-4ee8-8169-6c71a5a8cb69"},{"name":"/wc/v3/data/continents/:location","id":"3c027916-907f-4d52-86b4-a93ca111334c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/continents/:location?continent=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","continents",":location"],"host":[""],"query":[{"description":{"content":"<p>2 character continent code.</p>\n","type":"text/plain"},"key":"continent","value":"<string>"}],"variable":[{"id":"23aa0b61-7dab-4536-806d-fd0e6a0e02e1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"location"}]}},"response":[{"id":"55710a53-f874-4cac-84a5-d0ed3e189303","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/continents/:location?continent=<string>","host":[""],"path":["wc","v3","data","continents",":location"],"query":[{"key":"continent","value":"<string>"}],"variable":[{"key":"location"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c6a22a5-5919-4d14-a104-928b4ed53288","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/continents/:location?continent=<string>","host":[""],"path":["wc","v3","data","continents",":location"],"query":[{"key":"continent","value":"<string>"}],"variable":[{"key":"location"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac63a018-dcb2-4db3-8fd5-83401d72b67d","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/continents/:location?continent=<string>","host":[""],"path":["wc","v3","data","continents",":location"],"query":[{"key":"continent","value":"<string>"}],"variable":[{"key":"location"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c027916-907f-4d52-86b4-a93ca111334c"}],"id":"5153ebe3-4c4e-4c47-8510-e01a10674fe5","_postman_id":"5153ebe3-4c4e-4c47-8510-e01a10674fe5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"countries","item":[{"name":"/wc/v3/data/countries","id":"80a15d6c-009a-43b4-a133-11c7669bc68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/countries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","countries"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5cbc7a07-bfce-42f0-ab07-a38508c97a49","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/countries"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84c63f03-5328-4f1f-ab1f-37d0704cbb99","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/countries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e3619c31-8da1-405f-a263-e071eddf34d3","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/countries"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80a15d6c-009a-43b4-a133-11c7669bc68d"},{"name":"/wc/v3/data/countries/:location","id":"ac672bc9-b87d-4d70-bcd2-c3a291058994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/countries/:location","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","countries",":location"],"host":[""],"query":[],"variable":[{"id":"ce1b6d22-674d-48d6-8e48-cdae14632561","description":{"content":"<p>(Required) ISO3166 alpha-2 country code.</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"location"}]}},"response":[{"id":"1abc7880-2fce-48e6-82c2-b7524cf8ef77","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/countries/:location","host":[""],"path":["wc","v3","data","countries",":location"],"variable":[{"key":"location"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e207a76-32f7-4c3d-a3e9-e07b18c9b549","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/countries/:location","host":[""],"path":["wc","v3","data","countries",":location"],"variable":[{"key":"location"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dafb575e-b6dd-40c2-b17e-ff6271e90f22","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/countries/:location","host":[""],"path":["wc","v3","data","countries",":location"],"variable":[{"key":"location"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac672bc9-b87d-4d70-bcd2-c3a291058994"}],"id":"b3bb99d9-d20f-49f0-85be-19aa5da1eb6b","_postman_id":"b3bb99d9-d20f-49f0-85be-19aa5da1eb6b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"currencies","item":[{"name":"/wc/v3/data/currencies","id":"074b6802-d8df-4ed9-9bd1-23c3da197506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/currencies","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","currencies"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"8a5b3029-6953-4985-8f23-b8cf92f53730","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"adcbeadc-c031-4af5-9859-f678047832ed","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d888a6f2-feaa-458c-b966-27919eba67e9","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"074b6802-d8df-4ed9-9bd1-23c3da197506"},{"name":"/wc/v3/data/currencies/current","id":"de895c2a-7726-47f2-bf49-9d423372531f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/currencies/current","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","currencies","current"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"773bf58e-8668-48c7-a7eb-980d1c13cfe3","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies/current"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8d758cd1-4612-440c-91e6-4f44b6f68d76","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies/current"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dcb4be58-e292-4cdc-adee-0164219ebb3a","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data/currencies/current"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de895c2a-7726-47f2-bf49-9d423372531f"},{"name":"/wc/v3/data/currencies/:currency","id":"22a8c35b-6486-4148-9476-69671af45cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data/currencies/:currency?location=<string>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data","currencies",":currency"],"host":[""],"query":[{"description":{"content":"<p>ISO4217 currency code.</p>\n","type":"text/plain"},"key":"location","value":"<string>"}],"variable":[{"id":"eb77ae06-8cac-4b93-b965-1f94dedb708f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"currency"}]}},"response":[{"id":"13fb4d92-dff9-4e33-aab6-73d4eeac3ab5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/currencies/:currency?location=<string>","host":[""],"path":["wc","v3","data","currencies",":currency"],"query":[{"key":"location","value":"<string>"}],"variable":[{"key":"currency"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9841017-5c4a-4f28-ad21-6221104f6f68","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/currencies/:currency?location=<string>","host":[""],"path":["wc","v3","data","currencies",":currency"],"query":[{"key":"location","value":"<string>"}],"variable":[{"key":"currency"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba6b6521-d92d-4986-9399-5cd0f642f2ab","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/wc/v3/data/currencies/:currency?location=<string>","host":[""],"path":["wc","v3","data","currencies",":currency"],"query":[{"key":"location","value":"<string>"}],"variable":[{"key":"currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22a8c35b-6486-4148-9476-69671af45cfe"}],"id":"dd6406fc-39aa-4ff9-8929-a5a9a283b3c8","_postman_id":"dd6406fc-39aa-4ff9-8929-a5a9a283b3c8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}},{"name":"/wc/v3/data","id":"ccf47acf-dcb4-4e37-bd8c-32e2f7e143d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/wc/v3/data","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}},"urlObject":{"path":["wc","v3","data"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2cd1d75b-8737-4c2c-8119-03e34ebe1acf","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b41ce146-8eb6-4808-b2f6-39fda97d274f","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc595a85-3d00-4951-ba8a-6bee6ba65e63","name":"OK","originalRequest":{"method":"GET","header":[],"url":"/wc/v3/data"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ccf47acf-dcb4-4e37-bd8c-32e2f7e143d6"}],"id":"43823d9e-6475-4c7e-a4cf-d5ba95e88083","_postman_id":"43823d9e-6475-4c7e-a4cf-d5ba95e88083","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","id":"e1843d03-9332-4409-b6bc-c137ea4fd56c","name":"WooCommerce REST API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"9a65c8d6-cab7-4871-87c4-1ddb04c7b9a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"032f3fe4-e84c-4639-b9c3-3cdfd545738a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":""},{"key":"CLIENT_KEY","value":""},{"key":"CLIENT_SECRET","value":""}]}