Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › REST API fields › Reply To: REST API fields
July 28, 2018 at 2:11 pm
#9140
nmedia
Keymaster
ok here is example script with POSTMAN to add meta options in order
https://YOURDOMAIN.COM/wp-json/ppom/v1/set/order?order_id=2248&secret_key=11122&fields={
"2209": {
"mytextchange": "co not",
"business": [{
"option": "CEO",
"id": "title",
"price": 99
}, {
"option": "Salary",
"id": "salary",
"price": 99
}]
}
}