Okay
  Public Ticket #3516346
REST API
Closed

Comments

  • Lukas started the conversation

    Hey, 


    i developed a nice way to update and create products through a Airtable and Integromat (Make) Workflow. How ever, i have problems to get or create a playlist for a product. Is there a way to access the "sonaar_track...." fields? Actually i am sure i saw them once in my workflow, but i cant reproduce it. 


    Glad to get some help. 


    Best 

  •  1,103
    Max replied

    the tracks are stored in a json in wp_postmeta table with metakey 'alb_tracklist'

    eg: $data = get_post_meta($post_id, 'alb_tracklist', true);

    We use CMB2 open source library to register the meta keys: https://cmb2.io/

    Thanks,


    Max from the Sonaar.io Crew

  • Lukas replied

    Thank you again