Listar os países disponíveis para entrega
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/logistics/countries \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "code": "<string>", "name": "<string>" } ] }
Alias da loja
The response is of type object.
object
Was this page helpful?