Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Não é possível passar geoCoordinates ao método simulateShipping #26

Open
spernigotti opened this issue Feb 3, 2017 · 4 comments
Open

Comments

@spernigotti
Copy link

Você quer pedir uma nova feature ou reportar um bug?
Feature

Qual o comportamento atual?
O método simulateShipping pede o codigo postal, mas não é possivel passar geoCoordinates

Qual o comportamento esperado?
Poder usar geoCoordinates em método simulateShipping e que devolva logisticsInfo correspondente.

Qual browser e sistema operacional são afetados por esse problema?
Todos

@klzns
Copy link
Contributor

klzns commented Feb 8, 2017

Oi, @spernigotti, realmente isso não é possível de ser feito hoje.
Já conversei com o responsável pela API do Checkout para colocar no backlog, mas não temos previsão de quando isso será implementado.

@klzns
Copy link
Contributor

klzns commented Aug 31, 2017

A API implementou essa feature. Ainda falta ser feita no vtex.js

@klzns
Copy link
Contributor

klzns commented Aug 31, 2017

POST /api/checkout/pub/orderForms/simulation

O body é:

{
  items: [],
  postalCode: '',
  geoCoordinates: [],
  country: '',
}

@spernigotti
Copy link
Author

Funciona muito bem. Obrigado @BrenoC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants