{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test merchant API", "version": "1.0.0" }, "items": [ { "info": { "name": "merchant", "type": "folder" }, "items": [ { "info": { "name": "Read Authorized Merchants", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/merchants/", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read Authorized Merchants" }, { "info": { "name": "Get Merchant", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Merchant" }, { "info": { "name": "Update Column Settings", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/merchants/:merchant_id/column-settings", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Column Settings" }, { "info": { "name": "Update Variant Group By Name", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/merchants/:merchant_id/variant_group_by_name", "params": [ { "name": "merchant_id", "value": "", "type": "path" }, { "name": "variant_group_by_name", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Variant Group By Name" }, { "info": { "name": "Get Shopify Ingestion Status", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/merchants/:merchant_id/ingestion-status", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Shopify Ingestion Status" }, { "info": { "name": "Get Storefront Password Protected", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/merchants/:merchant_id/storefront-password-protected", "params": [ { "name": "merchant_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Storefront Password Protected" } ] } ], "bundled": true }