{"info":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","description":"<html><head></head><body><p>Public WordPress API Endpoints by OBS</p>\n<p>The authentication is realized with an additional WordPress user that has a specific user role, only allowing it to access certain endpoints, no other WordPress access (you need the matching OBS plugin to provide that user role).\nTo authenticate with the API, you need to create an Application Password for that user as username/password is not allowed for WordPress API access. Use the username and Application Password with BasicAuth</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1112277","collectionId":"039da025-a646-4a71-86d5-6c85a70c31d8","publishedId":"2sA2rFTLvz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-28T15:21:26.000Z"},"item":[{"name":"REST Provider: Orders","item":[{"name":"Get all order numbers of the last 30 days","id":"827209a1-50b3-4f11-b232-baa09ca85bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order_numbers?newer_than=1964-03-05T06:11:15.118Z","description":"<p>Get all order numbers of the last 30 days</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["obs","rest-provider","orders","v1","order_numbers"],"host":["https://your-domain.com/wp-json"],"query":[{"description":{"content":"<p>Filter the orders (of the last 30 days) to be newer than the passed ISO 8601 / RFC 3339 timestamp</p>\n","type":"text/plain"},"key":"newer_than","value":"1964-03-05T06:11:15.118Z"}],"variable":[]}},"response":[{"id":"7d8534fe-4dc0-46fe-b076-73c66b7e929e","name":"200: The order numbers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order_numbers?newer_than=1964-03-05T06:11:15.118Z","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order_numbers"],"query":[{"description":"Filter the orders (of the last 30 days) to be newer than the passed ISO 8601 / RFC 3339 timestamp","key":"newer_than","value":"1964-03-05T06:11:15.118Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"1698243392.125004871\",\n  \"1697624864.125008737\",\n  \"1697549911.125007887\"\n]"},{"id":"6f7f1753-6f16-40f6-95d5-705fe8de6f40","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order_numbers?newer_than=1964-03-05T06:11:15.118Z","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order_numbers"],"query":[{"description":"Filter the orders (of the last 30 days) to be newer than the passed ISO 8601 / RFC 3339 timestamp","key":"newer_than","value":"1964-03-05T06:11:15.118Z"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"403ab3c3-6be8-47ac-84fb-1c66d6d26616","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order_numbers?newer_than=1964-03-05T06:11:15.118Z","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order_numbers"],"query":[{"description":"Filter the orders (of the last 30 days) to be newer than the passed ISO 8601 / RFC 3339 timestamp","key":"newer_than","value":"1964-03-05T06:11:15.118Z"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2f85c4e7-2270-4b36-a765-c6a6593d1120","name":"500: Error handling the request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order_numbers?newer_than=1964-03-05T06:11:15.118Z","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order_numbers"],"query":[{"description":"Filter the orders (of the last 30 days) to be newer than the passed ISO 8601 / RFC 3339 timestamp","key":"newer_than","value":"1964-03-05T06:11:15.118Z"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"827209a1-50b3-4f11-b232-baa09ca85bbf"},{"name":"Get the order details for an order number","id":"3c9192c2-e788-4937-9f66-3d4be9977729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","description":"<p>Only returns orders with status = 2</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["obs","rest-provider","orders","v1","order",":order_number"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[{"description":{"content":"<p>(Required) The order number</p>\n","type":"text/plain"},"type":"any","value":"0679140870.49989846","key":"order_number"}]}},"response":[{"id":"b7b326c1-fa7d-4859-9285-907f50565fb1","name":"200: The order details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number"],"variable":[{"key":"order_number","description":"(Required) The order number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"order_number\": \"1639331260.125003824\",\n  \"erp_order_number\": \"\",\n  \"status\": 1,\n  \"type\": 0,\n  \"products\": [\n    {\n      \"id\": \"18871\",\n      \"amount\": 3,\n      \"thumbnail_url\": \"https://d2akct5dekqm4p.cloudfront.net/125/media/100x100/no-image-placeholder-8836.jpg\",\n      \"price\": 194.15,\n      \"price_currency\": \"EUR\",\n      \"voucher_absolute_reduction\": 19.42,\n      \"tax_percentage\": 19,\n      \"unit_amount\": 0,\n      \"unit_type\": null,\n      \"unit_price_per_unit\": 0,\n      \"brand\": \"KTM\",\n      \"delivery_date_string\": \"21.12.2021 - 25.12.2021\",\n      \"variant_values_string\": \"Farbe: blau, Größe: XL\",\n      \"item_number_main\": \"76105979670\",\n      \"item_numbers\": \"76105979670, 76105979570\",\n      \"language\": \"de\",\n      \"type\": \"product\"\n    },\n    {\n      \"id\": \"18871\",\n      \"amount\": 3,\n      \"thumbnail_url\": \"https://d2akct5dekqm4p.cloudfront.net/125/media/100x100/no-image-placeholder-8836.jpg\",\n      \"price\": 194.15,\n      \"price_currency\": \"EUR\",\n      \"voucher_absolute_reduction\": 19.42,\n      \"tax_percentage\": 19,\n      \"unit_amount\": 0,\n      \"unit_type\": null,\n      \"unit_price_per_unit\": 0,\n      \"brand\": \"KTM\",\n      \"delivery_date_string\": \"21.12.2021 - 25.12.2021\",\n      \"variant_values_string\": \"Farbe: blau, Größe: XL\",\n      \"item_number_main\": \"76105979670\",\n      \"item_numbers\": \"76105979670, 76105979570\",\n      \"language\": \"de\",\n      \"type\": \"product\"\n    }\n  ],\n  \"customer_data\": {\n    \"invoice_address\": {\n      \"firstname\": \"Vorname\",\n      \"lastname\": \"Nachname\",\n      \"street\": \"Teststraße 123\",\n      \"city\": \"Teststadt\",\n      \"zip_code\": \"23422\",\n      \"country_code\": \"DE\",\n      \"company_name\": \"CSB\",\n      \"address_line_2\": \"Hinterhof 2\",\n      \"vat_id\": \"string\",\n      \"vat_id_prefix\": \"string\",\n      \"vat_verification_id\": \"string\"\n    },\n    \"email_address\": \"jan.weiss@one-box.de\",\n    \"use_extra_invoice_address\": false,\n    \"advertising\": {\n      \"email\": false,\n      \"telephone\": false,\n      \"post\": false,\n      \"sms\": true\n    },\n    \"phone_number\": \"012334534563\"\n  },\n  \"shipping\": {\n    \"shipping_address\": {\n      \"firstname\": \"Vorname\",\n      \"lastname\": \"Nachname\",\n      \"street\": \"Teststraße 123\",\n      \"city\": \"Teststadt\",\n      \"zip_code\": \"23422\",\n      \"country_code\": \"DE\",\n      \"company_name\": \"CSB\",\n      \"address_line_2\": \"Hinterhof 2\"\n    },\n    \"shipping_sets\": [\n      {\n        \"shipping_id\": 9,\n        \"payment_id\": 0,\n        \"status\": 1,\n        \"type\": 0,\n        \"name\": \"Abholung\",\n        \"price\": 6.99,\n        \"free_from\": 0,\n        \"product_ids\": [\n          \"18871\"\n        ],\n        \"products_total_price\": 194.15,\n        \"description\": \"Abholung direkt im CSB-Schuppen\"\n      },\n      {\n        \"shipping_id\": 9,\n        \"payment_id\": 0,\n        \"status\": 1,\n        \"type\": 0,\n        \"name\": \"Abholung\",\n        \"price\": 6.99,\n        \"free_from\": 0,\n        \"product_ids\": [\n          \"18871\"\n        ],\n        \"products_total_price\": 194.15,\n        \"description\": \"Abholung direkt im CSB-Schuppen\"\n      }\n    ],\n    \"message\": \"Bitte schnell liefern!\",\n    \"consent_use_telephone_number_order_updates\": true,\n    \"consent_pass_on_email_delivery_updates\": false,\n    \"send_to_parcel_locker\": true\n  },\n  \"payment\": {\n    \"id\": 21,\n    \"name\": \"PayPal\",\n    \"description\": \"mit PayPal bezahlen\",\n    \"price\": 0,\n    \"type\": 4,\n    \"external_payment_response\": {},\n    \"external_payment_response_error\": {}\n  },\n  \"price\": {\n    \"products\": 126.99,\n    \"shipping\": 6.99,\n    \"payment_method\": 0,\n    \"voucher\": {\n      \"voucher_reduction\": 100,\n      \"voucher_data\": {\n        \"id\": 1077,\n        \"value_string\": \"- 10,00 €\",\n        \"voucher_percent\": 0,\n        \"voucher_absolute\": 10,\n        \"amount_valid_from\": 10,\n        \"voucher_code\": \"WHN10\",\n        \"description\": \"Geschenkgutschein - 10€\"\n      },\n      \"shipping_reduction\": 3.5,\n      \"product_tax_reduction\": 19\n    },\n    \"sum_tax\": 19,\n    \"sum_total\": 100,\n    \"is_test_purchase\": true\n  },\n  \"erp_customer_id\": 0,\n  \"customer_id\": \"\",\n  \"zip\": \"12345\",\n  \"order_created\": \"2021-12-12 19:52:03\",\n  \"shop_id\": 125,\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"Versand2\",\n      \"description\": \"Versand per Fuchs\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_ids\": [\n        \"123234\",\n        \"1234\"\n      ]\n    },\n    {\n      \"name\": \"Abholung\",\n      \"description\": \"Abhulung bei CSB\",\n      \"product_ids\": [\n        \"2342\"\n      ]\n    }\n  ]\n}"},{"id":"8216663e-6328-4428-8d2b-c63c8295d5e5","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number"],"variable":[{"key":"order_number","description":"(Required) The order number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4fc9bc71-7405-48b2-b32a-0262beaa758f","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number"],"variable":[{"key":"order_number","description":"(Required) The order number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b9ecfa0d-da9c-4c6d-8953-39ec3d5d0f27","name":"404: No order found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number"],"variable":[{"key":"order_number","description":"(Required) The order number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4d68e2e6-7b06-4cd7-8240-1ef64fd0b7bc","name":"500: Error handling the request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number"],"variable":[{"key":"order_number","description":"(Required) The order number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c9192c2-e788-4937-9f66-3d4be9977729"},{"name":"Update the value of the shipping handler details field of an order","id":"8eac427b-cd55-48bc-a7f9-7b67705e4c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","description":"<p>Replaces the current value, to add details, first get the current value</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[{"description":{"content":"<p>(Required) The order number</p>\n","type":"text/plain"},"type":"any","value":"1639331260.125003824","key":"order_number"}]}},"response":[{"id":"48e5ed0f-3c8d-4706-a9bf-6209a0fedd4a","name":"200: Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b6ddc9a5-47dc-48e5-8d13-941c45ee75df","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"df755a06-88f5-4035-b7ca-3912c5f115cc","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"225c84a4-ffe6-4426-bb14-a6a8c0955407","name":"404: Order not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"484147f3-de38-4e4f-a863-120c685b2809","name":"500: Error handling the request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"DHL Paketversand\",\n      \"product_ids\": [\n        \"18871\",\n        \"18571\",\n        \"234871\"\n      ],\n      \"description\": \"Schnellerster Versand\",\n      \"tracking_number\": \"Fuchs123\",\n      \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n      \"product_amounts\": {\n        \"18571\": 3,\n        \"18871\": 1,\n        \"234871\": 1\n      },\n      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8eac427b-cd55-48bc-a7f9-7b67705e4c8b"},{"name":"Append one set of shipping handler details to the order's shipping handler details","id":"e8bac5d6-ef20-4ae9-bd73-6dd6552542a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","description":"<p>Retrieves the shipping handler details of the order, adds the new set to it, and saves it back to the database.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[{"id":"ec2df718-11fc-4788-8afa-be371a2fbb78","description":{"content":"<p>(Required) The order number</p>\n","type":"text/plain"},"type":"any","value":"1639331260.125003824","key":"order_number"}]}},"response":[{"id":"87ab447f-a41f-412c-a5a7-c2823d9b3b84","name":"200: Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"41b1038c-4468-475f-b23b-1f10604742de","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f8c4e7d7-4616-40a7-a6fd-0232fb0e1d52","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"0e92b2ac-b244-4b8c-ac5f-cfc24426e49f","name":"404: Order not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"053a8643-ce33-4aa0-9f23-7981fa9ef7eb","name":"500: Error handling the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": {\n    \"name\": \"DHL Paketversand\",\n    \"product_ids\": [\n      \"18871\",\n      \"18571\",\n      \"234871\"\n    ],\n    \"description\": \"Schnellerster Versand\",\n    \"tracking_number\": \"Fuchs123\",\n    \"tracking_url\": \"fuchsversand.org/tracking/Fuchs123\",\n    \"product_amounts\": {\n      \"18571\": 3,\n      \"18871\": 1,\n      \"234871\": 1\n    },\n    \"timestamp_change\": \"2022-12-10 19:52:03\",\n    \"expected_delivery\": \"2022-12-12 19:52:03\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/obs/rest-provider/orders/v1/order/:order_number/shipping_handler_details","host":["https://your-domain.com/wp-json"],"path":["obs","rest-provider","orders","v1","order",":order_number","shipping_handler_details"],"variable":[{"key":"order_number","value":"1639331260.125003824","description":"(Required) The order number"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e8bac5d6-ef20-4ae9-bd73-6dd6552542a9"}],"id":"5fe0c4ba-04e1-4a80-bf46-be8918484132","_postman_id":"5fe0c4ba-04e1-4a80-bf46-be8918484132","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}}},{"name":"SPF Connector","item":[{"name":"Get product data for the SPF connector","id":"4f331b36-66b4-4355-9e1c-df3766745bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mpns\": [\n    \"93505088000\",\n    \"93503001000\",\n    \"61430018000\"\n  ],\n  \"brand\": \"KTM\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/spf-connector/v1/product-data","description":"<p>Get product data for the SPF connector</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["obs","spf-connector","v1","product-data"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[]}},"response":[{"id":"2cb1fd8f-9ef0-42de-81e3-77b84ad3bcd2","name":"200: The basic product data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"mpns\": [\n    \"93505088000\",\n    \"93503001000\",\n    \"61430018000\"\n  ],\n  \"brand\": \"KTM\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/spf-connector/v1/product-data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"93503001000\": {\n    \"price\": 1147.05,\n    \"tax\": 19,\n    \"stock_amount\": 0,\n    \"reorderable\": true,\n    \"item_id\": \"12312\",\n    \"product_id\": \"100013478\",\n    \"action\": \"add_product\",\n    \"availability\": \"reorderable\"\n  },\n  \"93505088000\": {\n    \"price\": 10.6,\n    \"tax\": 19,\n    \"stock_amount\": 12,\n    \"reorderable\": false,\n    \"item_id\": \"323423\",\n    \"product_id\": \"100013465\",\n    \"action\": \"add_product\",\n    \"availability\": \"in_stock\"\n  },\n  \"61430018000\": {\n    \"price\": 1088.15,\n    \"tax\": 19,\n    \"stock_amount\": 0,\n    \"reorderable\": false,\n    \"item_id\": \"34534532\",\n    \"product_id\": \"100028239\",\n    \"action\": \"request_product\",\n    \"availability\": \"not_available\"\n  }\n}"},{"id":"202346d6-79c9-496d-9f2d-e7b75d61851d","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"mpns\": [\n    \"93505088000\",\n    \"93503001000\",\n    \"61430018000\"\n  ],\n  \"brand\": \"KTM\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/spf-connector/v1/product-data"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cbf57ee3-67d4-4360-971e-3adf492c1149","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"mpns\": [\n    \"93505088000\",\n    \"93503001000\",\n    \"61430018000\"\n  ],\n  \"brand\": \"KTM\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/spf-connector/v1/product-data"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"22363407-70fd-4776-b821-be3f96e93bcf","name":"500: Error handling the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"mpns\": [\n    \"93505088000\",\n    \"93503001000\",\n    \"61430018000\"\n  ],\n  \"brand\": \"KTM\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/obs/spf-connector/v1/product-data"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4f331b36-66b4-4355-9e1c-df3766745bfb"}],"id":"a38160a0-d312-4a57-8302-afbbbcc84d6c","_postman_id":"a38160a0-d312-4a57-8302-afbbbcc84d6c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}}},{"name":"shipping","item":[{"name":"{shipping_id}","item":[{"name":"OLD: Set/ update a shipping method","id":"f01558a9-d703-4bff-9f52-f3c9f13ef6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"zaid\": \"<integer>\",\n\t\"status\": \"<integer>\",\n\t\"keyversand\": \"<integer>\",\n\t\"name\": \"<string>\",\n\t\"preis\": \"<number>\",\n\t\"freiab\": \"<number>\",\n\t\"typ\": \"<integer>\",\n\t\"gewicht\": \"<number>\",\n\t\"beschreibung\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","description":"<p>Provide the details of one shipping method to the middleware</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["api","user","shipping",":shipping_id"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[{"id":"11bfd855-7ea4-4d02-99ba-412c62dc1dff","description":{"content":"<p>(Required) The ID of the shipping method</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"shipping_id"}]}},"response":[{"id":"8b97fd17-d3e3-421b-ace2-ec80b8011403","name":"200: Success, Empty body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n\t\"zaid\": \"<integer>\",\n\t\"status\": \"<integer>\",\n\t\"keyversand\": \"<integer>\",\n\t\"name\": \"<string>\",\n\t\"preis\": \"<number>\",\n\t\"freiab\": \"<number>\",\n\t\"typ\": \"<integer>\",\n\t\"gewicht\": \"<number>\",\n\t\"beschreibung\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6a182703-e1f6-41fa-944a-4db8b6b5706b","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n\t\"zaid\": \"<integer>\",\n\t\"status\": \"<integer>\",\n\t\"keyversand\": \"<integer>\",\n\t\"name\": \"<string>\",\n\t\"preis\": \"<number>\",\n\t\"freiab\": \"<number>\",\n\t\"typ\": \"<integer>\",\n\t\"gewicht\": \"<number>\",\n\t\"beschreibung\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7083747f-036b-4f6e-b6aa-de3190809833","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n\t\"zaid\": \"<integer>\",\n\t\"status\": \"<integer>\",\n\t\"keyversand\": \"<integer>\",\n\t\"name\": \"<string>\",\n\t\"preis\": \"<number>\",\n\t\"freiab\": \"<number>\",\n\t\"typ\": \"<integer>\",\n\t\"gewicht\": \"<number>\",\n\t\"beschreibung\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"WWW_Authenticate","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f01558a9-d703-4bff-9f52-f3c9f13ef6a3"},{"name":"OLD: Delete a shipping method","id":"981d24d7-64b5-4ba5-ab9d-0090beebe681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","description":"<p>Delete the shipping method passed by ID</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["api","user","shipping",":shipping_id"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[{"id":"b9fc4f56-d771-4e55-abb5-373f4e0eb018","description":{"content":"<p>(Required) The ID of the shipping method</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"shipping_id"}]}},"response":[{"id":"ccd549cf-4209-4ca9-b0ef-30d75cef7eec","name":"200: Success, Empty body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9930c38e-3b8a-4b90-b458-fb22c0cc6581","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1d2f30a7-81ff-4e3a-a957-5013aec89ce1","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://your-domain.com/wp-json/api/user/shipping/:shipping_id","host":["https://your-domain.com/wp-json"],"path":["api","user","shipping",":shipping_id"],"variable":[{"key":"shipping_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"WWW_Authenticate","value":"<string>"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"981d24d7-64b5-4ba5-ab9d-0090beebe681"}],"id":"10b27a22-581e-4dbd-8683-da278be70741","_postman_id":"10b27a22-581e-4dbd-8683-da278be70741","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}}},{"name":"OLD: Get all shipping methods","id":"88ca40d5-46a6-4829-b328-4296bdd5a348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://your-domain.com/wp-json/api/user/shipping","description":"<p>Get all shpiping methods saved in middleware</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}},"urlObject":{"path":["api","user","shipping"],"host":["https://your-domain.com/wp-json"],"query":[],"variable":[]}},"response":[{"id":"509440a3-ff24-421f-a2fb-40bfa6cbd6e0","name":"The details of all shipping methods","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://your-domain.com/wp-json/api/user/shipping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"vaid\": \"<integer>\",\n\t\t\"zaid\": \"<integer>\",\n\t\t\"status\": \"<integer>\",\n\t\t\"keyversand\": \"<integer>\",\n\t\t\"name\": \"<string>\",\n\t\t\"beschreibung\": \"<string>\",\n\t\t\"preis\": \"<number>\",\n\t\t\"freiab\": \"<number>\",\n\t\t\"typ\": \"<integer>\",\n\t\t\"gewicht\": \"<number>\"\n\t},\n\t{\n\t\t\"vaid\": \"<integer>\",\n\t\t\"zaid\": \"<integer>\",\n\t\t\"status\": \"<integer>\",\n\t\t\"keyversand\": \"<integer>\",\n\t\t\"name\": \"<string>\",\n\t\t\"beschreibung\": \"<string>\",\n\t\t\"preis\": \"<number>\",\n\t\t\"freiab\": \"<number>\",\n\t\t\"typ\": \"<integer>\",\n\t\t\"gewicht\": \"<number>\"\n\t}\n]"},{"id":"8690de35-fbf7-47d5-ab40-618506fc10d5","name":"400: The parameters/ data was provided in invalid format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://your-domain.com/wp-json/api/user/shipping"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cd92d703-3f39-406f-9d0d-17273d2d0007","name":"401: Authentication information is missing or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://your-domain.com/wp-json/api/user/shipping"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"WWW_Authenticate","value":"<string>"}],"cookie":[],"responseTime":null,"body":null},{"id":"93129cbd-5f1f-4bff-80d7-bd9cfb72e2f4","name":"404: The content could not be found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://your-domain.com/wp-json/api/user/shipping"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"88ca40d5-46a6-4829-b328-4296bdd5a348"}],"id":"58720755-4b38-46ff-8f2d-c8ee4850d71c","_postman_id":"58720755-4b38-46ff-8f2d-c8ee4850d71c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"039da025-a646-4a71-86d5-6c85a70c31d8","id":"039da025-a646-4a71-86d5-6c85a70c31d8","name":"OBS Public API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"variable":[{"id":"5d385055-7162-408f-8906-5a2a9cfb92ce","key":"baseUrl","value":"https://your-domain.com/wp-json","type":"any"}]}