GraphQL Methods for Custom Stock Status

Custom Stock Status | GraphQL methods

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

      • 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 Stock Status API

        We have created a public API collection for Custom Stock Status module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • 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 ...