The new version 20250310 is available.
20250310
{ "id": 2586860147562607, "receiver": "hardy", "cellphone": "27987654321", "postcode": "9323", "suburb": "Ashbury", "city": "Park", "address": "1 Jones Rd, Kempton Park, Johannesburg, 1632" }
curl --location --request POST 'https://shopapi.geckodistribution.com/api/open/address/edit' \ --header 'version;' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 2586860147562607, "receiver": "hardy", "cellphone": "27987654321", "postcode": "9323", "suburb": "Ashbury", "city": "Park", "address": "1 Jones Rd, Kempton Park, Johannesburg, 1632" }'
{ "status": "0", "message": "Operation successful.", "data": { "id": 2586860147562607 } }