Viewing 1 replies (of 1 total)
  • Plugin Author Dipankar Pal

    (@dipankarpal212)

    Hi @manigopal,

    Thanks for this query.

    Let me tell you one thing, ‘Custom Endpoints With Wp Rest Api’ this will create custom endpoints and will provide you a filter hook.
    And then you can do anything with it.

    PS: Please don’t make any endpoint (base) with some slug like ‘product’,’post’ etc etc, as they are already pre defined, it will be conflicted.

    If you want to fetch product details with a variation id or product id, you can make a custom endpoint and you need to code inside the filter hook.

    So basically this plugin will facilitate only making an endpoint.rest code you need to do!

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘how to create custom endpoint API’ is closed to new replies.