Product Tabs API

Product Tabs API

Amasty\CustomTabs\Api\TabsRepositoryInterface - classfor managing tabs:
  1. POST /V1/amasty_customTabs/tabs, method="save" - create a tab
  2. PUT /V1/amasty_customTabs/tabs/:tabId, method="save" - edit a tab
  3. DELETE /V1/amasty_customTabs/tabs/:tabId, method="deleteById" - delete a tab;
  4. GET /V1/amasty_customTabs/tabs, method="getById" - get information about a tab;
  5. GET /V1/amasty_customTabs/tabs/all, method="getList" - get a list with all tabs.
      • Related Articles

      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • Product Attachments API

        API functionality for Product Attachments is available with the API for Product Attachments Add-On only. 1. Amasty\ProductAttachmentApi\Api\FrontendAttachmentInterface - class for getting product attachments on frontend: GET ...
      • Product Parts Finder API

        1. Amasty\Finder\Api\DropdownRepositoryInterface - class for managing parts finder dropdowns: POST /V1/amasty_finder/dropdown, method="save" - create a dropdown; PUT /V1/amasty_finder/dropdown/:id, method="save" - edit a dropdown; DELETE ...
      • Product Labels API

        Amasty\Label\Api\LabelRepositoryInterface - class for managing lables: GET /V1/amasty_labels/get/:id, method="getById" - get information about a label; DELETE /V1/amasty_labels/delete/:id, method="deleteById" - delete a label; POST ...
      • FAQ and Product Questions API

        1. Amasty\Faq\Api\QuestionRepositoryInterface - class for questions: POST /V1/amasty_faq/question, method="save" - create a question; PUT /V1/amasty_faq/question/:questionId, method="save" - edit a question; DELETE ...