PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.10.21
ووسلام – همگام سازی ووکامرس و باسلام v1.10.21
1.10.21 1.10.19 1.10.20 1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 All 54 releases
← All changes | includes/Config/Endpoints.php +3 -0 1.10.141.10.21 View file →
@@ -56,8 +56,11 @@
56 56
57 57 /** GET commission percentage */
58 58 const COMMISSION = self::CORE_BASE . '/api_v2/commission/get_percent';
59 59
60 + /** GET commission percentage for an existing product — sprintf($url, $basalamProductId) */
61 + const PRODUCT_COMMISSION = self::CORE_BASE . '/api_v2/commission/products/%d/percent';
62 +
60 63 /** GET full category tree with max preparation days (core v3) */
61 64 const CATEGORIES_PREPARATION = self::CORE_BASE . '/v3/categories';
62 65
63 66 /** GET/POST/PATCH/DELETE webhooks */