{ "uuid": "8977007f-09f6-4980-82ae-3bdc399b03ca", "lastMigration": 29, "name": "Swagger API2Cart", "endpointPrefix": "v1.1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7d2ab9d0-46cb-485e-b3b9-f70b565f0702", "documentation": "Add store to the account", "method": "post", "endpoint": "account.cart.add.json", "responses": [ { "uuid": "8fd3074c-6259-425f-ae27-68e158ed962d", "body": "{\n \"result\": {\n \"store_key\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "12149f26-7ca5-4bd0-8cdb-32fdafc729bc", "documentation": "Get list of carts.", "method": "get", "endpoint": "account.cart.list.json", "responses": [ { "uuid": "5d5fdc0c-db0a-4316-a756-4e73706c6d63", "body": "{\n \"result\": {\n \"carts\": [\n {\n \"cart_id\": \"\",\n \"id\": \"\",\n \"store_key\": \"\",\n \"total_calls\": \"\",\n \"url\": \"\"\n }\n ],\n \"carts_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ceed5884-0a81-4d41-8579-f7b82d98789b", "documentation": "Update configs in the API2Cart database.", "method": "put", "endpoint": "account.config.update.json", "responses": [ { "uuid": "fe73c7b8-d41c-44a8-a0de-7fa4b2efd858", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5263d08e-7516-486a-8871-19642a088b0e", "documentation": "List webhooks that was not delivered to the callback.", "method": "get", "endpoint": "account.failed_webhooks.json", "responses": [ { "uuid": "a2c34d4a-4d37-4530-a6a8-a3dcd5ad4ba1", "body": "{\n \"result\": {\n \"all_failed_webhook\": \"\",\n \"webhook\": [\n {\n \"entity_id\": \"\",\n \"time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"webhook_id\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "e768dc7a-9411-493a-81dc-405dea95bb21", "documentation": "Get list of supported platforms", "method": "get", "endpoint": "account.supported_platforms.json", "responses": [ { "uuid": "13810dae-2e11-4772-9ff0-bb768b44f48a", "body": "{\n \"result\": {\n \"supported_platforms\": [\n {\n \"cart_id\": \"\",\n \"cart_name\": \"\",\n \"cart_versions\": \"\",\n \"params\": {\n \"additional\": [\n {\n \"description\": \"\",\n \"name\": \"\"\n }\n ],\n \"required\": [\n [\n {\n \"description\": \"\",\n \"name\": \"\"\n }\n ]\n ]\n }\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "afca7295-c105-43be-a9d5-c78b43365a47", "documentation": "Add new attribute", "method": "post", "endpoint": "attribute.add.json", "responses": [ { "uuid": "49e39726-b402-4299-977c-3c7972c5b797", "body": "{\n \"result\": {\n \"id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "aaec797c-c099-420b-b59a-390bcc707c45", "documentation": "Assign attribute to the group", "method": "post", "endpoint": "attribute.assign.group.json", "responses": [ { "uuid": "a4087332-023d-452b-9f00-819c8b2a58b6", "body": "{\n \"result\": {\n \"assigned\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "89568f2c-8ed2-4dcd-b072-828b2e97c73b", "documentation": "Assign attribute to the attribute set", "method": "post", "endpoint": "attribute.assign.set.json", "responses": [ { "uuid": "a3107087-fd1f-46e0-8a69-e6f9624c7321", "body": "{\n \"result\": {\n \"assigned\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "68fc3825-6743-46a1-b1dd-9360c7d7fe94", "documentation": "Get attribute_set list", "method": "get", "endpoint": "attribute.attributeset.list.json", "responses": [ { "uuid": "ecc8c9d3-b264-44f2-bd7c-95be461df019", "body": "{\n \"result\": [\n {\n \"additional_fields\": {},\n \"assigned_attribute_ids\": [\n \"\"\n ],\n \"attribute_set_id\": \"\",\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "306a88a8-76b0-4c13-8e6e-60c233788ed2", "documentation": "Get attributes count", "method": "get", "endpoint": "attribute.count.json", "responses": [ { "uuid": "da01d120-7e8c-4016-8d12-9d7da3b70e80", "body": "{\n \"result\": {\n \"attributes_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "bcea1de1-c6e6-46e9-ab04-ef145c1228be", "documentation": "Delete attribute from store", "method": "delete", "endpoint": "attribute.delete.json", "responses": [ { "uuid": "b63a0e1f-ac8c-4032-a678-4a737ddf2e8c", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "0097a576-6702-47c3-b4a9-ec7b6d4ab6ca", "documentation": "Get attribute group list", "method": "get", "endpoint": "attribute.group.list.json", "responses": [ { "uuid": "ba486517-4303-4c38-aae5-c56b7e90f994", "body": "{\n \"result\": [\n {\n \"additional_fields\": {},\n \"assigned_attribute_ids\": [\n \"\"\n ],\n \"attribute_set_id\": \"\",\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}}\n }\n ],\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "3b91ee14-a8e4-4c46-93e1-0a5ad97a9d8b", "documentation": "Get attribute info", "method": "get", "endpoint": "attribute.info.json", "responses": [ { "uuid": "56a8fcb8-74e6-4f9d-9069-3ba0aaecdb98", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"default_values\": [\n \"\"\n ],\n \"id\": \"\",\n \"lang_id\": \"\",\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"store_id\": \"\",\n \"system\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"values\": [\n \"\"\n ],\n \"visible\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "691151a2-aae8-44d0-8495-24cf9bdea920", "documentation": "Get attributes list", "method": "get", "endpoint": "attribute.list.json", "responses": [ { "uuid": "316ba8e6-8f45-4b87-aba4-da6f6a3ccce4", "body": "{\n \"result\": {\n \"order\": [\n {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"default_values\": [\n \"\"\n ],\n \"id\": \"\",\n \"lang_id\": \"\",\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"store_id\": \"\",\n \"system\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"values\": [\n \"\"\n ],\n \"visible\": {{faker 'datatype.boolean'}}\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "eed33649-c46d-46b9-8576-35b14fca76b6", "documentation": "Get list of supported attributes types", "method": "get", "endpoint": "attribute.type.list.json", "responses": [ { "uuid": "fa63adb0-69df-4566-9670-a10e9558147b", "body": "{\n \"result\": {\n \"attribute_type\": [\n \"\"\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "b45b4a2f-2de8-48d0-90b8-e477f5226318", "documentation": "Unassign attribute from group", "method": "post", "endpoint": "attribute.unassign.group.json", "responses": [ { "uuid": "ebb189e2-bcdb-457b-95e0-bebfdf20ea16", "body": "{\n \"result\": {\n \"unassigned\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "8c99e900-bf3a-4090-bab9-75c01b67c60d", "documentation": "Unassign attribute from attribute set", "method": "post", "endpoint": "attribute.unassign.set.json", "responses": [ { "uuid": "dc396564-9207-49cd-a7b9-06d0da637a82", "body": "{\n \"result\": {\n \"unassigned\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "2a3633a9-b445-4d4f-9760-2397074b7fad", "documentation": "Update attribute data", "method": "post", "endpoint": "attribute.update.json", "responses": [ { "uuid": "0295f2e4-3edd-4e48-88f0-516c30b1da12", "body": "{\n \"result\": {\n \"updated\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "87276caf-9e5b-470d-a53d-26f194da6b7a", "documentation": "Retrieve basket information.", "method": "get", "endpoint": "basket.info.json", "responses": [ { "uuid": "a46a6d88-08e9-487e-89c5-172524185587", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"basket_products\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}},\n \"value\": \"\",\n \"value_id\": \"\"\n }\n ],\n \"parent_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"tax\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"basket_url\": \"\",\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"customer\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\"\n },\n \"id\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n }\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "41e9bd38-0509-48fb-9efd-41ab896f90c4", "documentation": "Add item to basket", "method": "post", "endpoint": "basket.item.add.json", "responses": [ { "uuid": "18e37bdd-24c7-470c-9e55-07105f7188ec", "body": "{\n \"result\": {\n \"added\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "037da6d5-7473-4208-96ed-bcee565dcd0c", "documentation": "Create live shipping rate service. (Beta)", "method": "post", "endpoint": "basket.live_shipping_service.create.json", "responses": [ { "uuid": "e9df142d-b8e6-4815-8d24-920a6a31419b", "body": "{\n \"result\": {\n \"id\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "666ccda7-eb8a-4227-a0a8-8a0ddb2f683d", "documentation": "Delete live shipping rate service. (Beta)", "method": "delete", "endpoint": "basket.live_shipping_service.delete.json", "responses": [ { "uuid": "602ea147-43c5-4a0a-920c-e11413320a2a", "body": "{\n \"result\": {\n \"status\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "9aaacf82-a699-4ad0-87d3-ce7af6cc454c", "documentation": "Retrieve a list of live shipping rate services. (Beta)", "method": "get", "endpoint": "basket.live_shipping_service.list.json", "responses": [ { "uuid": "da8f2e70-5f6c-4238-831b-bc5a36439dbf", "body": "{\n \"result\": {\n \"live_shipping_services\": [\n {\n \"additional_fields\": {},\n \"callback\": \"\",\n \"callback_err_cnt\": {{faker 'number.int' max=99999}},\n \"custom_fields\": {},\n \"enabled_on_store\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "aff4fc91-c3e8-411e-8a6b-78bd4a43a30f", "documentation": "Delete bridge from the store.", "method": "post", "endpoint": "bridge.delete.json", "responses": [ { "uuid": "a6b55dd1-3207-4119-8eba-a4fedb10c909", "body": "{\n \"result\": {\n \"deleted\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "b31f4e88-2617-4a11-aaa7-53a2aaa957c9", "documentation": "Download bridge for store", "method": "get", "endpoint": "bridge.download.file", "responses": [ { "uuid": "72013b8d-30f7-4670-a87e-baf851f4eead", "body": "", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/zip" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c71c20b7-e399-4421-a2f2-c7114ac49da9", "documentation": "Update bridge in the store.", "method": "post", "endpoint": "bridge.update.json", "responses": [ { "uuid": "832bc143-996d-452d-9a2d-f07a6f50b220", "body": "{\n \"result\": {\n \"updated\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5050cbd6-1f49-4e98-adc4-3157f5e56ded", "documentation": "Get bridge key and store key", "method": "get", "endpoint": "cart.bridge.json", "responses": [ { "uuid": "869667cb-c2d4-44b7-8b6a-00db53c8d2de", "body": "{\n \"result\": {\n \"bridge\": \"\",\n \"store_key\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "50121e93-141c-402d-8258-82c65f4cbdde", "documentation": "Get count of cart catalog price rules discounts.", "method": "get", "endpoint": "cart.catalog_price_rules.count.json", "responses": [ { "uuid": "c0da585d-9788-4c93-ab87-70174367f3b4", "body": "{\n \"result\": {\n \"catalog_price_rules_count\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ea99c536-3a1d-4c7f-a21f-0385a07a12a7", "documentation": "Get cart catalog price rules discounts.", "method": "get", "endpoint": "cart.catalog_price_rules.list.json", "responses": [ { "uuid": "706946a3-8885-4e6a-8a0d-d68cf69c8da6", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "179636cc-6217-48cb-824c-6e4102ece94a", "documentation": "Clear cache on store.", "method": "post", "endpoint": "cart.clear_cache.json", "responses": [ { "uuid": "aa872ec9-7f98-4703-bd68-0b8941594b9a", "body": "{\n \"result\": {\n \"cache_cleared\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "29d08c48-ea65-4af0-8d18-d2cc117dd609", "documentation": "Get list of cart configs", "method": "get", "endpoint": "cart.config.json", "responses": [ { "uuid": "4311e753-2b55-4b4d-8aee-fe21615c884e", "body": "{\n \"result\": {\n \"db_prefix\": \"\",\n \"store_name\": \"\",\n \"store_url\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ba239f14-69b9-4317-b6f0-4471b1491208", "documentation": "Use this API method to update custom data in client database.", "method": "put", "endpoint": "cart.config.update.json", "responses": [ { "uuid": "d358d3ab-e06b-4bc5-a9db-018c6ecdf273", "body": "{\n \"result\": {},\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "1b53056a-d290-4e7c-8d65-dc2a5e4de549", "documentation": "Create new coupon", "method": "post", "endpoint": "cart.coupon.add.json", "responses": [ { "uuid": "38a4f5ba-b441-42e2-973c-7cbdd7b6199c", "body": "{\n \"result\": {\n \"coupon_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "3968100c-12da-4ae4-af04-b97967df554b", "documentation": "Create new coupon condition", "method": "post", "endpoint": "cart.coupon.condition.add.json", "responses": [ { "uuid": "9be7c7be-4a8d-4a4b-b3c8-6a866229e044", "body": "{\n \"result\": {\n \"status\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "e32e5baf-8c0a-4cd4-bac1-e93de160ffc0", "documentation": "Get cart coupons count.", "method": "get", "endpoint": "cart.coupon.count.json", "responses": [ { "uuid": "2fabac68-122e-4de7-bd5e-9ae6e6aafa48", "body": "{\n \"result\": {\n \"coupons_count\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "68d14597-d3af-49ce-996f-7015a965cc56", "documentation": "Delete coupon", "method": "delete", "endpoint": "cart.coupon.delete.json", "responses": [ { "uuid": "fb653a96-6a3a-4a04-a563-ebb93d5d527b", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "6d8ee006-44bc-46ad-9869-99f45460297c", "documentation": "Get cart coupon discounts.", "method": "get", "endpoint": "cart.coupon.list.json", "responses": [ { "uuid": "6d7bd80b-c362-415e-8ceb-81c658458b7b", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a93a36b5-529a-42cd-89b7-3dca2d36c6d2", "documentation": "Add store to the account", "method": "post", "endpoint": "cart.create.json", "responses": [ { "uuid": "fd3f3d1d-d5ee-4d7e-ad38-05d5da8fffb4", "body": "{\n \"result\": {\n \"store_key\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "0cddf150-a895-4892-a495-a5c616459721", "documentation": "Remove store from API2Cart", "method": "delete", "endpoint": "cart.delete.json", "responses": [ { "uuid": "85a0d462-d2f4-4fef-a7cc-42c28db00188", "body": "{\n \"result\": {\n \"store\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "2c8cd267-1b6f-4568-b79a-a163124d4dbe", "documentation": "Disconnect with the store and clear store session data.", "method": "get", "endpoint": "cart.disconnect.json", "responses": [ { "uuid": "48fb70f4-35c2-4cc5-8429-6d0e342e7d28", "body": "{\n \"result\": {\n \"connection\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ac1646ce-5497-4591-8c8d-ced28632b6f7", "documentation": "Create new gift card", "method": "post", "endpoint": "cart.giftcard.add.json", "responses": [ { "uuid": "c6b3caf5-318d-4891-9e8a-e71109697b20", "body": "{\n \"result\": {\n \"code\": \"\",\n \"id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ee588723-5e6c-48f7-84f2-19d932a6188a", "documentation": "Get gift cards count.", "method": "get", "endpoint": "cart.giftcard.count.json", "responses": [ { "uuid": "0b337167-1690-4f71-af27-1ce3d3551459", "body": "{\n \"result\": {\n \"gift_cards_count\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ef74d98f-1be9-433a-ac9d-74cebbd1e6ad", "documentation": "Get gift cards list.", "method": "get", "endpoint": "cart.giftcard.list.json", "responses": [ { "uuid": "6f2acb58-827c-4d20-85d4-5cbc0f2c2bef", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"gift_card\": [\n {\n \"additional_fields\": {},\n \"amount\": {{faker 'number.int' max=99999}},\n \"avail_to\": \"\",\n \"code\": \"\",\n \"created_at\": \"\",\n \"currency_code\": \"\",\n \"custom_fields\": {},\n \"free_product_ids\": \"\",\n \"id\": \"\",\n \"initial_amount\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"name\": \"\",\n \"owner_email\": \"\",\n \"owner_name\": \"\",\n \"recipient_email\": \"\",\n \"recipient_name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"usage_history\": [\n {\n \"additional_fields\": {},\n \"amount\": {{faker 'number.int' max=99999}},\n \"custom_fields\": {},\n \"order_id\": \"\"\n }\n ]\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "d486c1aa-c06e-41d6-aede-b744107d32d3", "documentation": "Get cart information", "method": "get", "endpoint": "cart.info.json", "responses": [ { "uuid": "9fea8bab-eaba-4f09-b8a4-1977a28e8825", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"db_prefix\": \"\",\n \"name\": \"\",\n \"shipping_zones\": [\n {\n \"additional_fields\": {},\n \"code\": \"\",\n \"country\": \"\",\n \"country_iso2_codes\": [\n \"\"\n ],\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"stores_info\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"additional_fields\": {},\n \"carrier_info\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"shipping_methods\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n }\n ]\n }\n ],\n \"channels\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"is_enabled\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platform\": \"\"\n }\n ],\n \"country\": \"\",\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"default_warehouse_id\": \"\",\n \"dimension_unit\": \"\",\n \"language\": \"\",\n \"multi_store_url\": \"\",\n \"name\": \"\",\n \"prices_include_tax\": {{faker 'datatype.boolean'}},\n \"root_category_id\": \"\",\n \"store_currencies\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n }\n ],\n \"store_id\": \"\",\n \"store_languages\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"iso_code\": \"\",\n \"name\": \"\"\n }\n ],\n \"store_owner_info\": {\n \"additional_fields\": {},\n \"city\": \"\",\n \"country\": \"\",\n \"custom_fields\": {},\n \"email\": \"\",\n \"owner\": \"\",\n \"phone\": \"\",\n \"state\": \"\",\n \"state_code\": \"\",\n \"street_address\": \"\",\n \"street_address_line_2\": \"\",\n \"zip_code\": \"\"\n },\n \"timezone\": \"\",\n \"weight_unit\": \"\"\n }\n ],\n \"url\": \"\",\n \"version\": \"\",\n \"warehouses\": [\n {\n \"additional_fields\": {},\n \"address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"avail\": {{faker 'datatype.boolean'}},\n \"carriers_ids\": [\n \"\"\n ],\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"stores_ids\": [\n \"\"\n ]\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "cec47eae-168b-49db-99b2-bfd81c11b249", "documentation": "Get list of supported carts", "method": "get", "endpoint": "cart.list.json", "responses": [ { "uuid": "39d5d906-17a9-4b77-85cd-515e7d9ea98f", "body": "{\n \"result\": {\n \"supported_carts\": [\n {\n \"cart_id\": \"\",\n \"cart_name\": \"\",\n \"cart_versions\": \"\",\n \"params\": [\n \"\"\n ]\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "85e8384b-fc73-415b-bfd7-cae3914cb524", "documentation": "Get entity meta data", "method": "get", "endpoint": "cart.meta_data.list.json", "responses": [ { "uuid": "e02fe59f-d1cc-42ea-88ab-cae574f6591b", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"key\": \"\",\n \"namespace\": \"\",\n \"value\": \"\"\n }\n ],\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "44f077cf-06ae-498c-b75f-b2b6f54bef9d", "documentation": "Set meta data for a specific entity", "method": "post", "endpoint": "cart.meta_data.set.json", "responses": [ { "uuid": "a7753a1a-400d-46d8-849c-15244b4c3df0", "body": "{\n \"result\": {\n \"id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4510e49e-3f0b-47e1-b026-cfd4a7d001f3", "documentation": "Unset meta data for a specific entity", "method": "delete", "endpoint": "cart.meta_data.unset.json", "responses": [ { "uuid": "725da1ed-0004-425a-b3b7-9e952c1ffce2", "body": "{\n \"result\": {\n \"status\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "50a3190b-ec3c-4791-a575-bee6c41a21c0", "documentation": "Get list of cart methods", "method": "get", "endpoint": "cart.methods.json", "responses": [ { "uuid": "46c9ec97-4654-46ed-8943-0f1fd599b299", "body": "{\n \"result\": {\n \"method\": [\n \"\"\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "40762ba7-7e12-496e-8935-f485119f8268", "documentation": "Get list of installed plugins", "method": "get", "endpoint": "cart.plugin.list.json", "responses": [ { "uuid": "9e87d21a-d2e1-4385-a930-da2be18b0ecb", "body": "{\n \"result\": {\n \"all_plugins\": {{faker 'number.int' max=99999}},\n \"plugins\": [\n {\n \"additional_fields\": {},\n \"all_plugins\": {{faker 'number.int' max=99999}},\n \"custom_fields\": {},\n \"plugins\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n }\n ]\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "27978200-615d-4e67-82ec-9e4aa5cf73cd", "documentation": "Add new script to the storefront", "method": "post", "endpoint": "cart.script.add.json", "responses": [ { "uuid": "d924622d-ef52-4b39-aa9b-583f49a1ecc2", "body": "{\n \"result\": {\n \"script_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "188d76d9-9c9b-45f7-ac8d-fc2d5c6ef82a", "documentation": "Remove script from the storefront", "method": "delete", "endpoint": "cart.script.delete.json", "responses": [ { "uuid": "ef3c728f-ba30-462c-ae1f-7d19f83a28c0", "body": "{\n \"result\": {\n \"deleted\": {{faker 'datatype.boolean'}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "f765f5fe-ee87-4d01-8a41-686ad2cb00cb", "documentation": "Get scripts installed to the storefront", "method": "get", "endpoint": "cart.script.list.json", "responses": [ { "uuid": "81cbb781-e162-4b53-b880-366e815d9c45", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"scripts\": [\n {\n \"additional_fields\": {},\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"event\": \"\",\n \"html\": \"\",\n \"id\": \"\",\n \"load_method\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"scope\": \"\",\n \"src\": \"\"\n }\n ],\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "40141ea1-3f3e-468a-95d6-7bc99f679ced", "documentation": "Get list of shipping zones", "method": "get", "endpoint": "cart.shipping_zones.list.json", "responses": [ { "uuid": "12553c05-a4b5-47da-a984-21271d23e934", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"country\": \"\",\n \"country_iso2_codes\": [\n \"\"\n ],\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "bb4a516e-ae95-4afc-b43a-6506fc1c986d", "documentation": "Check store availability, bridge connection for the downloadable carts, identify DB prefix, validate API accesses for API carts.", "method": "get", "endpoint": "cart.validate.json", "responses": [ { "uuid": "2443b416-f532-414e-bfd0-9acbd650d401", "body": "{\n \"result\": {\n \"status\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "78594310-a832-46b3-990f-bcd22567aa2f", "documentation": "Add new category in store", "method": "post", "endpoint": "category.add.json", "responses": [ { "uuid": "07543651-0566-4a6d-a229-a421303c1b60", "body": "{\n \"result\": {\n \"category_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ca88b818-70fa-422e-aa12-b22b15795149", "documentation": "Assign category to product", "method": "post", "endpoint": "category.assign.json", "responses": [ { "uuid": "48e93c73-fda2-4a38-b3b3-40e9fad48d18", "body": "{\n \"result\": {},\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "15d0ae68-76a6-4f71-b6b6-02c13cf47440", "documentation": "Count categories in store.", "method": "get", "endpoint": "category.count.json", "responses": [ { "uuid": "1c884260-08fe-413d-b065-06a96ebc43e6", "body": "{\n \"result\": {\n \"categories_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "e61041dc-ccea-42bb-8731-0396ec676174", "documentation": "Delete category in store", "method": "delete", "endpoint": "category.delete.json", "responses": [ { "uuid": "bf04f329-3d49-491e-ae34-6332a8cfd1a4", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "69929872-e734-4f11-9666-a7576714a71b", "documentation": "Search category in store. \"Laptop\" is specified here by default.", "method": "get", "endpoint": "category.find.json", "responses": [ { "uuid": "406335cd-8b09-4b87-8c1d-f4e3c9c318af", "body": "{\n \"result\": {\n \"category\": [\n {\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "81348f97-2715-403f-ab1d-4ba5592ee34b", "documentation": "Add image to category", "method": "post", "endpoint": "category.image.add.json", "responses": [ { "uuid": "16879856-b9ae-408d-beaf-34c8b9fd32d9", "body": "{\n \"result\": {\n \"image_path\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "c5c431a7-d8d5-49c2-a010-b795fea05861", "documentation": "Delete image", "method": "delete", "endpoint": "category.image.delete.json", "responses": [ { "uuid": "6a6b1535-65a8-4a7f-a914-580e5ed2b49a", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "b21371a8-b509-4703-ae8a-3032c8d82a43", "documentation": "Get category info about category ID*** or specify other category ID.", "method": "get", "endpoint": "category.info.json", "responses": [ { "uuid": "a351d5ba-1c3a-4488-b64c-9b3cc7cb402b", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"keywords\": \"\",\n \"meta_description\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"parent_id\": \"\",\n \"path\": \"\",\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"stores_ids\": [\n \"\"\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "dfac0041-c168-4c78-9b90-1ef225e75251", "documentation": "Get list of categories from store.", "method": "get", "endpoint": "category.list.json", "responses": [ { "uuid": "c2e61bbc-010d-46eb-8537-ca4719371338", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"categories_count\": {{faker 'number.int' max=99999}},\n \"category\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"keywords\": \"\",\n \"meta_description\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"parent_id\": \"\",\n \"path\": \"\",\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"stores_ids\": [\n \"\"\n ]\n }\n ],\n \"custom_fields\": {}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4205513f-41bd-4927-a36e-01afef18d8c6", "documentation": "Unassign category to product", "method": "post", "endpoint": "category.unassign.json", "responses": [ { "uuid": "d8d5d1ab-a4b4-4f95-af38-0b5cdd1214df", "body": "{\n \"result\": {},\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "729c34c6-72cd-4cc4-9a1b-19401b85f4d9", "documentation": "Update category in store", "method": "put", "endpoint": "category.update.json", "responses": [ { "uuid": "9fad8260-3aa7-44f5-945e-5dd31e71578b", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "d8d8477f-91cd-4c7b-bb9c-2697fc6cbd84", "documentation": "Add customer into store.", "method": "post", "endpoint": "customer.add.json", "responses": [ { "uuid": "2833c067-2f82-4a43-b11f-0a5060bed72f", "body": "{\n \"result\": {\n \"customer_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "df11eb82-14fa-4b8e-9887-4982bc33463b", "documentation": "Get attributes for specific customer", "method": "get", "endpoint": "customer.attribute.list.json", "responses": [ { "uuid": "c416bda6-d82e-4f8d-9b41-33e82c78f09a", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"items\": [\n {\n \"additional_fields\": {},\n \"attribute_id\": \"\",\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\",\n \"type\": \"\",\n \"values\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "440bff0f-9834-4617-9710-0f351b3c0ddd", "documentation": "Get number of customers from store.", "method": "get", "endpoint": "customer.count.json", "responses": [ { "uuid": "ee63c1c2-0669-4f6d-a523-608074bf0030", "body": "{\n \"result\": {\n \"customers_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "0034ed82-99c1-42a4-9d31-6cdcef83d7ab", "documentation": "Find customers in store.", "method": "get", "endpoint": "customer.find.json", "responses": [ { "uuid": "e5040680-06b6-4cd0-8d23-84340b2b26cc", "body": "{\n \"result\": {\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "6cee53c0-ed73-4209-b396-3fc3c3ade39f", "documentation": "Create customer group.", "method": "post", "endpoint": "customer.group.add.json", "responses": [ { "uuid": "6e8a6f35-2909-4bd5-9bed-226ffa1bd3cc", "body": "{\n \"result\": {},\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "1cec04fb-5ccf-469f-97fe-baddcb2244aa", "documentation": "Get list of customers groups.", "method": "get", "endpoint": "customer.group.list.json", "responses": [ { "uuid": "fc0ac02b-c1df-4cb6-9cc2-7d49d517e9db", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"group\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"group_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5e4c5368-d559-48c3-8ec2-58b569d1583d", "documentation": "Get customers' details from store.", "method": "get", "endpoint": "customer.info.json", "responses": [ { "uuid": "85a1602d-1ae5-404e-90e8-a582c8f8e927", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"address_book\": [\n {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n }\n ],\n \"birth_day\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"company\": \"\",\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"email\": \"\",\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"group\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"ip_address\": \"\",\n \"last_login\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"last_name\": \"\",\n \"last_order_id\": \"\",\n \"login\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"news_letter_subscription\": {{faker 'datatype.boolean'}},\n \"orders_count\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"status\": \"\",\n \"stores_ids\": [\n \"\"\n ],\n \"website\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "9117c75f-0293-4f24-8c94-13711c4febb8", "documentation": "Get list of customers from store.", "method": "get", "endpoint": "customer.list.json", "responses": [ { "uuid": "374378f9-2099-4b66-9549-b4da638d7e57", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"customer\": [\n {\n \"additional_fields\": {},\n \"address_book\": [\n {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n }\n ],\n \"birth_day\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"company\": \"\",\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"email\": \"\",\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"group\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"id\": \"\",\n \"ip_address\": \"\",\n \"last_login\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"last_name\": \"\",\n \"last_order_id\": \"\",\n \"login\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"news_letter_subscription\": {{faker 'datatype.boolean'}},\n \"orders_count\": {{faker 'number.int' max=99999}},\n \"phone\": \"\",\n \"status\": \"\",\n \"stores_ids\": [\n \"\"\n ],\n \"website\": \"\"\n }\n ],\n \"customers_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "c8e8f2ea-be1d-430f-8c5f-d52b8ecbb46a", "documentation": "Update information of customer in store.", "method": "put", "endpoint": "customer.update.json", "responses": [ { "uuid": "d30f724c-2f62-4d01-959d-ee621b53e999", "body": "{\n \"result\": {\n \"updated\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "1ec72524-e488-4f58-b2c8-2cef8b4582a4", "documentation": "Get list of orders that were left by customers before completing the order.", "method": "get", "endpoint": "order.abandoned.list.json", "responses": [ { "uuid": "0077ec31-779a-464f-a918-17d199600312", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order\": [\n {\n \"additional_fields\": {},\n \"basket_id\": \"\",\n \"basket_url\": \"\",\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"customer\": {\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\"\n },\n \"id\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"order_products\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"totals\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"discount\": {{faker 'number.int' max=99999}},\n \"shipping\": {{faker 'number.int' max=99999}},\n \"subtotal\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "db4117ee-d12a-401e-857a-1fd42035931a", "documentation": "Add a new order to the cart.", "method": "post", "endpoint": "order.add.json", "responses": [ { "uuid": "53e877b1-b148-481f-9813-f532725890ed", "body": "{\n \"result\": {\n \"order_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "919bef93-f847-48c1-bec6-0c02bdc4ee26", "documentation": "Count orders in store", "method": "get", "endpoint": "order.count.json", "responses": [ { "uuid": "33060c2f-c69d-4b16-840a-0a036486a55b", "body": "{\n \"result\": {\n \"orders_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "3a33d31b-6aed-485c-a2e9-143b3cf8830c", "documentation": "Retrieve list of financial statuses", "method": "get", "endpoint": "order.financial_status.list.json", "responses": [ { "uuid": "966e6097-c869-4bff-a55a-9ffa0ac323ec", "body": "{\n \"result\": {\n \"order_financial_statuses\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "f61fd5f9-d590-49fa-95d2-66c797d6ed4c", "documentation": "Find orders", "method": "get", "endpoint": "order.find.json", "responses": [ { "uuid": "7d14c783-5b9c-46e1-8607-8ec96e346154", "body": "{\n \"result\": {\n \"order\": [\n {\n \"additional_fields\": {},\n \"basket_id\": \"\",\n \"billing_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"bundles\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"comment\": \"\",\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"customer\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\"\n },\n \"discounts\": [\n {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"type\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"finished_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"gift_message\": \"\",\n \"id\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"order_details_url\": \"\",\n \"order_id\": \"\",\n \"order_products\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"payment_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"refunds\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n }\n ],\n \"shipping_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"shipping_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"shipping_methods\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n }\n ],\n \"status\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"history\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"id\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"notify\": {{faker 'datatype.boolean'}}\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"refund_info\": {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"refunded_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"total_refunded\": {{faker 'number.int' max=99999}}\n }\n },\n \"store_id\": \"\",\n \"total\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"shipping_ex_tax\": {{faker 'number.int' max=99999}},\n \"subtotal_ex_tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"total_discount\": {{faker 'number.int' max=99999}},\n \"total_paid\": {{faker 'number.int' max=99999}},\n \"total_tax\": {{faker 'number.int' max=99999}},\n \"wrapping_ex_tax\": {{faker 'number.int' max=99999}}\n },\n \"totals\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"discount\": {{faker 'number.int' max=99999}},\n \"shipping\": {{faker 'number.int' max=99999}},\n \"subtotal\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n },\n \"warehouses_ids\": [\n \"\"\n ]\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "d14d8d1e-6899-4c9a-b5ff-27acc9acdb01", "documentation": "Retrieve list of fulfillment statuses", "method": "get", "endpoint": "order.fulfillment_status.list.json", "responses": [ { "uuid": "2eb5d395-198b-4f0f-a4f2-280de5d43928", "body": "{\n \"result\": {\n \"order_fulfillment_statuses\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4511d6eb-ccc6-403e-8a27-add6926df789", "documentation": "Info about a specific order by ID", "method": "get", "endpoint": "order.info.json", "responses": [ { "uuid": "dd7bdfd1-c089-41c1-856b-7ee40b3734b6", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"basket_id\": \"\",\n \"billing_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"bundles\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"comment\": \"\",\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"customer\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\"\n },\n \"discounts\": [\n {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"type\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"finished_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"gift_message\": \"\",\n \"id\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"order_details_url\": \"\",\n \"order_id\": \"\",\n \"order_products\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"payment_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"refunds\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n }\n ],\n \"shipping_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"shipping_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"shipping_methods\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n }\n ],\n \"status\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"history\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"id\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"notify\": {{faker 'datatype.boolean'}}\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"refund_info\": {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"refunded_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"total_refunded\": {{faker 'number.int' max=99999}}\n }\n },\n \"store_id\": \"\",\n \"total\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"shipping_ex_tax\": {{faker 'number.int' max=99999}},\n \"subtotal_ex_tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"total_discount\": {{faker 'number.int' max=99999}},\n \"total_paid\": {{faker 'number.int' max=99999}},\n \"total_tax\": {{faker 'number.int' max=99999}},\n \"wrapping_ex_tax\": {{faker 'number.int' max=99999}}\n },\n \"totals\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"discount\": {{faker 'number.int' max=99999}},\n \"shipping\": {{faker 'number.int' max=99999}},\n \"subtotal\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n },\n \"warehouses_ids\": [\n \"\"\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "c5ff5371-4214-42e9-9d10-27a0ca713fdc", "documentation": "Get list of orders from store.", "method": "get", "endpoint": "order.list.json", "responses": [ { "uuid": "3ac843b3-72c2-4146-8487-cb1712bbc4bb", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order\": [\n {\n \"additional_fields\": {},\n \"basket_id\": \"\",\n \"billing_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"bundles\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"channel_id\": \"\",\n \"comment\": \"\",\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"currency\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n },\n \"custom_fields\": {},\n \"customer\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\"\n },\n \"discounts\": [\n {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"type\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"finished_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"gift_message\": \"\",\n \"id\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"order_details_url\": \"\",\n \"order_id\": \"\",\n \"order_products\": [\n {\n \"additional_fields\": {},\n \"barcode\": \"\",\n \"custom_fields\": {},\n \"discount_amount\": {{faker 'number.int' max=99999}},\n \"model\": \"\",\n \"name\": \"\",\n \"options\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\",\n \"option_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_option_value_id\": \"\",\n \"type\": \"\",\n \"value\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_product_id\": \"\",\n \"parent_order_product_id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_inc_tax\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tax_percent\": {{faker 'number.int' max=99999}},\n \"tax_value\": {{faker 'number.int' max=99999}},\n \"tax_value_after_discount\": {{faker 'number.int' max=99999}},\n \"total_price\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\"\n }\n ],\n \"payment_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"refunds\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n }\n ],\n \"shipping_address\": {\n \"additional_fields\": {},\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"company\": \"\",\n \"country\": {\n \"additional_fields\": {},\n \"code2\": \"\",\n \"code3\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"fax\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"phone\": \"\",\n \"postcode\": \"\",\n \"region\": \"\",\n \"state\": {\n \"additional_fields\": {},\n \"code\": \"\",\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"type\": \"\",\n \"website\": \"\"\n },\n \"shipping_method\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n },\n \"shipping_methods\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"name\": \"\"\n }\n ],\n \"status\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"history\": [\n {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"id\": \"\",\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"notify\": {{faker 'datatype.boolean'}}\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"refund_info\": {\n \"additional_fields\": {},\n \"comment\": \"\",\n \"custom_fields\": {},\n \"fee\": {{faker 'number.int' max=99999}},\n \"refunded_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"order_product_id\": \"\",\n \"product_id\": \"\",\n \"qty\": {{faker 'number.int' max=99999}},\n \"refund\": {{faker 'number.int' max=99999}},\n \"variant_id\": \"\"\n }\n ],\n \"shipping\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"total_refunded\": {{faker 'number.int' max=99999}}\n }\n },\n \"store_id\": \"\",\n \"total\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"shipping_ex_tax\": {{faker 'number.int' max=99999}},\n \"subtotal_ex_tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"total_discount\": {{faker 'number.int' max=99999}},\n \"total_paid\": {{faker 'number.int' max=99999}},\n \"total_tax\": {{faker 'number.int' max=99999}},\n \"wrapping_ex_tax\": {{faker 'number.int' max=99999}}\n },\n \"totals\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"discount\": {{faker 'number.int' max=99999}},\n \"shipping\": {{faker 'number.int' max=99999}},\n \"subtotal\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}}\n },\n \"warehouses_ids\": [\n \"\"\n ]\n }\n ],\n \"orders_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "891ef84d-8671-4e30-8163-3b27e6dfda46", "documentation": "Add a refund to the order.", "method": "post", "endpoint": "order.refund.add.json", "responses": [ { "uuid": "f52b7bc4-4fca-4b07-8de7-c5da6af281bb", "body": "{\n \"result\": {\n \"refund_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "ca3baaf4-83f4-4f47-a854-d3302db022d1", "documentation": "Add a shipment to the order.", "method": "post", "endpoint": "order.shipment.add.json", "responses": [ { "uuid": "6e4f2bb8-a301-4134-acf8-4920ff249198", "body": "{\n \"result\": {\n \"shipment_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4ec9ac57-4cd1-4741-84c7-77d36019778f", "documentation": "Delete order's shipment.", "method": "delete", "endpoint": "order.shipment.delete.json", "responses": [ { "uuid": "9fc9d829-b596-4cad-9790-165298203578", "body": "{\n \"result\": {\n \"status\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "2c2ff202-126b-48d5-b26b-7797dcd302d1", "documentation": "Get list of shipments by orders.", "method": "get", "endpoint": "order.shipment.list.json", "responses": [ { "uuid": "22195d23-dcee-4691-9be2-a36f6ecc885e", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"shipment\": [\n {\n \"additional_fields\": {},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"id\": \"\",\n \"items\": [\n {\n \"model\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}}\n }\n ],\n \"order_id\": \"\",\n \"shipment_provider\": \"\",\n \"tracking_numbers\": [\n {\n \"additional_fields\": {},\n \"carrier_id\": \"\",\n \"custom_fields\": {},\n \"tracking_number\": \"\"\n }\n ],\n \"warehouse_id\": \"\"\n }\n ],\n \"shipment_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "2852a066-b7a5-404a-b6eb-4d09b07b9297", "documentation": "Add order shipment's tracking info.", "method": "post", "endpoint": "order.shipment.tracking.add.json", "responses": [ { "uuid": "541b495a-cac9-4dd7-8106-a1fb66da445e", "body": "{\n \"result\": {\n \"tracking_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "382c97ab-13be-4710-a1cc-a03ac61efd29", "documentation": "Update order's shipment information.", "method": "put", "endpoint": "order.shipment.update.json", "responses": [ { "uuid": "6bc0807c-440d-4fca-8fc4-a09fefc2a51d", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4269964e-cd19-43ed-a009-cae7d925fc49", "documentation": "Retrieve list of statuses", "method": "get", "endpoint": "order.status.list.json", "responses": [ { "uuid": "45fd204b-51ef-43db-8760-6b5e0bcfcecc", "body": "{\n \"result\": {\n \"cart_order_statuses\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "c3c99b90-ddbb-413d-a552-2ad1a8063006", "documentation": "Update existing order.", "method": "put", "endpoint": "order.update.json", "responses": [ { "uuid": "d9546bf8-ff86-4941-a281-2f129c63517c", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "723fb536-f44b-40f9-9433-0b65cf4bd890", "documentation": "Add new product to store.", "method": "post", "endpoint": "product.add.json", "responses": [ { "uuid": "5eac9453-b263-4b2a-a4f5-eba1e91aa94a", "body": "{\n \"result\": {\n \"product_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "e97dd2a5-1033-4ec7-b248-cb6635b9b7e9", "documentation": "Get list of attributes and values.", "method": "get", "endpoint": "product.attribute.list.json", "responses": [ { "uuid": "a4ab3411-4f8f-4ef8-844c-a5071ae25610", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"attribute\": [\n {\n \"additional_fields\": {},\n \"attribute_group_id\": \"\",\n \"attribute_id\": \"\",\n \"code\": \"\",\n \"custom_fields\": {},\n \"lang_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"required\": {{faker 'datatype.boolean'}},\n \"store_id\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"value\": \"\",\n \"variant_id\": \"\",\n \"visible\": {{faker 'datatype.boolean'}}\n }\n ],\n \"custom_fields\": {}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "8bf5b9b4-0f5a-4be3-8f82-4b838ebcc3d1", "documentation": "Set attribute value to product.", "method": "post", "endpoint": "product.attribute.value.set.json", "responses": [ { "uuid": "f1ed9794-dcfe-4a9b-87dd-185b50dafd74", "body": "{\n \"result\": {\n \"attribute_id\": \"\",\n \"product_id\": \"\",\n \"value_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "82d5da95-e603-445b-ac82-1e7826344b38", "documentation": "Removes attribute value for a product.", "method": "post", "endpoint": "product.attribute.value.unset.json", "responses": [ { "uuid": "93c6cffc-7a22-4144-b83a-8a8b0bedf887", "body": "{\n \"result\": {\n \"success\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "033be360-aa3e-463c-bbcb-9442fa710aed", "documentation": "Get list of brands from your store.", "method": "get", "endpoint": "product.brand.list.json", "responses": [ { "uuid": "e323f50a-9297-4ba7-8de2-d4c9930e14e9", "body": "{\n \"result\": {\n \"product\": [\n {\n \"active\": {{faker 'datatype.boolean'}},\n \"additional_fields\": {},\n \"created_time\": \"\",\n \"custom_fields\": {},\n \"full_description\": \"\",\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"meta_description\": \"\",\n \"meta_keywords\": \"\",\n \"meta_title\": \"\",\n \"modified_time\": \"\",\n \"name\": \"\",\n \"short_description\": \"\",\n \"stores_ids\": [\n \"\"\n ],\n \"url\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "88c81c45-110f-49d4-99c3-e0fe38b9666b", "documentation": "Search product child item (bundled item or configurable product variant) in store catalog.", "method": "get", "endpoint": "product.child_item.find.json", "responses": [ { "uuid": "be9e8c08-5093-4076-b22f-903fefde44f6", "body": "{\n \"result\": {\n \"children\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "7676feed-327f-4170-8c57-c9a6d129d9ef", "documentation": "Get child for specific product.", "method": "get", "endpoint": "product.child_item.info.json", "responses": [ { "uuid": "5f659398-1361-415e-9a8a-7a08d2016b8f", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"allow_backorders\": {{faker 'datatype.boolean'}},\n \"avail_for_sale\": {{faker 'datatype.boolean'}},\n \"combination\": [\n {\n \"option_id\": \"\",\n \"option_value_id\": \"\"\n }\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"default_price\": {{faker 'number.int' max=99999}},\n \"default_qty_in_pack\": {{faker 'number.int' max=99999}},\n \"dimensions_unit\": \"\",\n \"ean\": \"\",\n \"full_description\": \"\",\n \"gtin\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"inventory_level\": {{faker 'number.int' max=99999}},\n \"is_qty_in_pack_fixed\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"list_price\": {{faker 'number.int' max=99999}},\n \"manage_stock\": {{faker 'datatype.boolean'}},\n \"min_quantity\": {{faker 'number.int' max=99999}},\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"mpn\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"short_description\": \"\",\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"tax_class_id\": \"\",\n \"upc\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"wholesale_price\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "1e048ebb-554d-48f2-9512-f0767a2b6e34", "documentation": "Get child items list of specific product(s).", "method": "get", "endpoint": "product.child_item.list.json", "responses": [ { "uuid": "a0b044c1-fa17-4a28-b17a-8f7761ea6cb6", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"children\": [\n {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"allow_backorders\": {{faker 'datatype.boolean'}},\n \"avail_for_sale\": {{faker 'datatype.boolean'}},\n \"combination\": [\n {\n \"option_id\": \"\",\n \"option_value_id\": \"\"\n }\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"default_price\": {{faker 'number.int' max=99999}},\n \"default_qty_in_pack\": {{faker 'number.int' max=99999}},\n \"dimensions_unit\": \"\",\n \"ean\": \"\",\n \"full_description\": \"\",\n \"gtin\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"inventory_level\": {{faker 'number.int' max=99999}},\n \"is_qty_in_pack_fixed\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"list_price\": {{faker 'number.int' max=99999}},\n \"manage_stock\": {{faker 'datatype.boolean'}},\n \"min_quantity\": {{faker 'number.int' max=99999}},\n \"modified_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"mpn\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"short_description\": \"\",\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"tax_class_id\": \"\",\n \"upc\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"wholesale_price\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"custom_fields\": {},\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "db40d0da-85d3-4560-aa2e-b2fca47646f4", "documentation": "Count products in store.", "method": "get", "endpoint": "product.count.json", "responses": [ { "uuid": "74b3151b-04c6-428d-af4f-1a29bcf33063", "body": "{\n \"result\": {\n \"products_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "8564f735-3cb2-46a5-b97b-dc2237c5f0a0", "documentation": "Add currency and/or set default in store", "method": "post", "endpoint": "product.currency.add.json", "responses": [ { "uuid": "45fdbfc4-deae-4243-b272-8ff2c3acc950", "body": "{\n \"result\": {\n \"currency_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "b7b5f2c8-a840-43d6-9f1b-53c234e4b28c", "documentation": "Get list of currencies", "method": "get", "endpoint": "product.currency.list.json", "responses": [ { "uuid": "6c087a72-5388-474f-b6f7-a9dedf3e5a89", "body": "{\n \"result\": {\n \"currency\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"default\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"rate\": {{faker 'number.int' max=99999}},\n \"symbol_left\": \"\",\n \"symbol_right\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5d6e1101-8cd1-4fd3-9c02-65839132139b", "documentation": "Product delete", "method": "delete", "endpoint": "product.delete.json", "responses": [ { "uuid": "7b845659-1ec6-4d8a-8823-2a7cd95d6814", "body": "{\n \"result\": {\n \"delete_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a331ce93-b22c-45db-bb3e-ea10d1019f34", "documentation": "Retrieve all available fields for product item in store.", "method": "get", "endpoint": "product.fields.json", "responses": [ { "uuid": "67e60ab9-ff4b-4d0d-b488-baf4f891e674", "body": "{\n \"result\": {},\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "dff87c40-071c-429d-86e6-c4cc892ea06c", "documentation": "Search product in store catalog. \"Apple\" is specified here by default.", "method": "get", "endpoint": "product.find.json", "responses": [ { "uuid": "970b0b20-527b-477a-8133-c44f9abd9a41", "body": "{\n \"result\": {\n \"product\": [\n {\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "8973c1fe-0e28-4356-8177-b6c9ec86231c", "documentation": "Add image to product", "method": "post", "endpoint": "product.image.add.json", "responses": [ { "uuid": "85de70e4-edd4-43d2-93ab-bcaa48b0adc3", "body": "{\n \"result\": {\n \"id\": \"\",\n \"image_path\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "284cd63c-ea41-40a7-9b70-7997196cd6a5", "documentation": "Delete image", "method": "delete", "endpoint": "product.image.delete.json", "responses": [ { "uuid": "f7edf496-c4cc-4549-9463-13f67d9ac4c0", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "3adcea3b-39ba-4df6-94a8-30cc023641cb", "documentation": "Update details of image", "method": "put", "endpoint": "product.image.update.json", "responses": [ { "uuid": "0e4c96d8-d6c7-40cd-a792-f18443b238cd", "body": "{\n \"result\": {\n \"updated\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a64b4607-f704-481d-93cd-7ee9562fc128", "documentation": "Get product info about product ID *** or specify other product ID.", "method": "get", "endpoint": "product.info.json", "responses": [ { "uuid": "f7fc16fd-db85-478d-bf0a-a26a565013e7", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avail_sale\": {{faker 'datatype.boolean'}},\n \"avail_view\": {{faker 'datatype.boolean'}},\n \"backorders\": \"\",\n \"categories_ids\": [\n \"\"\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"dimensions_unit\": \"\",\n \"group_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"expire_time\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"start_time\": \"\",\n \"store_id\": \"\"\n }\n ],\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"is_downloadable\": {{faker 'datatype.boolean'}},\n \"is_stock_managed\": {{faker 'datatype.boolean'}},\n \"is_virtual\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"manage_stock\": \"\",\n \"meta_description\": \"\",\n \"meta_keywords\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_options\": [\n {\n \"additional_fields\": {},\n \"available\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"option_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"product_option_item_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type_price\": \"\",\n \"weight\": \"\"\n }\n ],\n \"product_option_id\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}}\n }\n ],\n \"quantity\": {{faker 'number.int' max=99999}},\n \"related_products_ids\": [\n \"\"\n ],\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"special_price\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"expired_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"stores_ids\": [\n \"\"\n ],\n \"tax_class_id\": \"\",\n \"tier_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"price\": {{faker 'number.int' max=99999}},\n \"qty\": {{faker 'number.int' max=99999}}\n }\n ],\n \"type\": \"\",\n \"u_brand\": \"\",\n \"u_brand_id\": \"\",\n \"u_model\": \"\",\n \"u_mpn\": \"\",\n \"u_sku\": \"\",\n \"u_upc\": \"\",\n \"url\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "9e61a222-1ea8-41ae-83d6-a1529a3bcf2a", "documentation": "Get list of products from your store. Returns 10 products by default.", "method": "get", "endpoint": "product.list.json", "responses": [ { "uuid": "087331fa-b269-4224-8580-d3ccca66e2f7", "body": "{\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"pagination\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"next\": \"\",\n \"previous\": \"\"\n },\n \"result\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"product\": [\n {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avail_sale\": {{faker 'datatype.boolean'}},\n \"avail_view\": {{faker 'datatype.boolean'}},\n \"backorders\": \"\",\n \"categories_ids\": [\n \"\"\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"dimensions_unit\": \"\",\n \"group_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"expire_time\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"start_time\": \"\",\n \"store_id\": \"\"\n }\n ],\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"is_downloadable\": {{faker 'datatype.boolean'}},\n \"is_stock_managed\": {{faker 'datatype.boolean'}},\n \"is_virtual\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"manage_stock\": \"\",\n \"meta_description\": \"\",\n \"meta_keywords\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_options\": [\n {\n \"additional_fields\": {},\n \"available\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"option_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"product_option_item_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type_price\": \"\",\n \"weight\": \"\"\n }\n ],\n \"product_option_id\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}}\n }\n ],\n \"quantity\": {{faker 'number.int' max=99999}},\n \"related_products_ids\": [\n \"\"\n ],\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"special_price\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"expired_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"stores_ids\": [\n \"\"\n ],\n \"tax_class_id\": \"\",\n \"tier_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"price\": {{faker 'number.int' max=99999}},\n \"qty\": {{faker 'number.int' max=99999}}\n }\n ],\n \"type\": \"\",\n \"u_brand\": \"\",\n \"u_brand_id\": \"\",\n \"u_model\": \"\",\n \"u_mpn\": \"\",\n \"u_sku\": \"\",\n \"u_upc\": \"\",\n \"url\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"products_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "6169bae8-9d04-4180-9741-c7ddb560ba9b", "documentation": "Add manufacturer to store and assign to product", "method": "post", "endpoint": "product.manufacturer.add.json", "responses": [ { "uuid": "ca166e27-6607-488f-acdf-ec6dd3c587fd", "body": "{\n \"result\": {\n \"manufacturer_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "edf4f50f-c61a-4e9a-8852-dc1dc456e4e0", "documentation": "Add product option from store.", "method": "post", "endpoint": "product.option.add.json", "responses": [ { "uuid": "680aa46d-931c-460c-b91d-2af4013acff8", "body": "{\n \"result\": {\n \"option_id\": \"\",\n \"product_option_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "205d9c22-84aa-44b2-8629-0b2f66c4004d", "documentation": "Assign option from product.", "method": "post", "endpoint": "product.option.assign.json", "responses": [ { "uuid": "03318fe3-5983-4b2a-ab49-a3017b28a9a5", "body": "{\n \"result\": {\n \"product_option_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "61f2654d-46fa-41f0-8eb1-dafefb2f01d0", "documentation": "Get list of options.", "method": "get", "endpoint": "product.option.list.json", "responses": [ { "uuid": "3bc1a070-c8bc-4719-a70c-ed438fdfb862", "body": "{\n \"result\": {\n \"option\": [\n {\n \"additional_fields\": {},\n \"available\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"option_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"product_option_item_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type_price\": \"\",\n \"weight\": \"\"\n }\n ],\n \"product_option_id\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}}\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "f2cc71ab-bccf-4d81-a993-0517e94e38df", "documentation": "Add product option item from option.", "method": "post", "endpoint": "product.option.value.add.json", "responses": [ { "uuid": "729bf63d-de45-47d0-8d8d-67587cde0ab8", "body": "{\n \"result\": {\n \"option_value_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5ebc08bc-2c5c-4196-b092-7d22ddbe5695", "documentation": "Assign product option item from product.", "method": "post", "endpoint": "product.option.value.assign.json", "responses": [ { "uuid": "1d48b766-6eed-4c9d-9ad1-aaf99918fc5d", "body": "{\n \"result\": {\n \"product_option_value_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "441496f4-cce6-4cc9-a94c-49be865317d8", "documentation": "Update product option item from option.", "method": "put", "endpoint": "product.option.value.update.json", "responses": [ { "uuid": "14d57f55-f5ef-4f6a-b96c-2d46a5436eb6", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "910ff2c3-fd68-4385-9109-863683c018ad", "documentation": "Add some prices to the product.", "method": "post", "endpoint": "product.price.add.json", "responses": [ { "uuid": "77ce68a5-04bd-4d7c-abcc-33cff7b15815", "body": "{\n \"result\": {\n \"status\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "5ca45e37-2739-4e2c-a355-632fd9beaa4a", "documentation": "Delete some prices of the product", "method": "delete", "endpoint": "product.price.delete.json", "responses": [ { "uuid": "d66a6bca-09ce-4e7a-9840-28abce98f9cf", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "e9a25851-ffbb-412c-90c1-914a0ccdcf5d", "documentation": "Update some prices of the product.", "method": "put", "endpoint": "product.price.update.json", "responses": [ { "uuid": "8fb0ce17-c8a3-455a-b486-479dcea44d9c", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "036c245d-bf46-4ebf-bd9f-18b9549df696", "documentation": "Get reviews of a specific product.", "method": "get", "endpoint": "product.review.list.json", "responses": [ { "uuid": "e84f8df9-dd88-499c-80f0-8f460b6f1587", "body": "{\n \"result\": {\n \"reviews\": [\n {\n \"additional_fields\": {},\n \"created_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"customer_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"nick_name\": \"\",\n \"product_id\": \"\",\n \"rating\": {{faker 'number.int' max=99999}},\n \"ratings\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"status\": \"\",\n \"summary\": \"\"\n }\n ],\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "b9b63e25-f596-4a51-b7c1-5b953d4a16f5", "documentation": "Assign product to store", "method": "post", "endpoint": "product.store.assign.json", "responses": [ { "uuid": "9760f79c-bfc9-410f-bbf9-921319181ce8", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "044fa821-6fb8-4900-9a8d-c39ca873ca8b", "documentation": "Add tax class and tax rate to store and assign to product.", "method": "post", "endpoint": "product.tax.add.json", "responses": [ { "uuid": "3dff4764-d9a7-4451-b439-061f135428e4", "body": "{\n \"result\": {\n \"tax_class_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4dddea0f-6910-4ab1-8df3-5766e9f5a0be", "documentation": "Update price and quantity for a specific product", "method": "put", "endpoint": "product.update.json", "responses": [ { "uuid": "7e0500f6-7bf9-4f6d-bfa7-269da77ef6d0", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "f1825e7d-82ac-4990-90c0-6e05a7aebf65", "documentation": "Add variant to product.", "method": "post", "endpoint": "product.variant.add.json", "responses": [ { "uuid": "9396e849-2555-4222-824a-fe6479c050fe", "body": "{\n \"result\": {\n \"product_variant_id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "19f58377-92e3-449c-a305-f9211e0bb4ea", "documentation": "Get count variants.", "method": "get", "endpoint": "product.variant.count.json", "responses": [ { "uuid": "8d266305-951f-4809-937e-5b4030dce3fb", "body": "{\n \"result\": {\n \"variants_count\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "d156917c-078c-4f06-bcb5-41d1b334a76b", "documentation": "Delete variant.", "method": "delete", "endpoint": "product.variant.delete.json", "responses": [ { "uuid": "506ee2ba-6666-4097-bc1a-bfedcc5a62aa", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "335142e5-fb75-4c0f-bf05-c5c4be4a9a6b", "documentation": "Add image to product", "method": "post", "endpoint": "product.variant.image.add.json", "responses": [ { "uuid": "9e03525d-f7ad-4926-9220-3ec1add10a6c", "body": "{\n \"result\": {\n \"id\": \"\",\n \"image_path\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a47698ff-7524-4db3-88a5-0502fdf7c9b8", "documentation": "Get variant info.", "method": "get", "endpoint": "product.variant.info.json", "responses": [ { "uuid": "96d9dd7c-b1a8-4eaf-af6d-90140406d6e5", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avail_sale\": {{faker 'datatype.boolean'}},\n \"avail_view\": {{faker 'datatype.boolean'}},\n \"backorders\": \"\",\n \"categories_ids\": [\n \"\"\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"dimensions_unit\": \"\",\n \"group_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"expire_time\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"start_time\": \"\",\n \"store_id\": \"\"\n }\n ],\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"is_downloadable\": {{faker 'datatype.boolean'}},\n \"is_stock_managed\": {{faker 'datatype.boolean'}},\n \"is_virtual\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"manage_stock\": \"\",\n \"meta_description\": \"\",\n \"meta_keywords\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_options\": [\n {\n \"additional_fields\": {},\n \"available\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"option_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"product_option_item_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type_price\": \"\",\n \"weight\": \"\"\n }\n ],\n \"product_option_id\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}}\n }\n ],\n \"quantity\": {{faker 'number.int' max=99999}},\n \"related_products_ids\": [\n \"\"\n ],\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"special_price\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"expired_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"stores_ids\": [\n \"\"\n ],\n \"tax_class_id\": \"\",\n \"tier_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"price\": {{faker 'number.int' max=99999}},\n \"qty\": {{faker 'number.int' max=99999}}\n }\n ],\n \"type\": \"\",\n \"u_brand\": \"\",\n \"u_brand_id\": \"\",\n \"u_model\": \"\",\n \"u_mpn\": \"\",\n \"u_sku\": \"\",\n \"u_upc\": \"\",\n \"url\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "62ca8595-393b-499e-b0da-c3a1d211bb51", "documentation": "Get list variants.", "method": "get", "endpoint": "product.variant.list.json", "responses": [ { "uuid": "e332cd91-1539-4e38-aac0-c866c1846a96", "body": "{\n \"result\": {\n \"variant\": [\n {\n \"additional_fields\": {},\n \"advanced_price\": [\n {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"expire_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"group_id\": \"\",\n \"id\": \"\",\n \"quantity_from\": {{faker 'number.int' max=99999}},\n \"start_time\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avail_sale\": {{faker 'datatype.boolean'}},\n \"avail_view\": {{faker 'datatype.boolean'}},\n \"backorders\": \"\",\n \"categories_ids\": [\n \"\"\n ],\n \"cost_price\": {{faker 'number.int' max=99999}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"description\": \"\",\n \"dimensions_unit\": \"\",\n \"group_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"expire_time\": \"\",\n \"group_id\": \"\",\n \"id\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"start_time\": \"\",\n \"store_id\": \"\"\n }\n ],\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"images\": [\n {\n \"additional_fields\": {},\n \"alt\": \"\",\n \"avail\": {{faker 'datatype.boolean'}},\n \"create_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"file_name\": \"\",\n \"http_path\": \"\",\n \"id\": \"\",\n \"mime-type\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"size\": {{faker 'number.int' max=99999}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"inventory\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"in_stock\": {{faker 'datatype.boolean'}},\n \"priority\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"warehouse_id\": \"\"\n }\n ],\n \"is_downloadable\": {{faker 'datatype.boolean'}},\n \"is_stock_managed\": {{faker 'datatype.boolean'}},\n \"is_virtual\": {{faker 'datatype.boolean'}},\n \"length\": {{faker 'number.int' max=99999}},\n \"manage_stock\": \"\",\n \"meta_description\": \"\",\n \"meta_keywords\": \"\",\n \"meta_title\": \"\",\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"name\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"product_options\": [\n {\n \"additional_fields\": {},\n \"available\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"option_items\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"price\": \"\",\n \"product_option_item_id\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sku\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type_price\": \"\",\n \"weight\": \"\"\n }\n ],\n \"product_option_id\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"used_in_combination\": {{faker 'datatype.boolean'}}\n }\n ],\n \"quantity\": {{faker 'number.int' max=99999}},\n \"related_products_ids\": [\n \"\"\n ],\n \"seo_url\": \"\",\n \"short_description\": \"\",\n \"sort_order\": {{faker 'number.int' max=99999}},\n \"special_price\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"created_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"custom_fields\": {},\n \"expired_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"modified_at\": {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"format\": \"\",\n \"value\": \"\"\n },\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"stores_ids\": [\n \"\"\n ],\n \"tax_class_id\": \"\",\n \"tier_price\": [\n {\n \"additional_fields\": {},\n \"custom_fields\": {},\n \"price\": {{faker 'number.int' max=99999}},\n \"qty\": {{faker 'number.int' max=99999}}\n }\n ],\n \"type\": \"\",\n \"u_brand\": \"\",\n \"u_brand_id\": \"\",\n \"u_model\": \"\",\n \"u_mpn\": \"\",\n \"u_sku\": \"\",\n \"u_upc\": \"\",\n \"url\": \"\",\n \"weight\": {{faker 'number.int' max=99999}},\n \"weight_unit\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a300a6c3-457b-4ba2-8379-9173c0ba6cd0", "documentation": "Add some prices to the product variant.", "method": "post", "endpoint": "product.variant.price.add.json", "responses": [ { "uuid": "de1dd63e-e882-4a6f-bbb4-c1d532ba5f64", "body": "{\n \"result\": {\n \"status\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "a2e87217-9459-45d5-9856-f6148a011a2d", "documentation": "Delete some prices of the product variant.", "method": "delete", "endpoint": "product.variant.price.delete.json", "responses": [ { "uuid": "61a794f8-7998-42c5-a258-f91151a7366d", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "882acccd-42e4-4045-8906-ad15212e1f20", "documentation": "Update some prices of the product variant.", "method": "put", "endpoint": "product.variant.price.update.json", "responses": [ { "uuid": "11ebc867-a0f3-42f1-8456-658b7147f2f5", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "1fe99144-8f24-4167-b418-e81b90a309af", "documentation": "Update variant.", "method": "put", "endpoint": "product.variant.update.json", "responses": [ { "uuid": "ef21996c-41d1-4a45-acf1-01e7744a3494", "body": "{\n \"result\": {\n \"updated_items\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "0ae935d9-44b3-44bf-92e9-52341c98bbf0", "documentation": "Get subscribers list", "method": "get", "endpoint": "subscriber.list.json", "responses": [ { "uuid": "73f8c4e3-9b50-4d99-9299-d6ea53610e93", "body": "{\n \"result\": {\n \"subscribers\": [\n {\n \"additional_fields\": {},\n \"created_time\": \"\",\n \"custom_fields\": {},\n \"customer_id\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"modified_time\": \"\",\n \"subscribed\": {{faker 'datatype.boolean'}}\n }\n ],\n \"total_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "79cb4b2e-36ba-4bd2-a854-65b023f9960f", "documentation": "Get info about tax", "method": "get", "endpoint": "tax.class.info.json", "responses": [ { "uuid": "aa6be4f8-29b7-4e9e-8783-ade30ce66542", "body": "{\n \"result\": {\n \"additional_fields\": {},\n \"avail\": {{faker 'datatype.boolean'}},\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"tax\": {{faker 'number.int' max=99999}},\n \"tax_rates\": [\n {\n \"additional_fields\": {},\n \"address\": [\n \"\"\n ],\n \"cities\": [\n \"\"\n ],\n \"countries\": [\n \"\"\n ],\n \"custom_fields\": {},\n \"id\": \"\",\n \"name\": \"\",\n \"tax\": {{faker 'number.int' max=99999}},\n \"tax_based_on\": \"\",\n \"tax_type\": {{faker 'number.int' max=99999}},\n \"zip_codes\": [\n \"\"\n ]\n }\n ],\n \"tax_type\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "20c8f208-e3cd-4a2d-831e-52c57f16f241", "documentation": "Count registered webhooks on the store.", "method": "get", "endpoint": "webhook.count.json", "responses": [ { "uuid": "cf41bdd1-320f-4910-9c74-337488be722a", "body": "{\n \"result\": {\n \"webhook_count\": {{faker 'number.int' max=99999}}\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "dab0e6ae-e4af-4863-b200-ac4bdcdf9e39", "documentation": "Create webhook on the store and subscribe to it.", "method": "post", "endpoint": "webhook.create.json", "responses": [ { "uuid": "8b97f71f-8a77-48ec-8d9c-115bb8badef1", "body": "{\n \"result\": {\n \"id\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "d82f9994-09cf-4926-85a3-6fa51eeb6314", "documentation": "Delete registered webhook on the store.", "method": "delete", "endpoint": "webhook.delete.json", "responses": [ { "uuid": "422c9d26-0b0a-4411-a364-1304c6227317", "body": "{\n \"result\": {\n \"deleted\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4c56af9a-e426-4d73-9a59-410151b6dc32", "documentation": "List all Webhooks that are available on this store.", "method": "get", "endpoint": "webhook.events.json", "responses": [ { "uuid": "39269622-2d48-4ab6-b594-76607c05b114", "body": "{\n \"result\": {\n \"events\": [\n {\n \"action\": \"\",\n \"entity\": \"\",\n \"webhook_name\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "4a85d48b-c320-4be0-bfcb-69428776a289", "documentation": "List registered webhook on the store.", "method": "get", "endpoint": "webhook.list.json", "responses": [ { "uuid": "4b6ef431-0c2b-4c48-80d7-82eb8cd09a02", "body": "{\n \"result\": {\n \"webhook\": [\n {\n \"action\": \"\",\n \"active\": {{faker 'datatype.boolean'}},\n \"additional_fields\": {},\n \"callback\": \"\",\n \"created_at\": \"\",\n \"custom_fields\": {},\n \"entity\": \"\",\n \"fields\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"store_id\": \"\",\n \"updated_at\": \"\"\n }\n ]\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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": "86e02f96-dd83-414b-bc46-a95c51c86665", "documentation": "Update Webhooks parameters.", "method": "put", "endpoint": "webhook.update.json", "responses": [ { "uuid": "3301e7c9-982c-45a9-82e3-a3b53430bb75", "body": "{\n \"result\": {\n \"updated\": \"\"\n },\n \"return_code\": {{faker 'number.int' max=99999}},\n \"return_message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "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" } ], "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": "7d2ab9d0-46cb-485e-b3b9-f70b565f0702" }, { "type": "route", "uuid": "12149f26-7ca5-4bd0-8cdb-32fdafc729bc" }, { "type": "route", "uuid": "ceed5884-0a81-4d41-8579-f7b82d98789b" }, { "type": "route", "uuid": "5263d08e-7516-486a-8871-19642a088b0e" }, { "type": "route", "uuid": "e768dc7a-9411-493a-81dc-405dea95bb21" }, { "type": "route", "uuid": "afca7295-c105-43be-a9d5-c78b43365a47" }, { "type": "route", "uuid": "aaec797c-c099-420b-b59a-390bcc707c45" }, { "type": "route", "uuid": "89568f2c-8ed2-4dcd-b072-828b2e97c73b" }, { "type": "route", "uuid": "68fc3825-6743-46a1-b1dd-9360c7d7fe94" }, { "type": "route", "uuid": "306a88a8-76b0-4c13-8e6e-60c233788ed2" }, { "type": "route", "uuid": "bcea1de1-c6e6-46e9-ab04-ef145c1228be" }, { "type": "route", "uuid": "0097a576-6702-47c3-b4a9-ec7b6d4ab6ca" }, { "type": "route", "uuid": "3b91ee14-a8e4-4c46-93e1-0a5ad97a9d8b" }, { "type": "route", "uuid": "691151a2-aae8-44d0-8495-24cf9bdea920" }, { "type": "route", "uuid": "eed33649-c46d-46b9-8576-35b14fca76b6" }, { "type": "route", "uuid": "b45b4a2f-2de8-48d0-90b8-e477f5226318" }, { "type": "route", "uuid": "8c99e900-bf3a-4090-bab9-75c01b67c60d" }, { "type": "route", "uuid": "2a3633a9-b445-4d4f-9760-2397074b7fad" }, { "type": "route", "uuid": "87276caf-9e5b-470d-a53d-26f194da6b7a" }, { "type": "route", "uuid": "41e9bd38-0509-48fb-9efd-41ab896f90c4" }, { "type": "route", "uuid": "037da6d5-7473-4208-96ed-bcee565dcd0c" }, { "type": "route", "uuid": "666ccda7-eb8a-4227-a0a8-8a0ddb2f683d" }, { "type": "route", "uuid": "9aaacf82-a699-4ad0-87d3-ce7af6cc454c" }, { "type": "route", "uuid": "aff4fc91-c3e8-411e-8a6b-78bd4a43a30f" }, { "type": "route", "uuid": "b31f4e88-2617-4a11-aaa7-53a2aaa957c9" }, { "type": "route", "uuid": "c71c20b7-e399-4421-a2f2-c7114ac49da9" }, { "type": "route", "uuid": "5050cbd6-1f49-4e98-adc4-3157f5e56ded" }, { "type": "route", "uuid": "50121e93-141c-402d-8258-82c65f4cbdde" }, { "type": "route", "uuid": "ea99c536-3a1d-4c7f-a21f-0385a07a12a7" }, { "type": "route", "uuid": "179636cc-6217-48cb-824c-6e4102ece94a" }, { "type": "route", "uuid": "29d08c48-ea65-4af0-8d18-d2cc117dd609" }, { "type": "route", "uuid": "ba239f14-69b9-4317-b6f0-4471b1491208" }, { "type": "route", "uuid": "1b53056a-d290-4e7c-8d65-dc2a5e4de549" }, { "type": "route", "uuid": "3968100c-12da-4ae4-af04-b97967df554b" }, { "type": "route", "uuid": "e32e5baf-8c0a-4cd4-bac1-e93de160ffc0" }, { "type": "route", "uuid": "68d14597-d3af-49ce-996f-7015a965cc56" }, { "type": "route", "uuid": "6d8ee006-44bc-46ad-9869-99f45460297c" }, { "type": "route", "uuid": "a93a36b5-529a-42cd-89b7-3dca2d36c6d2" }, { "type": "route", "uuid": "0cddf150-a895-4892-a495-a5c616459721" }, { "type": "route", "uuid": "2c8cd267-1b6f-4568-b79a-a163124d4dbe" }, { "type": "route", "uuid": "ac1646ce-5497-4591-8c8d-ced28632b6f7" }, { "type": "route", "uuid": "ee588723-5e6c-48f7-84f2-19d932a6188a" }, { "type": "route", "uuid": "ef74d98f-1be9-433a-ac9d-74cebbd1e6ad" }, { "type": "route", "uuid": "d486c1aa-c06e-41d6-aede-b744107d32d3" }, { "type": "route", "uuid": "cec47eae-168b-49db-99b2-bfd81c11b249" }, { "type": "route", "uuid": "85e8384b-fc73-415b-bfd7-cae3914cb524" }, { "type": "route", "uuid": "44f077cf-06ae-498c-b75f-b2b6f54bef9d" }, { "type": "route", "uuid": "4510e49e-3f0b-47e1-b026-cfd4a7d001f3" }, { "type": "route", "uuid": "50a3190b-ec3c-4791-a575-bee6c41a21c0" }, { "type": "route", "uuid": "40762ba7-7e12-496e-8935-f485119f8268" }, { "type": "route", "uuid": "27978200-615d-4e67-82ec-9e4aa5cf73cd" }, { "type": "route", "uuid": "188d76d9-9c9b-45f7-ac8d-fc2d5c6ef82a" }, { "type": "route", "uuid": "f765f5fe-ee87-4d01-8a41-686ad2cb00cb" }, { "type": "route", "uuid": "40141ea1-3f3e-468a-95d6-7bc99f679ced" }, { "type": "route", "uuid": "bb4a516e-ae95-4afc-b43a-6506fc1c986d" }, { "type": "route", "uuid": "78594310-a832-46b3-990f-bcd22567aa2f" }, { "type": "route", "uuid": "ca88b818-70fa-422e-aa12-b22b15795149" }, { "type": "route", "uuid": "15d0ae68-76a6-4f71-b6b6-02c13cf47440" }, { "type": "route", "uuid": "e61041dc-ccea-42bb-8731-0396ec676174" }, { "type": "route", "uuid": "69929872-e734-4f11-9666-a7576714a71b" }, { "type": "route", "uuid": "81348f97-2715-403f-ab1d-4ba5592ee34b" }, { "type": "route", "uuid": "c5c431a7-d8d5-49c2-a010-b795fea05861" }, { "type": "route", "uuid": "b21371a8-b509-4703-ae8a-3032c8d82a43" }, { "type": "route", "uuid": "dfac0041-c168-4c78-9b90-1ef225e75251" }, { "type": "route", "uuid": "4205513f-41bd-4927-a36e-01afef18d8c6" }, { "type": "route", "uuid": "729c34c6-72cd-4cc4-9a1b-19401b85f4d9" }, { "type": "route", "uuid": "d8d8477f-91cd-4c7b-bb9c-2697fc6cbd84" }, { "type": "route", "uuid": "df11eb82-14fa-4b8e-9887-4982bc33463b" }, { "type": "route", "uuid": "440bff0f-9834-4617-9710-0f351b3c0ddd" }, { "type": "route", "uuid": "0034ed82-99c1-42a4-9d31-6cdcef83d7ab" }, { "type": "route", "uuid": "6cee53c0-ed73-4209-b396-3fc3c3ade39f" }, { "type": "route", "uuid": "1cec04fb-5ccf-469f-97fe-baddcb2244aa" }, { "type": "route", "uuid": "5e4c5368-d559-48c3-8ec2-58b569d1583d" }, { "type": "route", "uuid": "9117c75f-0293-4f24-8c94-13711c4febb8" }, { "type": "route", "uuid": "c8e8f2ea-be1d-430f-8c5f-d52b8ecbb46a" }, { "type": "route", "uuid": "1ec72524-e488-4f58-b2c8-2cef8b4582a4" }, { "type": "route", "uuid": "db4117ee-d12a-401e-857a-1fd42035931a" }, { "type": "route", "uuid": "919bef93-f847-48c1-bec6-0c02bdc4ee26" }, { "type": "route", "uuid": "3a33d31b-6aed-485c-a2e9-143b3cf8830c" }, { "type": "route", "uuid": "f61fd5f9-d590-49fa-95d2-66c797d6ed4c" }, { "type": "route", "uuid": "d14d8d1e-6899-4c9a-b5ff-27acc9acdb01" }, { "type": "route", "uuid": "4511d6eb-ccc6-403e-8a27-add6926df789" }, { "type": "route", "uuid": "c5ff5371-4214-42e9-9d10-27a0ca713fdc" }, { "type": "route", "uuid": "891ef84d-8671-4e30-8163-3b27e6dfda46" }, { "type": "route", "uuid": "ca3baaf4-83f4-4f47-a854-d3302db022d1" }, { "type": "route", "uuid": "4ec9ac57-4cd1-4741-84c7-77d36019778f" }, { "type": "route", "uuid": "2c2ff202-126b-48d5-b26b-7797dcd302d1" }, { "type": "route", "uuid": "2852a066-b7a5-404a-b6eb-4d09b07b9297" }, { "type": "route", "uuid": "382c97ab-13be-4710-a1cc-a03ac61efd29" }, { "type": "route", "uuid": "4269964e-cd19-43ed-a009-cae7d925fc49" }, { "type": "route", "uuid": "c3c99b90-ddbb-413d-a552-2ad1a8063006" }, { "type": "route", "uuid": "723fb536-f44b-40f9-9433-0b65cf4bd890" }, { "type": "route", "uuid": "e97dd2a5-1033-4ec7-b248-cb6635b9b7e9" }, { "type": "route", "uuid": "8bf5b9b4-0f5a-4be3-8f82-4b838ebcc3d1" }, { "type": "route", "uuid": "82d5da95-e603-445b-ac82-1e7826344b38" }, { "type": "route", "uuid": "033be360-aa3e-463c-bbcb-9442fa710aed" }, { "type": "route", "uuid": "88c81c45-110f-49d4-99c3-e0fe38b9666b" }, { "type": "route", "uuid": "7676feed-327f-4170-8c57-c9a6d129d9ef" }, { "type": "route", "uuid": "1e048ebb-554d-48f2-9512-f0767a2b6e34" }, { "type": "route", "uuid": "db40d0da-85d3-4560-aa2e-b2fca47646f4" }, { "type": "route", "uuid": "8564f735-3cb2-46a5-b97b-dc2237c5f0a0" }, { "type": "route", "uuid": "b7b5f2c8-a840-43d6-9f1b-53c234e4b28c" }, { "type": "route", "uuid": "5d6e1101-8cd1-4fd3-9c02-65839132139b" }, { "type": "route", "uuid": "a331ce93-b22c-45db-bb3e-ea10d1019f34" }, { "type": "route", "uuid": "dff87c40-071c-429d-86e6-c4cc892ea06c" }, { "type": "route", "uuid": "8973c1fe-0e28-4356-8177-b6c9ec86231c" }, { "type": "route", "uuid": "284cd63c-ea41-40a7-9b70-7997196cd6a5" }, { "type": "route", "uuid": "3adcea3b-39ba-4df6-94a8-30cc023641cb" }, { "type": "route", "uuid": "a64b4607-f704-481d-93cd-7ee9562fc128" }, { "type": "route", "uuid": "9e61a222-1ea8-41ae-83d6-a1529a3bcf2a" }, { "type": "route", "uuid": "6169bae8-9d04-4180-9741-c7ddb560ba9b" }, { "type": "route", "uuid": "edf4f50f-c61a-4e9a-8852-dc1dc456e4e0" }, { "type": "route", "uuid": "205d9c22-84aa-44b2-8629-0b2f66c4004d" }, { "type": "route", "uuid": "61f2654d-46fa-41f0-8eb1-dafefb2f01d0" }, { "type": "route", "uuid": "f2cc71ab-bccf-4d81-a993-0517e94e38df" }, { "type": "route", "uuid": "5ebc08bc-2c5c-4196-b092-7d22ddbe5695" }, { "type": "route", "uuid": "441496f4-cce6-4cc9-a94c-49be865317d8" }, { "type": "route", "uuid": "910ff2c3-fd68-4385-9109-863683c018ad" }, { "type": "route", "uuid": "5ca45e37-2739-4e2c-a355-632fd9beaa4a" }, { "type": "route", "uuid": "e9a25851-ffbb-412c-90c1-914a0ccdcf5d" }, { "type": "route", "uuid": "036c245d-bf46-4ebf-bd9f-18b9549df696" }, { "type": "route", "uuid": "b9b63e25-f596-4a51-b7c1-5b953d4a16f5" }, { "type": "route", "uuid": "044fa821-6fb8-4900-9a8d-c39ca873ca8b" }, { "type": "route", "uuid": "4dddea0f-6910-4ab1-8df3-5766e9f5a0be" }, { "type": "route", "uuid": "f1825e7d-82ac-4990-90c0-6e05a7aebf65" }, { "type": "route", "uuid": "19f58377-92e3-449c-a305-f9211e0bb4ea" }, { "type": "route", "uuid": "d156917c-078c-4f06-bcb5-41d1b334a76b" }, { "type": "route", "uuid": "335142e5-fb75-4c0f-bf05-c5c4be4a9a6b" }, { "type": "route", "uuid": "a47698ff-7524-4db3-88a5-0502fdf7c9b8" }, { "type": "route", "uuid": "62ca8595-393b-499e-b0da-c3a1d211bb51" }, { "type": "route", "uuid": "a300a6c3-457b-4ba2-8379-9173c0ba6cd0" }, { "type": "route", "uuid": "a2e87217-9459-45d5-9856-f6148a011a2d" }, { "type": "route", "uuid": "882acccd-42e4-4045-8906-ad15212e1f20" }, { "type": "route", "uuid": "1fe99144-8f24-4167-b418-e81b90a309af" }, { "type": "route", "uuid": "0ae935d9-44b3-44bf-92e9-52341c98bbf0" }, { "type": "route", "uuid": "79cb4b2e-36ba-4bd2-a854-65b023f9960f" }, { "type": "route", "uuid": "20c8f208-e3cd-4a2d-831e-52c57f16f241" }, { "type": "route", "uuid": "dab0e6ae-e4af-4863-b200-ac4bdcdf9e39" }, { "type": "route", "uuid": "d82f9994-09cf-4926-85a3-6fa51eeb6314" }, { "type": "route", "uuid": "4c56af9a-e426-4d73-9a59-410151b6dc32" }, { "type": "route", "uuid": "4a85d48b-c320-4be0-bfcb-69428776a289" }, { "type": "route", "uuid": "86e02f96-dd83-414b-bc46-a95c51c86665" } ] }