devdocs
devdocs copied to clipboard
crud eav attribute sets using rest api services
New topic request
Description
- To read the attribute sets list.
- To read the single attribute sets list by :attributeSetId
- To create the attribute sets.
- To update the single attribute sets list by :attributeSetId
- To delete the single attribute sets list by :attributeSetId
@shunmugakumaran Which REST endpoints do you want described in detail?
@shunmugakumaran Which REST endpoints do you want described in detail?
pls find the rest endpoints below here
GET /V1/eav/attribute-sets/list GET /V1/eav/attribute-sets/:attributeSetId DELETE /V1/eav/attribute-sets/:attributeSetId POST /V1/eav/attribute-sets PUT /V1/eav/attribute-sets/:attributeSetId
@keharper above endpoints we can describe in details..!
@magento I am working on this