API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Reseller Support
Reseller Support
Chosen image
Home/Reseller Support/Manuals/Block or activate a seller

Block or activate sellers

What is the "Block" feature?

The new Admin Portal's "Block" feature allows you to block sellers, which is an effective tool for managing access to the Admin Portal and maintaining a secure and trustworthy community of consumers.

All requests to the Admin Portal API, including authorization tokens, password recovery, and activation requests, are prohibited.

The blocking restrictions will remain in effect until you cancel them with the "Activate" feature.

Block or activate a seller

1. Go to the Sellers section in the Admin Portal.

The new page will open, and you can do the remaining steps there.

2. Find the seller you need using the filters.

3. Scroll the page on the right and click the three dots.

4. Select Block.

The seller will be blocked.

Click Activate if you need to unblock the seller in step #4.

Check if a seller is blocked or active

1. Go to the Sellers section in the Admin Portal.

2. Find the seller you need by using the filters.

3. Check the value of the seller in the "Blocked" column.

Blocked column
  • If the status is "true", the seller is blocked and cannot access the account and products.
  • If the status is "false", the seller is active and has access to the account and products.

Was this article helpful?

// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });