Trying to access Specification Attributes via API

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello!

I've installed this API Plugin to my store: https://www.nopcommerce.com/p/2464/api-plugin.aspx - Up until now I've not really stumbled upon any problems and can access products, categories, orders, customers etc without problems. However, now I'm trying to access attributes, and regular product attributes are fine. But what I want to access are the specification attributes. The regular product attributes are listed under the JSONProperty "attributes" on a product, but nowhere to be found are the specification attributes.

Any ideas? I will post a solution here if I find it myself before getting help.
6 years ago
toxicsebastian wrote:
Hello!

I've installed this API Plugin to my store: https://www.nopcommerce.com/p/2464/api-plugin.aspx - Up until now I've not really stumbled upon any problems and can access products, categories, orders, customers etc without problems. However, now I'm trying to access attributes, and regular product attributes are fine. But what I want to access are the specification attributes. The regular product attributes are listed under the JSONProperty "attributes" on a product, but nowhere to be found are the specification attributes.

Any ideas? I will post a solution here if I find it myself before getting help.


We use it as well, however you are correct, specification attributes are not included in the response. It is in the core domain object but not returned via the api.

The github link is here https://github.com/SevenSpikes/api-plugin-for-nopcommerce
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.