• requesting additional fields in ProductTemplates/GET

    Currently I am trying to export a JSON file of all my products from Product Templates using the following Endpoint , I do receive the basic parameters expected which is ID, Data, state and index. My products contain additional fields like Price, quantity…
  • 422 unprocessable entity on get_entry_list (record_list)

    Hiya, I have recently been having an issue with my python program, I have been trying to retrieve a record list which you can read about here or what is defined as "get_entry_list" in the doccumetation so I can then use the ID to proceed with a export…