{"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 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 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 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 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 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>Get the order details for an order number</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  },\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 shipping handler details of an order","id":"d6090cdf-4106-49e4-abac-99e32e4284a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shipping_handler_details\": [\n    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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>Update the shipping handler details of an order</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":"d2c781e2-8406-4ab5-a239-9b69c7f1ab6d","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    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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":"d541c00e-7a40-42f6-8a1f-79efacbd05e2","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    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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":"c7e53c23-cb9e-4c5a-b837-7be9ffec7413","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    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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":"01a58abf-547c-4997-a2ee-b2cbb9db801a","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    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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":"0c0d1de8-df64-44e2-882c-f5ac8bda741e","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    {\n      \"name\": \"Fuchsversand\",\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      \"timestamp_change\": \"2022-12-10 19:52:03\",\n      \"expected_delivery\": \"2022-12-12 19:52:03\"\n    },\n    {\n      \"name\": \"Fuchsversand\",\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      \"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":"d6090cdf-4106-49e4-abac-99e32e4284a5"}],"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"}}}],"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"}]}