The technical preparation of the addon is one thing. To present it correctly to our clients is another. We can help you with that too.
Go to articleBasic information about our API – it is REST, we communicate in JSON format, and you need to include an API access token in the header for authorization. It is not freely available, it can only be used by addons.
Go to articleThe first step to create a addon is to enter it via the GUI in your API Partner section. Here you enter labels and images, as well as various settings, including the access rights. When approving the addon, you will work with our Partner Manager, who will provide advice and approve the addon.
Go to articleThe user can only install the addon in the doplnky.shoptet.cz marketplace. The installation is online and the user sees the result immediately. The addon developer must write an installation routine that does the installation and obtains an access token to access the API.
Go to articleFor security reasons, temporary tokens, valid for 30 minutes, are used for API calls. You must request a new one before the first call and after it expires.
Go to articleShoptet saves the product images in their original size and then prepares several sizes for standardized usage (called image cuts). These cuts are created in […]
Go to articleBoth Shoptet and its API allow you to insert custom HTML into the template code, at predefined locations. Typical uses of this possibility include custom graphic editing, marketing and measurement codes.
Go to articleWebhooks are calls by the developer of an URL input using the HTTPS protocol, placed in the instant, when the e-shop encounters a specific event, for example the creation of a new order.
Go to articleInstructions on how to convert a page with custom addon settings, overviews, or addon statistics directly to Shoptet administration by means of iframe. The e-shop operator can access them directly from the e-shop menu.
Go to articleThe order creation endpoint will allow you to place a new order in Shoptet. Here you will learn more about this useful feature.
Go to articleThe user may choose not to use the addon anymore, and uninstall it in the e-shop administration, or terminate the entire e-shop. You may need to respond to this, deactivate this user’s account and processes on your side too.
Go to articleIn rare cases, a OAuth Access Token can be paused, which is a condition where the addon remains installed and billing continues, but API requests […]
Go to articleThe implementation of a payment gateway is a specific process that uses multiple API functions and links with Shoptet in the areas of payment methods and the order process. This article will take you through all the steps needed to implement the payment gateway.
Go to articleIf you need to save the settings for individual installation of a addon, the Shoptet OAuth server can be used to identify the e-shop’s administrators. You do not have to address the user passwords, and you enable the e-shop operators to use the same credentials.
Go to articleSome API requests cannot be answered instantly, because their processing (such as products images upload) or results generation (such as full snapshot of all products) […]
Go to articleThis document describes all necessary steps to implement an addon providing a new shipping method. Such a shipping method can be very flexible in offering […]
Go to article