cancel
Showing results for 
Search instead for 
Did you mean: 

Swagger Magento2 Rest API 2.3.3

SOLVED

Swagger Magento2 Rest API 2.3.3

Hi,
Hope you are fine and doing well.

I am really stuck at this point the swagger not loading due to xml in magento2.

Here is the URL for briefing 

https://magento-378109-2331490.cloudwaysapps.com/swagger

https://magento-378109-2331490.cloudwaysapps.com/rest/all/schema?services=all

Schema url not loading correctly.
May I know the reason and properly anybody guide me to load swagger correctly
Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Swagger Magento2 Rest API 2.3.3

@ummarakramb108 

Disable the third-party extension working with order data and check the result.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

7 REPLIES 7

Re: Swagger Magento2 Rest API 2.3.3

@ummarakramb108 

Disable the third-party extension working with order data and check the result.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Swagger Magento2 Rest API 2.3.3


@Sanjay Jethva wrote:

@ummarakramb108 

Disable the third-party extension working with order data and check the result.



Hi @Sanjay Jethva 
Mostly I remove the extension which are working with stock reorder. but still its not working. Like there is custom extension which is reorder the listing & Meetnashi stock quantity extension is also disabled.
I attached all the extension screenshot which are enabled and working.

Could you guide me the best possible extension which need to disabled to xml load perfectly

All extension screenshot Image
Extension Image link 

Apricated.
Thanks.


Re: Swagger Magento2 Rest API 2.3.3

@ummarakramb108 

Check after disabling all the third-party extensions.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Swagger Magento2 Rest API 2.3.3


@Sanjay Jethva wrote:

@ummarakramb108 

Check after disabling all the third-party extensions.


Is there any way to disable all the extension in one command?

Thanks.

Re: Swagger Magento2 Rest API 2.3.3

Hello @ummarakramb108 

 

Please go to /app/etc then open the config.php file then find the extension name over there then the set the values as 0 from 1 for which extension you want to disable. Then run the commands.

 

If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.

Re: Swagger Magento2 Rest API 2.3.3

Thank you @Sanjay Jethva 

Its Works.

Re: Swagger Magento2 Rest API 2.3.3

Thank you @dipmegpro 

With your method I can disable the extensions at once.
Save my time. Thank you.