Hi,
How to add array in custom properties using JSON api request ? i am using this
$b='{
"token" : "token",
"properties" : {
"$email" : "'.$email.'",
"AutoShipDate" : "'.$adate.'",
"Autoship": true
}
but I want add multiple dates in AutoShipDate property ?