Custom Stock Status | GraphQL methods

Custom Stock Status | GraphQL methods

Query 
  1. getAmCustomStockStatus 
    description: get information about a stock status
      • Related Articles

      • Custom Stock Status API

        1. Amasty\Stockstatus\Api\RuleRepositoryInterface - class for managing custom stock status rules. POST /V1/amasty_stockstatus/rule, method="save" - create a custom stock rule; PUT /V1/amasty_stockstatus/rule/:id, method="save" - edit a custom stock ...
      • What Amasty extensions support GraphQL?

        Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module. To ...
      • Custom Form | GraphQL methods

        Queries customform (formId: Int) description: get information about custom form by ID Mutations amCustomFormSubmit (input: AmFormSubmitInput) description: submit form
      • Out of Stock Notification | GraphQL methods

        Mutations AmxnotifStockSubscribe (input: AmxnotifSubscribeInput) description: Subscribe to product comes back in stock alert AmxnotifPriceSubscribe (input: AmxnotifSubscribeInput) description: Subscribe to product price changes
      • In my instance, all options for Custom Stock Status attribute are greyed out and I’m not able to edit them or add new ones

              The issue arises due to the reset entity in the DB that happens during module update/installation. In order to fix it, you need to modify the value of the is_user_defined entity in the DB.
This could be done with the following command:
 UPDATE ...