Want to know if there is any rest API available to get all the attributes of an entity like for Product or Order or Customer is available.
thanks in advance
Want to know if there is any rest API available to get all the attributes of an entity like for Product or Order or Customer is available.
thanks in advance
Hey @robomongo ,
Our REST API documentation lists all the different endpoints you can access, as well as the available fields and filtering options. If you look in the left sidebar on that page, you can find the specific endpoints for products, orders, and customers.
Thank you for your response.
That we have already known about it. We require if there is some API to get the entities attributes we can get. So suppose if we want to work on Products, we require its all attributes listing like name, sku, price, tags, collection, etc from the rest API.
Thanks