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
      • RMA | GraphQL methods

        Quries getAmRmaSettings description: a list of customer's return requests getAmRmaReturnsForCurrentCustomer description: get a list of customer's return requests getAmRmaReturnById (request_id: Int!) description: get Return Request by ID ...