Open API

GET api/embellishments/getproductembellishment?productCode={productCode}

To Get the specific Product Embellishment Details Provide the "productCode" as parameter in QueryString eg: productCode=PRD001, If all the products that are tagged to embellishments are required then do not provide any code
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken

Response Information
  • NameproductCode
  • DescriptionNo documentation available.
  • Additional Information

    Define this parameter in the Http Request Header

[
  {
    "ProductCode": "sample string 1",
    "EmbellishmentName": "sample string 2"
  },
  {
    "ProductCode": "sample string 1",
    "EmbellishmentName": "sample string 2"
  }
]