{ "uuid": "9dea870c-cee1-47ca-a005-b8e1616ba841", "lastMigration": 29, "name": "Jumpseller API", "endpointPrefix": "v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a6da5b63-aadc-4e38-99f8-517c8cf8c942", "documentation": "Retrieve all Categories.", "method": "get", "endpoint": "categories.json", "responses": [ { "uuid": "b7d8f73c-8bad-40ad-8d0e-c7cc2aa8a698", "body": "{\n \"category\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca7bd9c1-7082-4d8c-ad21-4e4838eb6806", "documentation": "Create a new Category.", "method": "post", "endpoint": "categories.json", "responses": [ { "uuid": "7827153b-9673-41e8-89b8-3cf3db245274", "body": "{\n \"category\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "525be939-c9da-4ef4-8284-1fc452b1e04a", "documentation": "Count all Categories.", "method": "get", "endpoint": "categories/count.json", "responses": [ { "uuid": "26fd1777-f9ba-486d-81cc-f5ea8b069d59", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8a2cfeb-fe68-45b8-a233-0e5e395c1fae", "documentation": "Delete an existing Category.", "method": "delete", "endpoint": "categories/:id.json", "responses": [ { "uuid": "f4536be4-254b-45f3-a682-dafa20999091", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2578bc21-8a8c-4a97-a025-86b033ceac34", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Category Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c6fed41-3057-4c77-8dff-1229a0665a54", "documentation": "Retrieve a single Category.", "method": "get", "endpoint": "categories/:id.json", "responses": [ { "uuid": "15871664-be95-4be2-a9db-ffd4028737a5", "body": "{\n \"category\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "The selected Category.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c7a2cc06-050e-42c3-99e9-49a34e20d1ea", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Category Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c22b20e9-13a1-4782-b195-9d1df8d70fb9", "documentation": "Modify an existing Category.", "method": "put", "endpoint": "categories/:id.json", "responses": [ { "uuid": "ad0c0506-9d47-4e86-bf2a-461b2b20de77", "body": "{\n \"category\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7b1b53b5-4e28-4742-9f92-25f63f020859", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Category Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e4849c2-3678-4fb9-b45b-909a07a5b2d5", "documentation": "Retrieve all Checkout Custom Fields.", "method": "get", "endpoint": "checkout_custom_fields.json", "responses": [ { "uuid": "e0946283-ad33-4f83-a566-0a0dba5e85dd", "body": "[\n {\n \"checkout_custom_field\": {\n \"area\": \"{{oneOf (array 'contact' 'billing_shipping' 'other')}}\",\n \"custom_field_select_options\": [\n \"\"\n ],\n \"deletable\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'text' 'select' 'input' 'checkbox')}}\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Checkout Custom Fields", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7baf68fb-baf5-48db-a947-d44fc77fa59a", "documentation": "Create a new CheckoutCustomField.", "method": "post", "endpoint": "checkout_custom_fields.json", "responses": [ { "uuid": "bd326b4b-9f92-4584-b1e2-01dfb38d2798", "body": "{\n \"checkout_custom_field\": {\n \"area\": \"{{oneOf (array 'contact' 'billing_shipping' 'other')}}\",\n \"custom_field_select_options\": [\n \"\"\n ],\n \"deletable\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'text' 'select' 'input' 'checkbox')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d067a26-d7af-455a-ae5b-7612996f13da", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CheckoutCustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fcc02cf-ff0b-4ddd-8187-a0ae8fd57a54", "documentation": "Delete an existing CheckoutCustomField.", "method": "delete", "endpoint": "checkout_custom_fields/:id.json", "responses": [ { "uuid": "04448c65-970d-4a39-857a-2d3787b3ecbc", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5eb0b9de-77f7-4b41-9987-cd4cf4bf0e69", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CheckoutCustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a179715-e14a-41c6-a8d5-51a043c33b8b", "documentation": "Retrieve a single CheckoutCustomField.", "method": "get", "endpoint": "checkout_custom_fields/:id.json", "responses": [ { "uuid": "67a2c9b5-a4ef-4d61-8145-9b0293b619b7", "body": "{\n \"checkout_custom_field\": {\n \"area\": \"{{oneOf (array 'contact' 'billing_shipping' 'other')}}\",\n \"custom_field_select_options\": [\n \"\"\n ],\n \"deletable\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'text' 'select' 'input' 'checkbox')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8104c325-bc92-4d8e-b526-1884053fe894", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CheckoutCustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55837bb2-528b-4a36-8bcc-9d74fd919116", "documentation": "Update a CheckoutCustomField.", "method": "put", "endpoint": "checkout_custom_fields/:id.json", "responses": [ { "uuid": "80f75811-9a56-4d1a-b3bd-feff26e4fc2c", "body": "{\n \"checkout_custom_field\": {\n \"area\": \"{{oneOf (array 'contact' 'billing_shipping' 'other')}}\",\n \"custom_field_select_options\": [\n \"\"\n ],\n \"deletable\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'text' 'select' 'input' 'checkbox')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2c7e20aa-aa20-4cfb-b8d8-1a10bd4231c7", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CheckoutCustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "deda55be-576c-48ab-a46b-f2157bbb588f", "documentation": "Retrieve all Countries.", "method": "get", "endpoint": "countries.json", "responses": [ { "uuid": "2be1b1fe-29ea-4167-82c2-7bc8b0589fab", "body": "[\n {\n \"code\": \"\",\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Countries", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55dddd34-2aec-4393-a8cc-d26d4122a30e", "documentation": "Retrieve a single Country information.", "method": "get", "endpoint": "countries/:country_code.json", "responses": [ { "uuid": "3d46c724-400c-4be7-b050-d2461a204023", "body": "{\n \"code\": \"\",\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A Country information object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ef22c187-42e8-4452-9f26-5d77a308198b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Country Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7fbed01-c364-4b4f-85d9-fce6209bc8bf", "documentation": "Retrieve all Regions from a single Country.", "method": "get", "endpoint": "countries/:country_code/regions.json", "responses": [ { "uuid": "8ff07037-fa1a-4cf3-9f10-68277ce19c7c", "body": "[\n {\n \"code\": \"\",\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Regions from a single Country", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "da1e2488-c436-4ea8-b2f8-7bc8948147fa", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Country Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc495de1-fc41-491e-a870-90fe6f3719c5", "documentation": "Retrieve a single Region information object.", "method": "get", "endpoint": "countries/:country_code/regions/:region_code.json", "responses": [ { "uuid": "7c062480-ec18-45f3-8f96-c1b561a0b992", "body": "{\n \"code\": \"\",\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "A Region information object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "533c644e-5610-46fe-9fe7-d7cc3044a56f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Country or Region not found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d2410de-bd5d-4d73-ae5c-969c58449e1b", "documentation": "Retrieve all Store's Custom Fields.", "method": "get", "endpoint": "custom_fields.json", "responses": [ { "uuid": "6dea9258-0c71-415c-984d-8652bf24de68", "body": "[\n {\n \"custom_field\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"{{oneOf (array 'text' 'selection' 'input')}}\",\n \"values\": [\n \"\"\n ]\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Custom Fields", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afe1850e-62e1-439c-b8b2-0b098cc46568", "documentation": "Create a new Custom Field.", "method": "post", "endpoint": "custom_fields.json", "responses": [ { "uuid": "991a23ae-77b4-4e3c-9837-ae9e96a7a737", "body": "{\n \"custom_field\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"{{oneOf (array 'text' 'selection' 'input')}}\",\n \"values\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1e135ea4-4f06-48c9-8964-517d425fbf86", "documentation": "Delete an existing CustomField.", "method": "delete", "endpoint": "custom_fields/:id.json", "responses": [ { "uuid": "9a560fe7-53e5-4303-a006-da6cccac3dc5", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fce4b859-08f6-400e-a23c-053c9498ec1f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bf8603b3-b7de-4b94-bbea-28284222573e", "documentation": "Retrieve a single CustomField.", "method": "get", "endpoint": "custom_fields/:id.json", "responses": [ { "uuid": "73db6ab9-3c95-4733-b698-f2acad0f529b", "body": "{\n \"custom_field\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"{{oneOf (array 'text' 'selection' 'input')}}\",\n \"values\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cf5241a-19da-48e8-a1d5-0efe45883e89", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e3999ed-b1b8-49e2-be48-9931eb539811", "documentation": "Update a CustomField.", "method": "put", "endpoint": "custom_fields/:id.json", "responses": [ { "uuid": "2d62bee7-1032-4cc8-851a-0c278ba58b38", "body": "{\n \"custom_field\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"{{oneOf (array 'text' 'selection' 'input')}}\",\n \"values\": [\n \"\"\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8ec8919a-1f77-406a-a3cb-30d3ad308b06", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomField Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d458b195-dbc6-4cd2-9e5e-4a5c0b6a6532", "documentation": "Retrieve all Store's Custom Fields.", "method": "get", "endpoint": "custom_fields/:id/select_options.json", "responses": [ { "uuid": "a20b4894-ddaa-4690-bd13-ab74bcdfba9c", "body": "[\n {\n \"custom_field_select_option\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Custom Fields Select Options", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "77186492-7a4f-4f8d-bd03-79e5c7eff1d0", "documentation": "Create a new Custom Field Select Option.", "method": "post", "endpoint": "custom_fields/:id/select_options.json", "responses": [ { "uuid": "acb9040b-b1a5-4201-b04d-bb64a1a04db4", "body": "{\n \"custom_field_select_option\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9db1d705-4d51-442c-bf5f-57fb00942763", "documentation": "Delete an existing CustomFieldSelectOption.", "method": "delete", "endpoint": "custom_fields/:id/select_options/:custom_field_select_option_id.json", "responses": [ { "uuid": "b79a77c7-1ccb-4b44-ad1f-412c0a5795d5", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98761761-14de-44bd-a470-aa2d59037bc9", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomFieldSelectOption Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6abca240-fe6c-4eb4-aad2-4a63612e0c7e", "documentation": "Retrieve a single SelectOption from a CustomField.", "method": "get", "endpoint": "custom_fields/:id/select_options/:custom_field_select_option_id.json", "responses": [ { "uuid": "5d8c583a-293f-43d2-b243-4fcb13864f3b", "body": "{\n \"custom_field_select_option\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2233eb21-e58f-40da-bcc2-12cdc90ccb87", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomFieldSelectOption Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92e87308-386e-4dc3-95b9-25f01be5bf62", "documentation": "Update a SelectOption from a CustomField.", "method": "put", "endpoint": "custom_fields/:id/select_options/:custom_field_select_option_id.json", "responses": [ { "uuid": "33abc157-4e59-4d3a-965d-2ea07e0188fd", "body": "{\n \"custom_field_select_option\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "05904a28-2be2-436e-8ea5-b6c99a5479d3", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomFieldSelectOption Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fbe340e-7c9d-4c1b-bac4-9211893f667f", "documentation": "Retrieve all Customer Categories.", "method": "get", "endpoint": "customer_categories.json", "responses": [ { "uuid": "98862f67-6a81-4cd5-99aa-e4a8aa313351", "body": "[\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Customer Categories", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e14cace4-0dda-4df3-91ee-071b23a056af", "documentation": "Create a new CustomerCategory.", "method": "post", "endpoint": "customer_categories.json", "responses": [ { "uuid": "0f2c309b-a501-4b9f-ad33-ba3264f9b550", "body": "{\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4e9e0b7d-ddf8-45e5-a7a0-7c215ea5a5ef", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7dd42502-af96-4586-bcd1-2343c58094de", "documentation": "Delete an existing CustomerCategory.", "method": "delete", "endpoint": "customer_categories/:id.json", "responses": [ { "uuid": "4ace953b-eca8-46bf-adee-ca696765866b", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9d5372d5-0500-456c-83f5-4ab64e0d93b3", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "459f923c-e7bb-446b-9e32-5cc1b80cb3a9", "documentation": "Retrieve a single CustomerCategory.", "method": "get", "endpoint": "customer_categories/:id.json", "responses": [ { "uuid": "8c43b37f-5e8d-49a6-9375-0027bdba02cb", "body": "{\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26ee3219-e3fa-4feb-82d1-4d4a7e42c82d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3e44828-244b-41a2-82fe-4df8216ebeff", "documentation": "Update a CustomerCategory.", "method": "put", "endpoint": "customer_categories/:id.json", "responses": [ { "uuid": "e8c11e15-20dc-48c3-8f97-54bb8ff1f4ce", "body": "{\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d3c71a75-8842-4f41-b30e-6c893215e16d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a5568bf-1d92-473f-984a-4644844e1cb2", "documentation": "Delete Customers from an existing CustomerCategory.", "method": "delete", "endpoint": "customer_categories/:id/customers.json", "responses": [ { "uuid": "1e81d915-74ce-4f74-8e41-05bd3d217b29", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b3bc292-4904-4f5f-abf9-308b461bef5d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db6b4631-0116-4631-944b-69c0200f498f", "documentation": "Retrieves the customers in a CustomerCategory.", "method": "get", "endpoint": "customer_categories/:id/customers.json", "responses": [ { "uuid": "e1496acc-dd9c-412a-9bab-235aebe3be1b", "body": "[\n {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "425aa8af-ed1d-4b12-a02b-e2ed3aae2485", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c64874e-9859-4a59-b392-600d64e3e971", "documentation": "Adds Customers to a CustomerCategory.", "method": "post", "endpoint": "customer_categories/:id/customers.json", "responses": [ { "uuid": "80cb901e-a767-4182-b094-bd94b26a5ccd", "body": "[\n {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Array of Customers in the Customer Category", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "33e83dd6-1f71-43b9-8ddf-352055f810ea", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "CustomerCategory Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3555b116-bc0c-457b-9712-9bb785c1f07f", "documentation": "Retrieve all Customers.", "method": "get", "endpoint": "customers.json", "responses": [ { "uuid": "30be1268-238d-497a-a53e-e73c0a29b7c9", "body": "[\n {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Orders", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29510cb3-9fad-4e31-bb3c-f335007ef9fc", "documentation": "Create a new Customer.", "method": "post", "endpoint": "customers.json", "responses": [ { "uuid": "a5808a27-438f-4d83-8c68-3ab846f5bf92", "body": "{\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a419b3ff-3253-441c-a364-23e8d4c763cb", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "728d14a6-9f34-492a-a6a5-6f3ea002f337", "documentation": "Count all Customers.", "method": "get", "endpoint": "customers/count.json", "responses": [ { "uuid": "267a7ece-7db9-4704-9e35-10ec63c03511", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "809ccf71-9f8a-4260-b7f9-0d16ad6b796c", "documentation": "Retrieve a single Customer by email.", "method": "get", "endpoint": "customers/email/:email.json", "responses": [ { "uuid": "0b431cbf-1da1-4efe-9ba9-2e709481018b", "body": "{\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8662df88-9d69-4032-b716-67f38928a683", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f2254cee-4993-4f6c-a933-50c579a380ce", "documentation": "Delete an existing Customer.", "method": "delete", "endpoint": "customers/:id.json", "responses": [ { "uuid": "6e39bd3f-dea3-4832-bcd1-b2f2eaace9d3", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "48bb3d67-d0db-434b-8819-fdddbdaec66b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f12db54-c485-4857-bcfb-83797a93993e", "documentation": "Retrieve a single Customer by id.", "method": "get", "endpoint": "customers/:id.json", "responses": [ { "uuid": "e06f6010-3a63-4185-8001-766ef0bc286c", "body": "{\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "adb81cd2-aff3-44fe-a8ac-80c3a8f1a8cf", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0b98f52-7b28-4eee-87c5-0393a0761705", "documentation": "Update a new Customer.", "method": "put", "endpoint": "customers/:id.json", "responses": [ { "uuid": "f6a314e3-7ee3-4d83-826b-7c9b13cbe89b", "body": "{\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "38922038-4244-4895-a224-181b1de52c78", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4235e461-8bed-48ee-b5cb-ccb87e036ae3", "documentation": "Retrieves the Customer Additional Field of a Customer.", "method": "get", "endpoint": "customers/:id/fields", "responses": [ { "uuid": "7cd0493c-f648-46eb-9e52-3c341b9dd412", "body": "[\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "24d0fc91-fa35-4c0d-84bd-edbcf8237655", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48a35458-5b68-4ec4-ab1f-0d0f181c714d", "documentation": "Adds Customer Additional Fields to a Customer.", "method": "post", "endpoint": "customers/:id/fields", "responses": [ { "uuid": "3b297006-913f-44d7-ac29-a68a28b52e66", "body": "{\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0258e183-aac3-4922-a6fc-d339b470354c", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Additional Field Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8472e120-d3b1-4b4b-811a-be5a25193d8e", "documentation": "Delete a Customer Additional Field.", "method": "delete", "endpoint": "customers/:id/fields/:field_id", "responses": [ { "uuid": "4de181b7-65c4-4825-be72-615ed6d1b4b2", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2580531-f24d-44ea-868f-474909a07062", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06553fbe-ada9-4ce6-bd28-1a7199563d0b", "documentation": "Retrieve a single Customer Additional Field.", "method": "get", "endpoint": "customers/:id/fields/:field_id", "responses": [ { "uuid": "1d63f76e-3a4a-4219-a74d-3c60ac77cdeb", "body": "{\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "258a15a2-ebc8-4cd0-bdcd-717d96e7303d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "817674cf-5749-46b8-8c71-d645693ddbea", "documentation": "Update a Customer Additional Field.", "method": "put", "endpoint": "customers/:id/fields/:field_id", "responses": [ { "uuid": "6496b202-c914-4d28-8d91-27d124751ee0", "body": "{\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a282549-9709-4452-af90-7029bd4df427", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Customer Additional Field Bad Parameters.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23e69a83-ff00-43bd-a5cc-57dd0bb89584", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Customer Additional Field Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e57ab15-f7c8-4cb8-a24e-a16b23c87200", "documentation": "Retrieve all Fulfillments.", "method": "get", "endpoint": "fulfillments.json", "responses": [ { "uuid": "cc5c5189-8803-4bd9-9ee9-7dd79aa50d53", "body": "[\n {\n \"category\": {\n \"external_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"order_id\": \"\",\n \"service_type\": \"\",\n \"shipment_status\": \"\",\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"type\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Fulfillments", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5a1c61f-158f-47cc-a3ec-7846168a3eb4", "documentation": "Count all Fulfillments.", "method": "get", "endpoint": "fulfillments/count.json", "responses": [ { "uuid": "bd0cdec3-75b5-46b8-8847-148485bb43af", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48ad5dca-321b-4098-b102-2e001dde8f3d", "documentation": "Retrieve a single Fulfillment.", "method": "get", "endpoint": "fulfillments/:id.json", "responses": [ { "uuid": "cec265ca-0cee-42a9-b029-71ac49d1a9a0", "body": "{\n \"category\": {\n \"external_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"order_id\": \"\",\n \"service_type\": \"\",\n \"shipment_status\": \"\",\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"type\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "718d99a2-08cc-4e65-9a02-e309a82aa088", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Fulfillment Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "208b4850-6080-4c8a-8b89-7c53e848e396", "documentation": "Retrieve all Hooks.", "method": "get", "endpoint": "hooks.json", "responses": [ { "uuid": "28815788-b554-41f9-af5f-1ef4652e5552", "body": "[\n {\n \"hook\": {\n \"created_at\": \"\",\n \"event\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Hooks", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e18aebf-1651-4085-8e09-b2f6ff8cc9a6", "documentation": "Create a new Hook.", "method": "post", "endpoint": "hooks.json", "responses": [ { "uuid": "a1cef622-49d7-49f6-b386-8a108c444be7", "body": "{\n \"hook\": {\n \"created_at\": \"\",\n \"event\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a73bfe7f-6434-4b68-836b-dbcdbaff7dea", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Hook Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "323d0a65-6fae-4ff7-8481-32269b9e040f", "documentation": "Delete an existing Hook.", "method": "delete", "endpoint": "hooks/:id.json", "responses": [ { "uuid": "4176f7db-4ee4-4de3-afa1-5eb12977a1a0", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "54a869c0-afb6-4658-b1ed-1018ccf4519f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Hook Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "addf9ab3-b1b7-4e79-a151-6d74ede2f792", "documentation": "Retrieve a single Hook.", "method": "get", "endpoint": "hooks/:id.json", "responses": [ { "uuid": "36c81c1f-0562-4ef9-b968-76c66b18ba2b", "body": "{\n \"hook\": {\n \"created_at\": \"\",\n \"event\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dcbcc653-deb0-4da0-8243-e2004a22f1f5", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Hook Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40eba352-ecfc-4b95-8665-4a975ac5064b", "documentation": "Update a Hook.", "method": "put", "endpoint": "hooks/:id.json", "responses": [ { "uuid": "8b6c8024-dbc3-4954-ae2a-8b93dc18275e", "body": "{\n \"hook\": {\n \"created_at\": \"\",\n \"event\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e4a4f64-48dc-453c-9a87-6f0e45086c9c", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Hook Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b9e59d5-2e48-4ef3-b25f-d1bcf292120c", "documentation": "Retrieve all the Store's JSApps.", "method": "get", "endpoint": "jsapps.json", "responses": [ { "uuid": "27022d22-b4d8-40cb-a816-3a55e9f40ff6", "body": "{\n \"apps\": [\n {\n \"author\": \"\",\n \"code\": \"\",\n \"description\": \"\",\n \"js\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"page\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d9c6c153-70fe-4cfa-92f4-650cf49e8752", "documentation": "Create a Store JSApp.", "method": "post", "endpoint": "jsapps.json", "responses": [ { "uuid": "c1bf1326-37ad-4580-9807-94ee313f819c", "body": "{\n \"element\": \"\",\n \"template\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "140af6ac-4254-404d-a69e-bde5390de5d6", "documentation": "Delete an existing JSApp.", "method": "delete", "endpoint": "jsapps/:code.json", "responses": [ { "uuid": "30c13475-1faa-455d-9ca7-87d27f945d2e", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5ac3127-8749-41ef-8b6e-74c8795aab10", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "App Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63650736-d741-45eb-91d4-5717ec6324a1", "documentation": "Retrieve a JSApp.", "method": "get", "endpoint": "jsapps/:code.json", "responses": [ { "uuid": "a6057e9f-ebef-4a49-8e73-ccc113093ff4", "body": "{\n \"element\": \"\",\n \"template\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e0c0d52-e2c5-4ab0-86fb-93cff3d550b7", "documentation": "Retrieve the Fulfillments associated with the Order.", "method": "get", "endpoint": "order/:id/fulfillments.json", "responses": [ { "uuid": "9810418d-4d2b-4591-bd57-79f03b0f69bf", "body": "[\n {\n \"category\": {\n \"external_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"order_id\": \"\",\n \"service_type\": \"\",\n \"shipment_status\": \"\",\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"type\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8db9371c-6a24-486e-814c-d2dcabf11f83", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Fulfillment Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "adad95a3-4fbe-4aaa-af80-17301e3a4ddd", "documentation": "Retrieve all Orders.", "method": "get", "endpoint": "orders.json", "responses": [ { "uuid": "94286ddc-9289-4671-82de-1a1c3eb270be", "body": "[\n {\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Orders", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1e475b45-9855-4bbb-b93c-f18588924aa2", "documentation": "Create a new Order.", "method": "post", "endpoint": "orders.json", "responses": [ { "uuid": "bd20258a-a41f-447a-b1a4-d6e3a5046714", "body": "{\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e94c4d61-c652-4218-9799-d0e46f30280d", "documentation": "Retrieve orders filtered by Order Id.", "method": "get", "endpoint": "orders/after/:id.json", "responses": [ { "uuid": "869861ef-0b74-4d5b-8798-d677e48127ef", "body": "{\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "27223170-e91d-4fdd-b95f-da4df9ab84d9", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Order Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57731564-9c3b-4c77-a9f8-dff35040f7e3", "documentation": "Count all Orders.", "method": "get", "endpoint": "orders/count.json", "responses": [ { "uuid": "4e93ceb8-a703-40c7-b345-aaa1fb3a54e5", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a779caf-7931-441a-8a54-53ba583274fd", "documentation": "Retrieve orders filtered by status.", "method": "get", "endpoint": "orders/status/:status.json", "responses": [ { "uuid": "fc3e0e88-c4ed-4176-b3cb-77f9526a472a", "body": "[\n {\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "540b4315-572b-4898-a389-46452f136389", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Status Invalid.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d967241e-986c-468f-b3f4-6128ea7c5b49", "documentation": "Retrieve a single Order.", "method": "get", "endpoint": "orders/:id.json", "responses": [ { "uuid": "b16ad8d6-c6a6-4533-aaa3-d9630a3944b5", "body": "{\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f3eb8cac-1a96-443d-b41e-b09fca6a2638", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Order Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "efbeada4-75e6-4d17-907a-49f686519db3", "documentation": "Modify an existing Order.", "method": "put", "endpoint": "orders/:id.json", "responses": [ { "uuid": "45b5a1f2-712b-466a-b4d2-d28899bb6710", "body": "{\n \"order\": {\n \"additional_fields\": [\n {\n \"label\": \"\",\n \"value\": \"\"\n }\n ],\n \"additional_information\": \"\",\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"checkout_url\": \"\",\n \"coupons\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"customer\": {\n \"customer\": {\n \"billing_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\",\n \"taxid\": \"\"\n },\n \"customer_additional_fields\": [\n {\n \"customer_additional_field\": {\n \"area\": \"\",\n \"checkout_custom_field_id\": {{faker 'number.int' max=99999}},\n \"customer_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"value\": \"\"\n }\n }\n ],\n \"customer_categories\": [\n {\n \"category\": {\n \"code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n }\n ],\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phone\": \"\",\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"surname\": \"\"\n },\n \"status\": \"{{oneOf (array 'approved' 'pending' 'disabled')}}\",\n \"surname\": \"\"\n }\n },\n \"discount\": {{faker 'number.float'}},\n \"duplicate_url\": \"\",\n \"external_shipping_rate_id\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"payment_information\": \"\",\n \"payment_method_name\": \"\",\n \"payment_method_type\": \"\",\n \"products\": [\n {\n \"discount\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.float'}},\n \"qty\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"taxes\": [\n {\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"tax_on_product_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"variant_id\": {{faker 'number.int' max=99999}},\n \"weight\": 1\n }\n ],\n \"recovery_url\": \"\",\n \"shipment_status\": \"{{oneOf (array 'delivered' 'requested' 'in_transit' 'failed' 'pickup_available')}}\",\n \"shipping\": {{faker 'number.float'}},\n \"shipping_address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_name\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"municipality\": \"\",\n \"name\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"street_number\": {{faker 'number.int' max=99999}},\n \"surname\": \"\"\n },\n \"shipping_discount\": {{faker 'number.float'}},\n \"shipping_method_id\": {{faker 'number.int' max=99999}},\n \"shipping_method_name\": \"\",\n \"shipping_option\": \"{{oneOf (array 'delivery' 'store_pickup' 'no_shipping')}}\",\n \"shipping_required\": true,\n \"shipping_tax\": {{faker 'number.float'}},\n \"shipping_taxes\": [\n {\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rate\": {{faker 'number.float'}},\n \"region\": \"\",\n \"tax_on_shipping_price\": {{faker 'datatype.boolean'}}\n }\n ],\n \"source\": {\n \"campaign\": \"\",\n \"first_page_visited\": \"\",\n \"first_page_visited_at\": \"\",\n \"medium\": \"\",\n \"referral_code\": \"\",\n \"referral_source\": \"\",\n \"referral_url\": \"\",\n \"source_name\": \"\",\n \"user_agent\": \"\"\n },\n \"status\": \"{{oneOf (array 'Abandoned' 'Canceled' 'Pending Payment' 'Paid')}}\",\n \"subtotal\": {{faker 'number.float'}},\n \"tax\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}},\n \"tracking_company\": \"\",\n \"tracking_number\": \"\",\n \"tracking_url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3432fe1a-38f0-49a0-929d-ac63d5340144", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Order Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04642281-76be-43a9-839d-49e97e1f0c07", "documentation": "Retrieve all Order History.", "method": "get", "endpoint": "orders/:id/history.json", "responses": [ { "uuid": "3fb0b16e-6a55-4a73-a16c-e254636be5b5", "body": "[\n {\n \"order_history\": {\n \"created_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array with Order History", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e1122d2b-82a9-4373-bc98-784f43e5fef5", "documentation": "Create a new Order History Entry.", "method": "post", "endpoint": "orders/:id/history.json", "responses": [ { "uuid": "95887a21-db51-47fa-8dd9-c71a869b7e54", "body": "{\n \"order_history\": {\n \"created_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"message\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d282e77f-67b3-4f68-9470-87c80eed740a", "documentation": "Retrieve all Pages.", "method": "get", "endpoint": "pages.json", "responses": [ { "uuid": "86d80664-929d-4a94-8a9f-d62ed9483840", "body": "[\n {\n \"page\": {\n \"body\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"legal\": {{faker 'datatype.boolean'}},\n \"meta_description\": \"\",\n \"page_title\": \"\",\n \"permalink\": \"\",\n \"status\": \"{{oneOf (array 'public' 'draft' 'hidden')}}\",\n \"template\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"title\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Pages", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afb7b0cb-0649-4919-a176-c1c1b88fd1ae", "documentation": "Create a new Page.", "method": "post", "endpoint": "pages.json", "responses": [ { "uuid": "c92b8cda-6833-4175-b0bc-66366d6ee486", "body": "{\n \"page\": {\n \"body\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"legal\": {{faker 'datatype.boolean'}},\n \"meta_description\": \"\",\n \"page_title\": \"\",\n \"permalink\": \"\",\n \"status\": \"{{oneOf (array 'public' 'draft' 'hidden')}}\",\n \"template\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fc3964a-852f-47e1-bb9a-580d6575ed3b", "documentation": "Count all Pages.", "method": "get", "endpoint": "pages/count.json", "responses": [ { "uuid": "e949d497-ed3c-4b3c-9377-c61529f08f5f", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Total number of pages", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91255327-9429-456b-a34f-0b9a3286b94b", "documentation": "Delete an existing Page.", "method": "delete", "endpoint": "pages/:id.json", "responses": [ { "uuid": "6cc23472-c473-44f9-aab2-a79001210c09", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "350b405b-ca8e-4c15-878b-dc5dfc604cbd", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Page Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e20f92f-765e-4b37-80ba-7cf9b7d74709", "documentation": "Retrieve a single Page by id.", "method": "get", "endpoint": "pages/:id.json", "responses": [ { "uuid": "f5608d21-c670-4be9-8ddb-533e0947bf33", "body": "{\n \"page\": {\n \"body\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"legal\": {{faker 'datatype.boolean'}},\n \"meta_description\": \"\",\n \"page_title\": \"\",\n \"permalink\": \"\",\n \"status\": \"{{oneOf (array 'public' 'draft' 'hidden')}}\",\n \"template\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ffd001c-c460-4031-bc5e-db5a2c21f6a6", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Page Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e36e150-d737-4913-9e43-df8bca0fb7aa", "documentation": "Update a Page.", "method": "put", "endpoint": "pages/:id.json", "responses": [ { "uuid": "72f4b802-7982-40d5-aba4-268c8e0136c2", "body": "{\n \"page\": {\n \"body\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"legal\": {{faker 'datatype.boolean'}},\n \"meta_description\": \"\",\n \"page_title\": \"\",\n \"permalink\": \"\",\n \"status\": \"{{oneOf (array 'public' 'draft' 'hidden')}}\",\n \"template\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"title\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "38d2b7aa-0276-48d5-9a53-0f6739705b55", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Page Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c6201f4-eeb2-42aa-850d-0851ad148a3e", "documentation": "Retrieve statistics.", "method": "get", "endpoint": "partners/stores.json", "responses": [ { "uuid": "62dfa692-1efc-4bb2-82a6-6e85b0dd1c64", "body": "[\n {\n \"code\": \"\",\n \"stats\": {\n \"best_sold\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"product_name\": \"\",\n \"total\": {{faker 'number.float'}}\n }\n ],\n \"conversions\": {\n \"added_to_cart\": {{faker 'number.float'}},\n \"checkout\": {{faker 'number.float'}},\n \"paid\": {{faker 'number.float'}}\n },\n \"currency\": \"\",\n \"daily_visits\": [\n {\n \"date\": \"\",\n \"visits\": {{faker 'number.int' max=99999}}\n }\n ],\n \"from\": \"\",\n \"new_vs_returning_customers\": {\n \"global\": {{faker 'number.int' max=99999}},\n \"per_day\": [\n {\n \"date\": \"\",\n \"new\": {{faker 'number.int' max=99999}},\n \"returning\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"new_vs_returning_orders\": {\n \"global\": {{faker 'number.int' max=99999}},\n \"per_day\": [\n {\n \"date\": \"\",\n \"new\": {{faker 'number.int' max=99999}},\n \"returning\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"orders\": {\n \"average\": {{faker 'number.float'}},\n \"count\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"average\": {{faker 'number.float'}},\n \"count\": {{faker 'number.float'}},\n \"date\": \"\",\n \"paid\": {{faker 'number.float'}},\n \"pending\": {{faker 'number.float'}},\n \"total\": {{faker 'number.float'}}\n }\n ],\n \"total\": {{faker 'number.float'}}\n },\n \"payment_methods\": [\n {\n \"count\": \"\",\n \"name\": \"\"\n }\n ],\n \"referrers\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"source\": \"\"\n }\n ],\n \"region_orders\": {\n \"display_mode\": \"\",\n \"regions_orders\": [\n {\n \"code\": \"\",\n \"count\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"orders\": [\n {\n \"city\": \"\",\n \"code\": {{faker 'number.int' max=99999}},\n \"country\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ]\n },\n \"search_frequencies_all\": [\n \"\"\n ],\n \"search_frequencies_without_results\": [\n \"\"\n ],\n \"shipping_methods\": [\n {\n \"count\": \"\",\n \"name\": \"\"\n }\n ],\n \"to\": \"\",\n \"traffic_type\": [\n {\n \"count\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"visits\": {{faker 'number.int' max=99999}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Array of partner stores statistics.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8892eb64-ec47-4945-8983-7413cb918acf", "body": "{\n \"error\": {{faker 'datatype.boolean'}},\n \"field\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d58f976-ac29-4899-8180-ef62a74ac9c6", "documentation": "Retrieve all Store's Payment Methods.", "method": "get", "endpoint": "payment_methods.json", "responses": [ { "uuid": "44176509-37f3-447a-a6e5-6908d016dbf1", "body": "[\n {\n \"payment_method\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'manual' 'paypal' 'pagseguro' 'moneybookers' 'webpay_cl' 'easypay' 'easypaycc' 'easypayboleto' 'ideal_basic' 'hipay' 'khipu' 'mercado_pago' 'ifthenpay' 'eupago' 'stripe' 'payu' 'servipag')}}\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Payment Methods", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5347b7ec-0f3a-4f5e-a58f-7f17a7a6aa57", "documentation": "Retrieve a single Payment Method.", "method": "get", "endpoint": "payment_methods/:id.json", "responses": [ { "uuid": "d4fa2b40-faee-419d-b837-7ff398336b9f", "body": "{\n \"payment_method\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": \"{{oneOf (array 'manual' 'paypal' 'pagseguro' 'moneybookers' 'webpay_cl' 'easypay' 'easypaycc' 'easypayboleto' 'ideal_basic' 'hipay' 'khipu' 'mercado_pago' 'ifthenpay' 'eupago' 'stripe' 'payu' 'servipag')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ac222a6-f82e-4289-9eee-d6f2eb307bea", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "PaymentMethod Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "262df52a-5825-40a3-918b-a758b8ce0e5a", "documentation": "Retrieve all Products.", "method": "get", "endpoint": "products.json", "responses": [ { "uuid": "fef95dc8-df4d-4d80-b184-1af7d994329d", "body": "[\n {\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f682352-7a4d-4775-905a-eac6a5470ab0", "documentation": "Create a new Product.", "method": "post", "endpoint": "products.json", "responses": [ { "uuid": "30a3d14e-70a3-42f5-9770-0bb7cae5c7d9", "body": "{\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd80e670-305b-4743-9204-79ad59bcfcf9", "documentation": "Retrieves Products after the given id.", "method": "get", "endpoint": "products/after/:id.json", "responses": [ { "uuid": "e10b952a-0e88-4072-8f10-d70e620cf693", "body": "[\n {\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "912bcc32-61c9-44bf-94e0-7f79e6163a7e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb971e59-ce4c-4e3a-8114-b670cfe3859f", "documentation": "Retrieve Products filtered by category.", "method": "get", "endpoint": "products/category/:category_id.json", "responses": [ { "uuid": "44b4e28a-f170-4eeb-9875-37bdda9715a2", "body": "[\n {\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "236d0b59-3824-4cf5-a9b2-b1928353b335", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcc9c355-8391-4d3a-b284-226c574919b3", "documentation": "Count Products filtered by category.", "method": "get", "endpoint": "products/category/:category_id/count.json", "responses": [ { "uuid": "7d2b2376-4a5b-4b22-86dc-8a4ce619c8dc", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e28979e4-0dfe-4916-a802-7fdbd66abffc", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Category Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db0386a0-fd9a-4de0-b46d-f0abf9ced1e2", "documentation": "Count all Products.", "method": "get", "endpoint": "products/count.json", "responses": [ { "uuid": "eb27d07f-27c8-45bd-a68f-659f6766aff8", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c95ec4fe-6849-440c-aceb-7f9476353241", "documentation": "Retrieve a Product List from a query.", "method": "get", "endpoint": "products/search.json", "responses": [ { "uuid": "f9a07dbe-9feb-446b-b76e-f6dfce7ab11f", "body": "[\n {\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of products", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "57421c2d-da47-4254-a8e0-58e0eff5387f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Invalid query.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64350582-cdeb-408e-9922-c2d17c008d2c", "documentation": "Retrieve Products filtered by status.", "method": "get", "endpoint": "products/status/:status.json", "responses": [ { "uuid": "dd40c84d-6dfa-43b4-9f7e-2313bc2c21f0", "body": "[\n {\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9210a6ff-9caf-4011-90a6-fbac90a0aeba", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Status Invalid.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8835f68-8b87-4589-915a-b035060409ed", "documentation": "Count Products filtered by status.", "method": "get", "endpoint": "products/status/:status/count.json", "responses": [ { "uuid": "bc322c52-b844-4d43-afe1-b04436aaf864", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01fc9f09-eae0-4e84-b3ce-011b82a4db8e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Status Invalid.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3b4ce11-ddcb-494b-836b-d845fa4eee2d", "documentation": "Delete an existing Product.", "method": "delete", "endpoint": "products/:id.json", "responses": [ { "uuid": "cf60fe48-8dc3-49b9-8059-2f70971b5731", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dd1dd7b2-629a-4651-8998-9a28413175e0", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48e2898e-be86-4b7f-9f25-c443a2a0e365", "documentation": "Retrieve a single Product.", "method": "get", "endpoint": "products/:id.json", "responses": [ { "uuid": "adfcbd4c-7c17-4a82-80a8-9f99b598ca94", "body": "{\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b90f0d26-ea18-4aa2-af3b-7c2afaa4e876", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82187575-a8e4-4168-8bb8-00fc843e4967", "documentation": "Modify an existing Product.", "method": "put", "endpoint": "products/:id.json", "responses": [ { "uuid": "57093b61-94d7-43ab-94fa-b478f9eb5e4c", "body": "{\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "36093e73-b48d-403b-8966-42f0af9338d8", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e65e6e8-0797-4f99-8496-e8434f1221f0", "documentation": "Retrieve all Product Attachments.", "method": "get", "endpoint": "products/:id/attachments.json", "responses": [ { "uuid": "ac649e68-538e-4e74-a795-178a12167cc2", "body": "[\n {\n \"attachment\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "267a9e8d-93e7-4b6e-a639-cba2cdd6e744", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6553c3bb-f38e-4fc9-82b6-5d31d12ec7c9", "documentation": "Create a new Product Attachment.", "method": "post", "endpoint": "products/:id/attachments.json", "responses": [ { "uuid": "e1f30334-63a8-4733-8ca6-84576fa24a8c", "body": "{\n \"attachment\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4576d8a0-1c7f-42e0-b568-b2c99056211c", "documentation": "Count all Product Attachments.", "method": "get", "endpoint": "products/:id/attachments/count.json", "responses": [ { "uuid": "6f91b81a-c86e-4455-92f8-06dfe8c5d64f", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d5884d5-f122-491c-a435-4ba1b89b01df", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "faf0a547-46d1-4722-939b-cf0231424330", "documentation": "Delete a Product Attachment.", "method": "delete", "endpoint": "products/:id/attachments/:attachment_id.json", "responses": [ { "uuid": "b71d7aff-ca3f-4fd3-80a9-0d6137dc2e10", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "293af363-45c1-4d2c-acec-8f4fb2f849c4", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d834a86-e4fa-4cbf-b20b-1a1cdc092467", "documentation": "Retrieve a single Product Attachment.", "method": "get", "endpoint": "products/:id/attachments/:attachment_id.json", "responses": [ { "uuid": "b474b8fe-0396-4bbe-99a7-1087d22db219", "body": "{\n \"attachment\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fdefc4fe-37b8-48d4-83b4-afb1901634ff", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46f32dc1-9d9f-46ec-bcd6-7d54bc9cb397", "documentation": "Retrieve all Product DigitalProducts.", "method": "get", "endpoint": "products/:id/digital_products.json", "responses": [ { "uuid": "5e5a8a14-9255-451c-bbb5-7b528f7ea6e1", "body": "[\n {\n \"digital_product\": {\n \"expiration_seconds\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "401dddfb-a15d-493f-88f6-d10dd8862397", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8d22098-2097-43bf-8d12-a6ca6ef9c07c", "documentation": "Create a new Product DigitalProduct.", "method": "post", "endpoint": "products/:id/digital_products.json", "responses": [ { "uuid": "a57f337d-fefc-4755-9ed6-0a9da9ad34e2", "body": "{\n \"digital_product\": {\n \"expiration_seconds\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9d9e9e7-e0c5-4e9a-bd6c-133717463838", "documentation": "Count all Product DigitalProducts.", "method": "get", "endpoint": "products/:id/digital_products/count.json", "responses": [ { "uuid": "5b5b7e0e-29bc-4913-abd0-8c57e9b4817d", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "105f8354-75bd-4389-95d4-2bb6352806c8", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0828b0cc-7174-4d09-ad79-177e731e7a08", "documentation": "Delete a Product DigitalProduct.", "method": "delete", "endpoint": "products/:id/digital_products/:digital_product_id.json", "responses": [ { "uuid": "21c16303-281f-4ef9-9634-63c1300c7ec4", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6cd5e353-6ae3-4b56-963e-654646bf3f27", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9dd1410-ede5-4716-87d5-c33b4d8ec1c2", "documentation": "Retrieve a single Product DigitalProduct.", "method": "get", "endpoint": "products/:id/digital_products/:digital_product_id.json", "responses": [ { "uuid": "447c681a-efbe-46f7-8415-86f4cc156504", "body": "{\n \"digital_product\": {\n \"expiration_seconds\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "25ce0ef4-be99-47d0-b66e-ba07de63a97b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d488a40-ad04-4fc0-977d-2c8ba33ac77e", "documentation": "Retrieve all Product Custom Fields", "method": "get", "endpoint": "products/:id/fields.json", "responses": [ { "uuid": "4f5a7b9c-e72f-4def-8596-b7382e0f1eaf", "body": "[\n {\n \"field\": {\n \"custom_field_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"value_id\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "40d6f458-efd2-4bfb-9ab4-13605e8ce80a", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cc42cf4e-5f50-4b30-b2a7-cb9c054093e5", "documentation": "Add an existing Custom Field to a Product.", "method": "post", "endpoint": "products/:id/fields.json", "responses": [ { "uuid": "837a7d52-5979-43bc-92dc-9ccb06ef1943", "body": "{\n \"product\": {\n \"barcode\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_id\": {{faker 'number.int' max=99999}},\n \"permalink\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"diameter\": {{faker 'number.float'}},\n \"discount\": {{faker 'number.float'}},\n \"featured\": {{faker 'datatype.boolean'}},\n \"google_product_category\": \"\",\n \"height\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"images\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"length\": {{faker 'number.float'}},\n \"name\": \"\",\n \"package_format\": \"{{oneOf (array 'box' 'cylinder')}}\",\n \"permalink\": \"\",\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"status\": \"{{oneOf (array 'available' 'not-available' 'disabled')}}\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}},\n \"variants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n ],\n \"weight\": 1,\n \"width\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5b35331-d3df-4b74-88c8-a927e8b99308", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cfd9916f-f80b-4662-a0ba-fb4a1d8c5aec", "documentation": "Count all Product Custom Fields.", "method": "get", "endpoint": "products/:id/fields/count.json", "responses": [ { "uuid": "edfdae72-512c-4138-817e-e6521b71827a", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3d01b9fe-f684-46bf-936c-22058c7a6d0b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c78dd14-d1ea-425b-b76f-6662e5ef2943", "documentation": "Retrieve all Product Images.", "method": "get", "endpoint": "products/:id/images.json", "responses": [ { "uuid": "d1ca677b-1f8d-4a45-88e1-a47e6777a982", "body": "[\n {\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0ed53e73-6872-41a7-84ef-061db570fb9d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f64df3c-18f8-4a8f-8715-07ded3e9534f", "documentation": "Create a new Product Image.", "method": "post", "endpoint": "products/:id/images.json", "responses": [ { "uuid": "0e4a397b-1dd4-4c50-83e8-9318fe6d9452", "body": "{\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a5ff764-466d-415e-b56d-043e8e8db9f2", "documentation": "Count all Product Images.", "method": "get", "endpoint": "products/:id/images/count.json", "responses": [ { "uuid": "4a1ac8b0-23e3-4702-8507-fb3e1adc0e3f", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bc3e3807-612a-45df-b3b6-5ed52c83f64a", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4d174a2-5c9f-40e4-a260-f42229b43425", "documentation": "Delete a Product Image.", "method": "delete", "endpoint": "products/:id/images/:image_id.json", "responses": [ { "uuid": "cdcc1ba4-8416-4f70-8e37-fce87eb79ca9", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "10337622-0b03-466c-8ddf-aed557e4fd46", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4d64bd3-6594-4c47-b5f4-f7797329732c", "documentation": "Retrieve a single Product Image.", "method": "get", "endpoint": "products/:id/images/:image_id.json", "responses": [ { "uuid": "9425fe4f-9b23-4cad-b90a-9cd88693c9a1", "body": "{\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ddaf9643-409b-4d77-981f-c4c8bd10753d", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbb830bb-14fc-4834-8f80-03f6a46b0edf", "documentation": "Retrieve all Product Options.", "method": "get", "endpoint": "products/:id/options.json", "responses": [ { "uuid": "edaa73d5-edd3-4614-8bff-ef27cfb57a4c", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e0687354-1e38-4a4f-a51d-d6458a2acf6b", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0e9da10-4820-48bc-ab1a-75f5dc47cda3", "documentation": "Create a new Product Option.", "method": "post", "endpoint": "products/:id/options.json", "responses": [ { "uuid": "113b4c04-49f3-48c3-8339-53a481e95f69", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5dcd9dd-746f-403c-bf88-25350c791323", "documentation": "Count all Product Options.", "method": "get", "endpoint": "products/:id/options/count.json", "responses": [ { "uuid": "f3ea67ca-db20-47a5-b0d4-0f2d197f8d0b", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5eb2b55d-925c-48af-ba72-8ee4c45c76c5", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aafd037b-b1bf-4758-8c1b-785eb7861581", "documentation": "Delete a Product Option.", "method": "delete", "endpoint": "products/:id/options/:option_id.json", "responses": [ { "uuid": "d0904b7e-eb8a-42a8-b366-fde16bf5d8e1", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fc421310-663f-46ae-af13-4718d07212ce", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f64c1a00-49fd-4547-8545-1413c257b015", "documentation": "Retrieve a single Product Option.", "method": "get", "endpoint": "products/:id/options/:option_id.json", "responses": [ { "uuid": "95f467cd-3b22-4072-80f4-2cd3292099db", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1b8b0f42-f959-47c3-a6a2-fb20c2ff6249", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3380cc62-a6e2-432e-b524-ad9ebad31901", "documentation": "Modify an existing Product Option.", "method": "put", "endpoint": "products/:id/options/:option_id.json", "responses": [ { "uuid": "5c12d2d1-d418-4519-b0c5-5f42b52478ab", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e67a6663-ae9f-4ee7-adb7-854dd7fb64bb", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80e1bb14-7b5f-428d-a76d-3ac63f4a1cf6", "documentation": "Retrieve all Product Option Values.", "method": "get", "endpoint": "products/:id/options/:option_id/values.json", "responses": [ { "uuid": "90f9dfbb-f98b-4d9c-bb57-859c9e6b568b", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "931ed11d-84b4-474b-ae74-918a5481c5e7", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "94d94b9f-6a69-4c08-ba82-44655a0b64c7", "documentation": "Create a new Product Option Value.", "method": "post", "endpoint": "products/:id/options/:option_id/values.json", "responses": [ { "uuid": "b5b98df4-6759-45a0-a64f-2f5eb9b5aeb3", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8ede356d-2a71-4cbb-bac9-b4ef0c2940f1", "documentation": "Count all Product Option Values.", "method": "get", "endpoint": "products/:id/options/:option_id/values/count.json", "responses": [ { "uuid": "3b4cc447-0306-4346-b308-f4125a172c50", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1674952f-79cd-4afb-a3f3-e4ca13ab6539", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5c124d8-2836-4af5-a487-95045dc9c779", "documentation": "Delete a Product Option Value.", "method": "delete", "endpoint": "products/:id/options/:option_id/values/:value_id.json", "responses": [ { "uuid": "fb90b4fc-e2b5-4a6c-819c-62413bac1950", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f2fda71-d6f9-4aef-99c5-5c910543bfcc", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40c180ce-2fa6-494d-9995-68019f45bd15", "documentation": "Retrieve a single Product Option Value.", "method": "get", "endpoint": "products/:id/options/:option_id/values/:value_id.json", "responses": [ { "uuid": "f3d69845-0b9a-468d-a110-d609e94772b0", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2a6ba94-2ec3-4db9-b27c-4c09f853b92e", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b405c929-50fa-4ee8-93ff-0d0936d877dd", "documentation": "Modify an existing Product Option Value.", "method": "put", "endpoint": "products/:id/options/:option_id/values/:value_id.json", "responses": [ { "uuid": "9f2679c0-a594-417e-8873-02416f182140", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d33b8e9d-4eb4-40de-af67-1d3e5901f2df", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ef54481-b4bf-4713-a3f7-582f6b9bdd18", "documentation": "Retrieve all Product Variants.", "method": "get", "endpoint": "products/:id/variants.json", "responses": [ { "uuid": "5cfb8f8c-0b5d-4109-ac03-28d0af96ea1d", "body": "[\n {\n \"variant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04f37418-60c5-483c-a874-1cc40d52ed16", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a3275ca-6b87-4ed1-8468-20c41f5e5076", "documentation": "Create a new Product Variant.", "method": "post", "endpoint": "products/:id/variants.json", "responses": [ { "uuid": "d29f7608-0ea3-4aa2-875c-32a69b24f68d", "body": "{\n \"variant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "22b28080-d84a-48fe-b5cc-d55e306765d8", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "181eb74f-1087-4c71-9827-89878d352e0c", "documentation": "Count all Product Variants.", "method": "get", "endpoint": "products/:id/variants/count.json", "responses": [ { "uuid": "8c00bd75-474c-459b-93ca-e4cad4f3491d", "body": "{\n \"count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "27d4587b-ada3-456a-8d31-db63e51b65af", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6675afc1-77c5-45a2-bfa8-20b289cc4524", "documentation": "Retrieve a single Product Variant.", "method": "get", "endpoint": "products/:id/variants/:variant_id.json", "responses": [ { "uuid": "36c1bc07-08e5-4fb1-a505-3edde6db42f8", "body": "{\n \"variant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7021ff97-b5ee-4594-a44b-77b0f3100851", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "381c96ef-c641-447d-9ed3-b7b216ce9200", "documentation": "Modify an existing Product Variant.", "method": "put", "endpoint": "products/:id/variants/:variant_id.json", "responses": [ { "uuid": "4bc37f31-02e6-4c41-ab6b-3e03a63cbc82", "body": "{\n \"variant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"position\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"options\": [\n {\n \"name\": \"\",\n \"product_option_id\": {{faker 'number.int' max=99999}},\n \"product_option_position\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": {{faker 'number.int' max=99999}},\n \"product_value_position\": {{faker 'number.int' max=99999}},\n \"value\": \"\"\n }\n ],\n \"price\": {{faker 'number.float'}},\n \"sku\": \"\",\n \"stock\": 100,\n \"stock_unlimited\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "28b5d086-efa4-458c-8b11-2631309332dc", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "075dfef3-381e-4d42-b1c2-992121981596", "documentation": "Delete value of Product Custom Field", "method": "delete", "endpoint": "products/:product_id/fields/:field_id.json", "responses": [ { "uuid": "d5d8608c-ad9c-408a-996d-89d0914a4fe8", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4009850d-6f9e-49b8-8edb-2779f383b00f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product or Custom Field Value Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80dc43f6-f9a4-46c4-98eb-bad737cd14dc", "documentation": "Update value of Product Custom Field", "method": "put", "endpoint": "products/:product_id/fields/:field_id.json", "responses": [ { "uuid": "5020626e-78ae-46c4-9dea-7f80c4d90327", "body": "{\n \"field\": {\n \"custom_field_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"value_id\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf634f88-0f6f-4082-9014-b6925c66f923", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Product or Custom Field Value Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "901c0b81-de6f-4b6b-ab1a-563d225dbdcb", "documentation": "Retrieve all Promotions.", "method": "get", "endpoint": "promotions.json", "responses": [ { "uuid": "159187dd-332c-4f99-87f8-891d81b5555d", "body": "[\n {\n \"promotion\": {\n \"begins_at\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"code\": \"\",\n \"condition_price\": {{faker 'number.float'}},\n \"condition_qty\": {{faker 'number.int' max=99999}},\n \"cumulative\": {{faker 'datatype.boolean'}},\n \"customer_categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"discount_amount_fix\": {{faker 'number.float'}},\n \"discount_amount_percent\": {{faker 'number.float'}},\n \"discount_target\": \"\",\n \"enabled\": true,\n \"expires_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"lasts\": \"\",\n \"max_times_used\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"products\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"products_x\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"quantity_x\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"times_used\": {{faker 'number.int' max=99999}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Promotions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee0ec539-8af9-4235-97f7-5c642254e000", "documentation": "Create a new Promotion.", "method": "post", "endpoint": "promotions.json", "responses": [ { "uuid": "49d98b89-e20e-4b02-9e11-f71008ee586f", "body": "{\n \"promotion\": {\n \"begins_at\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"code\": \"\",\n \"condition_price\": {{faker 'number.float'}},\n \"condition_qty\": {{faker 'number.int' max=99999}},\n \"cumulative\": {{faker 'datatype.boolean'}},\n \"customer_categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"discount_amount_fix\": {{faker 'number.float'}},\n \"discount_amount_percent\": {{faker 'number.float'}},\n \"discount_target\": \"\",\n \"enabled\": true,\n \"expires_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"lasts\": \"\",\n \"max_times_used\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"products\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"products_x\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"quantity_x\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"times_used\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1b4500e7-3a6a-4470-9bb2-852e9b5b440f", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Promotion Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d503b50-9543-4ddd-8dc0-8296972cbfb4", "documentation": "Delete an existing Promotion.", "method": "delete", "endpoint": "promotions/:id.json", "responses": [ { "uuid": "ef3bdf3b-ae3c-4103-aea1-5510350af772", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7e044995-5547-4883-ae70-202656615df8", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Promotion Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4efaf7cd-6749-498f-a60a-085be633d82f", "documentation": "Retrieve a single Promotion.", "method": "get", "endpoint": "promotions/:id.json", "responses": [ { "uuid": "cf9b983f-0af4-4bf7-af08-9db89dddbeb1", "body": "{\n \"promotion\": {\n \"begins_at\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"code\": \"\",\n \"condition_price\": {{faker 'number.float'}},\n \"condition_qty\": {{faker 'number.int' max=99999}},\n \"cumulative\": {{faker 'datatype.boolean'}},\n \"customer_categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"discount_amount_fix\": {{faker 'number.float'}},\n \"discount_amount_percent\": {{faker 'number.float'}},\n \"discount_target\": \"\",\n \"enabled\": true,\n \"expires_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"lasts\": \"\",\n \"max_times_used\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"products\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"products_x\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"quantity_x\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"times_used\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f656fbbb-fb36-4d0f-b22e-adcabae6631a", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Promotion Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3001ae21-f367-454b-af2c-03628eedfe26", "documentation": "Update a Promotion.", "method": "put", "endpoint": "promotions/:id.json", "responses": [ { "uuid": "a172958a-9f0e-4408-b81b-233414a40e4c", "body": "{\n \"promotion\": {\n \"begins_at\": \"\",\n \"categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"code\": \"\",\n \"condition_price\": {{faker 'number.float'}},\n \"condition_qty\": {{faker 'number.int' max=99999}},\n \"cumulative\": {{faker 'datatype.boolean'}},\n \"customer_categories\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"discount_amount_fix\": {{faker 'number.float'}},\n \"discount_amount_percent\": {{faker 'number.float'}},\n \"discount_target\": \"\",\n \"enabled\": true,\n \"expires_at\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"lasts\": \"\",\n \"max_times_used\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"products\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"products_x\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"quantity_x\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"times_used\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "231e6d24-ec28-4fa9-b0ca-e4831ef05e12", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Promotion Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "154b8858-304a-471d-a255-787ed74f43ca", "documentation": "Retrieve all Store's Shipping Methods.", "method": "get", "endpoint": "shipping_methods.json", "responses": [ { "uuid": "6f632be3-db5e-44c4-a5cb-d9d440194edb", "body": "[\n {\n \"shipping_method\": {\n \"callback_url\": \"\",\n \"city\": \"\",\n \"fetch_services_url\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"postal\": \"\",\n \"services\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"service_code\": \"\"\n }\n ],\n \"state\": \"\",\n \"type\": \"{{oneOf (array 'free' 'tables' 'correiosbr' 'correos_chile' 'chilexpress' 'flat' 'ups' 'external')}}\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Shipping Methods", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39de4666-b948-4366-b4f8-74c0f9e779e2", "documentation": "Creates a Shipping Method.", "method": "post", "endpoint": "shipping_methods.json", "responses": [ { "uuid": "2a50c53f-2d44-4105-b02f-954393c55837", "body": "{\n \"shipping_method\": {\n \"callback_url\": \"\",\n \"city\": \"\",\n \"fetch_services_url\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"postal\": \"\",\n \"services\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"service_code\": \"\"\n }\n ],\n \"state\": \"\",\n \"type\": \"{{oneOf (array 'free' 'tables' 'correiosbr' 'correos_chile' 'chilexpress' 'flat' 'ups' 'external')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "468c7640-b4ff-4dcf-a4fc-8c6b0c6a3edb", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "ShippingMethod Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "546d1b3b-31a7-49fa-8112-62ed763f07cd", "documentation": "Delete an existing Shipping Method.", "method": "delete", "endpoint": "shipping_methods/:id.json", "responses": [ { "uuid": "3d1bf503-b1a1-4832-88e9-dd87fa1ed88d", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1d3ac9b7-ff26-4c03-87d5-659f81684423", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Shipping Method Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e25266e-2704-4251-9a3c-0473cc69037b", "documentation": "Retrieve a single Shipping Method.", "method": "get", "endpoint": "shipping_methods/:id.json", "responses": [ { "uuid": "88ce30a3-2386-415a-8c0f-fd820e5a348c", "body": "{\n \"shipping_method\": {\n \"callback_url\": \"\",\n \"city\": \"\",\n \"fetch_services_url\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"postal\": \"\",\n \"services\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"service_code\": \"\"\n }\n ],\n \"state\": \"\",\n \"type\": \"{{oneOf (array 'free' 'tables' 'correiosbr' 'correos_chile' 'chilexpress' 'flat' 'ups' 'external')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1e29b2ed-1088-417e-8032-a0fa6118a92a", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "ShippingMethod Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90b30398-bbb7-422e-9e86-1be072712141", "documentation": "Update a Shipping Method.", "method": "put", "endpoint": "shipping_methods/:id.json", "responses": [ { "uuid": "13928e0a-2288-4f68-80c0-e2f672f1207e", "body": "{\n \"shipping_method\": {\n \"callback_url\": \"\",\n \"city\": \"\",\n \"fetch_services_url\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"postal\": \"\",\n \"services\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"service_code\": \"\"\n }\n ],\n \"state\": \"\",\n \"type\": \"{{oneOf (array 'free' 'tables' 'correiosbr' 'correos_chile' 'chilexpress' 'flat' 'ups' 'external')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "987c8830-26d9-46f2-aa02-8bd27f0f73a7", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Shipping Method Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1aad3f2e-9ff9-4f35-b4bd-b9cd2f3ac1e3", "documentation": "Retrive store creation status.", "method": "get", "endpoint": "store/check_status.json", "responses": [ { "uuid": "0da87a84-c58c-4a52-b646-f5bb013ff80f", "body": "{\n \"status\": {\n \"message\": \"\",\n \"percentage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A Store status object if creation is still in progress. A new Partner Store object when creation is done.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "636591d7-d9ca-4683-b4b0-115a76769f8c", "body": "{\n \"error\": {{faker 'datatype.boolean'}},\n \"field\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b99757a3-3e71-4490-905f-dafd69ffcb22", "documentation": "Create a Partnered Store", "method": "post", "endpoint": "store/create.json", "responses": [ { "uuid": "039052e7-df9f-4177-ab5e-f1a2080a6f38", "body": "{\n \"store\": {\n \"code\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A Partner Store object.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d66eb0a4-7d85-4b12-ba60-edbc2f5601b1", "body": "{\n \"error\": {{faker 'datatype.boolean'}},\n \"field\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad Request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4aa9f278-2f49-445f-ba27-4ed9f51347f9", "documentation": "Retrieve Store Information.", "method": "get", "endpoint": "store/info.json", "responses": [ { "uuid": "ddd2a619-9eed-43a6-afc3-0717b372f51f", "body": "{\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"code\": \"\",\n \"country\": \"\",\n \"currency\": \"\",\n \"email\": \"\",\n \"hooks_token\": \"\",\n \"logo\": \"\",\n \"name\": \"\",\n \"timezone\": \"\",\n \"url\": \"\",\n \"weight_unit\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a19d8742-0983-4eca-a58f-b96e49358e86", "documentation": "Retrieve Store Languages.", "method": "get", "endpoint": "store/languages.json", "responses": [ { "uuid": "ea3a5754-5dcb-4bda-97b8-95463a302091", "body": "[\n {\n \"code\": \"\",\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c5bd9fe-8c3f-403d-adab-2c2e30d219df", "documentation": "Retrieve all Taxes.", "method": "get", "endpoint": "taxes.json", "responses": [ { "uuid": "ca368e04-3099-458c-8fca-f06096f72026", "body": "[\n {\n \"tax\": {\n \"category_id\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"region\": \"\",\n \"shipping\": {{faker 'datatype.boolean'}},\n \"tax_amount\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of Taxes", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a7b3532-468a-43ea-b929-f5244017e1b1", "documentation": "Create a new Tax.", "method": "post", "endpoint": "taxes.json", "responses": [ { "uuid": "a74ce364-02ba-4462-a47b-d803a6d4cbbd", "body": "{\n \"tax\": {\n \"category_id\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"region\": \"\",\n \"shipping\": {{faker 'datatype.boolean'}},\n \"tax_amount\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3161226f-e62c-4a6f-a3f2-9275390804af", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Tax Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "34366266-66bd-4f1f-9897-9df6d1aa1b7d", "documentation": "Retrieve a single Tax information.", "method": "get", "endpoint": "taxes/:id.json", "responses": [ { "uuid": "3e0ffac1-6136-4074-823d-9734471752dd", "body": "{\n \"tax\": {\n \"category_id\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"fixed\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"region\": \"\",\n \"shipping\": {{faker 'datatype.boolean'}},\n \"tax_amount\": {{faker 'number.float'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A Tax information object", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "27f57a03-22d8-4ea8-b49b-dbdb63fcfb25", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Tax Not Found.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "a6da5b63-aadc-4e38-99f8-517c8cf8c942" }, { "type": "route", "uuid": "ca7bd9c1-7082-4d8c-ad21-4e4838eb6806" }, { "type": "route", "uuid": "525be939-c9da-4ef4-8284-1fc452b1e04a" }, { "type": "route", "uuid": "e8a2cfeb-fe68-45b8-a233-0e5e395c1fae" }, { "type": "route", "uuid": "1c6fed41-3057-4c77-8dff-1229a0665a54" }, { "type": "route", "uuid": "c22b20e9-13a1-4782-b195-9d1df8d70fb9" }, { "type": "route", "uuid": "7e4849c2-3678-4fb9-b45b-909a07a5b2d5" }, { "type": "route", "uuid": "7baf68fb-baf5-48db-a947-d44fc77fa59a" }, { "type": "route", "uuid": "0fcc02cf-ff0b-4ddd-8187-a0ae8fd57a54" }, { "type": "route", "uuid": "6a179715-e14a-41c6-a8d5-51a043c33b8b" }, { "type": "route", "uuid": "55837bb2-528b-4a36-8bcc-9d74fd919116" }, { "type": "route", "uuid": "deda55be-576c-48ab-a46b-f2157bbb588f" }, { "type": "route", "uuid": "55dddd34-2aec-4393-a8cc-d26d4122a30e" }, { "type": "route", "uuid": "e7fbed01-c364-4b4f-85d9-fce6209bc8bf" }, { "type": "route", "uuid": "cc495de1-fc41-491e-a870-90fe6f3719c5" }, { "type": "route", "uuid": "1d2410de-bd5d-4d73-ae5c-969c58449e1b" }, { "type": "route", "uuid": "afe1850e-62e1-439c-b8b2-0b098cc46568" }, { "type": "route", "uuid": "1e135ea4-4f06-48c9-8964-517d425fbf86" }, { "type": "route", "uuid": "bf8603b3-b7de-4b94-bbea-28284222573e" }, { "type": "route", "uuid": "9e3999ed-b1b8-49e2-be48-9931eb539811" }, { "type": "route", "uuid": "d458b195-dbc6-4cd2-9e5e-4a5c0b6a6532" }, { "type": "route", "uuid": "77186492-7a4f-4f8d-bd03-79e5c7eff1d0" }, { "type": "route", "uuid": "9db1d705-4d51-442c-bf5f-57fb00942763" }, { "type": "route", "uuid": "6abca240-fe6c-4eb4-aad2-4a63612e0c7e" }, { "type": "route", "uuid": "92e87308-386e-4dc3-95b9-25f01be5bf62" }, { "type": "route", "uuid": "7fbe340e-7c9d-4c1b-bac4-9211893f667f" }, { "type": "route", "uuid": "e14cace4-0dda-4df3-91ee-071b23a056af" }, { "type": "route", "uuid": "7dd42502-af96-4586-bcd1-2343c58094de" }, { "type": "route", "uuid": "459f923c-e7bb-446b-9e32-5cc1b80cb3a9" }, { "type": "route", "uuid": "f3e44828-244b-41a2-82fe-4df8216ebeff" }, { "type": "route", "uuid": "2a5568bf-1d92-473f-984a-4644844e1cb2" }, { "type": "route", "uuid": "db6b4631-0116-4631-944b-69c0200f498f" }, { "type": "route", "uuid": "1c64874e-9859-4a59-b392-600d64e3e971" }, { "type": "route", "uuid": "3555b116-bc0c-457b-9712-9bb785c1f07f" }, { "type": "route", "uuid": "29510cb3-9fad-4e31-bb3c-f335007ef9fc" }, { "type": "route", "uuid": "728d14a6-9f34-492a-a6a5-6f3ea002f337" }, { "type": "route", "uuid": "809ccf71-9f8a-4260-b7f9-0d16ad6b796c" }, { "type": "route", "uuid": "f2254cee-4993-4f6c-a933-50c579a380ce" }, { "type": "route", "uuid": "3f12db54-c485-4857-bcfb-83797a93993e" }, { "type": "route", "uuid": "b0b98f52-7b28-4eee-87c5-0393a0761705" }, { "type": "route", "uuid": "4235e461-8bed-48ee-b5cb-ccb87e036ae3" }, { "type": "route", "uuid": "48a35458-5b68-4ec4-ab1f-0d0f181c714d" }, { "type": "route", "uuid": "8472e120-d3b1-4b4b-811a-be5a25193d8e" }, { "type": "route", "uuid": "06553fbe-ada9-4ce6-bd28-1a7199563d0b" }, { "type": "route", "uuid": "817674cf-5749-46b8-8c71-d645693ddbea" }, { "type": "route", "uuid": "9e57ab15-f7c8-4cb8-a24e-a16b23c87200" }, { "type": "route", "uuid": "d5a1c61f-158f-47cc-a3ec-7846168a3eb4" }, { "type": "route", "uuid": "48ad5dca-321b-4098-b102-2e001dde8f3d" }, { "type": "route", "uuid": "208b4850-6080-4c8a-8b89-7c53e848e396" }, { "type": "route", "uuid": "0e18aebf-1651-4085-8e09-b2f6ff8cc9a6" }, { "type": "route", "uuid": "323d0a65-6fae-4ff7-8481-32269b9e040f" }, { "type": "route", "uuid": "addf9ab3-b1b7-4e79-a151-6d74ede2f792" }, { "type": "route", "uuid": "40eba352-ecfc-4b95-8665-4a975ac5064b" }, { "type": "route", "uuid": "2b9e59d5-2e48-4ef3-b25f-d1bcf292120c" }, { "type": "route", "uuid": "d9c6c153-70fe-4cfa-92f4-650cf49e8752" }, { "type": "route", "uuid": "140af6ac-4254-404d-a69e-bde5390de5d6" }, { "type": "route", "uuid": "63650736-d741-45eb-91d4-5717ec6324a1" }, { "type": "route", "uuid": "0e0c0d52-e2c5-4ab0-86fb-93cff3d550b7" }, { "type": "route", "uuid": "adad95a3-4fbe-4aaa-af80-17301e3a4ddd" }, { "type": "route", "uuid": "1e475b45-9855-4bbb-b93c-f18588924aa2" }, { "type": "route", "uuid": "e94c4d61-c652-4218-9799-d0e46f30280d" }, { "type": "route", "uuid": "57731564-9c3b-4c77-a9f8-dff35040f7e3" }, { "type": "route", "uuid": "1a779caf-7931-441a-8a54-53ba583274fd" }, { "type": "route", "uuid": "d967241e-986c-468f-b3f4-6128ea7c5b49" }, { "type": "route", "uuid": "efbeada4-75e6-4d17-907a-49f686519db3" }, { "type": "route", "uuid": "04642281-76be-43a9-839d-49e97e1f0c07" }, { "type": "route", "uuid": "e1122d2b-82a9-4373-bc98-784f43e5fef5" }, { "type": "route", "uuid": "d282e77f-67b3-4f68-9470-87c80eed740a" }, { "type": "route", "uuid": "afb7b0cb-0649-4919-a176-c1c1b88fd1ae" }, { "type": "route", "uuid": "6fc3964a-852f-47e1-bb9a-580d6575ed3b" }, { "type": "route", "uuid": "91255327-9429-456b-a34f-0b9a3286b94b" }, { "type": "route", "uuid": "0e20f92f-765e-4b37-80ba-7cf9b7d74709" }, { "type": "route", "uuid": "9e36e150-d737-4913-9e43-df8bca0fb7aa" }, { "type": "route", "uuid": "6c6201f4-eeb2-42aa-850d-0851ad148a3e" }, { "type": "route", "uuid": "5d58f976-ac29-4899-8180-ef62a74ac9c6" }, { "type": "route", "uuid": "5347b7ec-0f3a-4f5e-a58f-7f17a7a6aa57" }, { "type": "route", "uuid": "262df52a-5825-40a3-918b-a758b8ce0e5a" }, { "type": "route", "uuid": "9f682352-7a4d-4775-905a-eac6a5470ab0" }, { "type": "route", "uuid": "dd80e670-305b-4743-9204-79ad59bcfcf9" }, { "type": "route", "uuid": "cb971e59-ce4c-4e3a-8114-b670cfe3859f" }, { "type": "route", "uuid": "bcc9c355-8391-4d3a-b284-226c574919b3" }, { "type": "route", "uuid": "db0386a0-fd9a-4de0-b46d-f0abf9ced1e2" }, { "type": "route", "uuid": "c95ec4fe-6849-440c-aceb-7f9476353241" }, { "type": "route", "uuid": "64350582-cdeb-408e-9922-c2d17c008d2c" }, { "type": "route", "uuid": "f8835f68-8b87-4589-915a-b035060409ed" }, { "type": "route", "uuid": "b3b4ce11-ddcb-494b-836b-d845fa4eee2d" }, { "type": "route", "uuid": "48e2898e-be86-4b7f-9f25-c443a2a0e365" }, { "type": "route", "uuid": "82187575-a8e4-4168-8bb8-00fc843e4967" }, { "type": "route", "uuid": "7e65e6e8-0797-4f99-8496-e8434f1221f0" }, { "type": "route", "uuid": "6553c3bb-f38e-4fc9-82b6-5d31d12ec7c9" }, { "type": "route", "uuid": "4576d8a0-1c7f-42e0-b568-b2c99056211c" }, { "type": "route", "uuid": "faf0a547-46d1-4722-939b-cf0231424330" }, { "type": "route", "uuid": "6d834a86-e4fa-4cbf-b20b-1a1cdc092467" }, { "type": "route", "uuid": "46f32dc1-9d9f-46ec-bcd6-7d54bc9cb397" }, { "type": "route", "uuid": "b8d22098-2097-43bf-8d12-a6ca6ef9c07c" }, { "type": "route", "uuid": "e9d9e9e7-e0c5-4e9a-bd6c-133717463838" }, { "type": "route", "uuid": "0828b0cc-7174-4d09-ad79-177e731e7a08" }, { "type": "route", "uuid": "b9dd1410-ede5-4716-87d5-c33b4d8ec1c2" }, { "type": "route", "uuid": "4d488a40-ad04-4fc0-977d-2c8ba33ac77e" }, { "type": "route", "uuid": "cc42cf4e-5f50-4b30-b2a7-cb9c054093e5" }, { "type": "route", "uuid": "cfd9916f-f80b-4662-a0ba-fb4a1d8c5aec" }, { "type": "route", "uuid": "1c78dd14-d1ea-425b-b76f-6662e5ef2943" }, { "type": "route", "uuid": "2f64df3c-18f8-4a8f-8715-07ded3e9534f" }, { "type": "route", "uuid": "1a5ff764-466d-415e-b56d-043e8e8db9f2" }, { "type": "route", "uuid": "f4d174a2-5c9f-40e4-a260-f42229b43425" }, { "type": "route", "uuid": "e4d64bd3-6594-4c47-b5f4-f7797329732c" }, { "type": "route", "uuid": "dbb830bb-14fc-4834-8f80-03f6a46b0edf" }, { "type": "route", "uuid": "d0e9da10-4820-48bc-ab1a-75f5dc47cda3" }, { "type": "route", "uuid": "f5dcd9dd-746f-403c-bf88-25350c791323" }, { "type": "route", "uuid": "aafd037b-b1bf-4758-8c1b-785eb7861581" }, { "type": "route", "uuid": "f64c1a00-49fd-4547-8545-1413c257b015" }, { "type": "route", "uuid": "3380cc62-a6e2-432e-b524-ad9ebad31901" }, { "type": "route", "uuid": "80e1bb14-7b5f-428d-a76d-3ac63f4a1cf6" }, { "type": "route", "uuid": "94d94b9f-6a69-4c08-ba82-44655a0b64c7" }, { "type": "route", "uuid": "8ede356d-2a71-4cbb-bac9-b4ef0c2940f1" }, { "type": "route", "uuid": "e5c124d8-2836-4af5-a487-95045dc9c779" }, { "type": "route", "uuid": "40c180ce-2fa6-494d-9995-68019f45bd15" }, { "type": "route", "uuid": "b405c929-50fa-4ee8-93ff-0d0936d877dd" }, { "type": "route", "uuid": "1ef54481-b4bf-4713-a3f7-582f6b9bdd18" }, { "type": "route", "uuid": "2a3275ca-6b87-4ed1-8468-20c41f5e5076" }, { "type": "route", "uuid": "181eb74f-1087-4c71-9827-89878d352e0c" }, { "type": "route", "uuid": "6675afc1-77c5-45a2-bfa8-20b289cc4524" }, { "type": "route", "uuid": "381c96ef-c641-447d-9ed3-b7b216ce9200" }, { "type": "route", "uuid": "075dfef3-381e-4d42-b1c2-992121981596" }, { "type": "route", "uuid": "80dc43f6-f9a4-46c4-98eb-bad737cd14dc" }, { "type": "route", "uuid": "901c0b81-de6f-4b6b-ab1a-563d225dbdcb" }, { "type": "route", "uuid": "ee0ec539-8af9-4235-97f7-5c642254e000" }, { "type": "route", "uuid": "9d503b50-9543-4ddd-8dc0-8296972cbfb4" }, { "type": "route", "uuid": "4efaf7cd-6749-498f-a60a-085be633d82f" }, { "type": "route", "uuid": "3001ae21-f367-454b-af2c-03628eedfe26" }, { "type": "route", "uuid": "154b8858-304a-471d-a255-787ed74f43ca" }, { "type": "route", "uuid": "39de4666-b948-4366-b4f8-74c0f9e779e2" }, { "type": "route", "uuid": "546d1b3b-31a7-49fa-8112-62ed763f07cd" }, { "type": "route", "uuid": "6e25266e-2704-4251-9a3c-0473cc69037b" }, { "type": "route", "uuid": "90b30398-bbb7-422e-9e86-1be072712141" }, { "type": "route", "uuid": "1aad3f2e-9ff9-4f35-b4bd-b9cd2f3ac1e3" }, { "type": "route", "uuid": "b99757a3-3e71-4490-905f-dafd69ffcb22" }, { "type": "route", "uuid": "4aa9f278-2f49-445f-ba27-4ed9f51347f9" }, { "type": "route", "uuid": "a19d8742-0983-4eca-a58f-b96e49358e86" }, { "type": "route", "uuid": "1c5bd9fe-8c3f-403d-adab-2c2e30d219df" }, { "type": "route", "uuid": "7a7b3532-468a-43ea-b929-f5244017e1b1" }, { "type": "route", "uuid": "34366266-66bd-4f1f-9897-9df6d1aa1b7d" } ] }