devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

crud eav attribute sets using rest api services

Open shunmugakumaran opened this issue 3 years ago • 4 comments

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

manage-attribute-sets

shunmugakumaran avatar Jun 21 '21 12:06 shunmugakumaran

@shunmugakumaran Which REST endpoints do you want described in detail?

keharper avatar Jun 30 '21 18:06 keharper

@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

shunmugakumaran avatar Jun 30 '21 18:06 shunmugakumaran

@keharper above endpoints we can describe in details..!

shunmugakumaran avatar Jul 08 '21 10:07 shunmugakumaran

@magento I am working on this

shunmugakumaran avatar Jul 21 '21 05:07 shunmugakumaran