Good morning.
I am trying to give my clients the possibility of making a withdrawal in the OCA branch, however, it is only giving me the possibility of 'Agreement with the seller' and 'Shipping at home'.
My preferences JSON is as follows:
var preference = {
"items": [],
"shipments": {
"mode": "me2",
"dimensions": "30x30x30,500",
"local_pickup": true,
"zip_code": 1419
}
};
It should be noted that in my code the array of items is not empty but with all the data of the cart.
What would be the json that should be sent so that the user can choose the option of Retirement in OCA Branch?
Thank you,
Juani.