Jump to content

Web api products population associated categories


v.jalbu

Recommended Posts

Hi all, how i can populate products with the associations categories?

{{webservice_url}}/api/products?display=full&output_format=JSON

response:

  "associations": {
                "categories": [
                    {
                        "id": 2
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 4
                    }
                ],
                "images": [
                    {
                        "id": 1
                    },
                    {
                        "id": 2
                    }
                ],

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...