namespace Nop.Plugin.Misc.Zettle.Domain.Api.Product; /// /// Represents base request to Product API /// public abstract class ProductApiRequest : ApiRequest, IAuthorizedRequest { /// /// Gets the request base URL /// public override string BaseUrl => "https://products.izettle.com/"; }