setMarketplaceUrl
Sets the base URL for a marketplace.
This page contains
Arguments
| input SetMarketplaceUrlInput! PREVIEW | Input parameters for setMarketplaceUrl. |
SetMarketplaceUrlInput fields
| id ID! | Target marketplace identifier. |
| url URL! | Base URL to set for the marketplace. |
Return Fields
| marketplace Marketplace PREVIEW | The marketplace when the URL was set successfully. Null when userErrors is non-empty. |
| userErrors [SetMarketplaceUrlError!] PREVIEW | Business validation errors. Empty when the URL was set successfully. |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.