Marvin Lywe

Results 12 comments of Marvin Lywe

Similar issue with zipcode ["37583" returning nil](https://gist.github.com/mlywe/24ef2ed5928e1f088f7598535e209580). We got this when trying to resolve the timezone for a zipcode reported in [USPS tracking](http://b3.ms/PjL9yav69qXD).

Unfortunately I don't have it as we got that zipcode from USPS.

We currently don't support this but let me enquire the Devs on how much effort this would take. Just to lay down the expectation, I don't think this will happen...

@jeromegv, what info are you expecting in the list of return shipments? Basically would like to know your usecase and how detailed the response should be e.g. for `status`, would...

Thanks for the useful input. A couple clarifications: - would a new endpoint /returns/count (similar to /shipments/count) be useful? - basically it would just return the current return shipments count...

@jeromegv, the API /returns endpoint is now live. Thank you for your patience and feedback.

Hi @jeromegv, sorry for the late reply as I just came back from long vacation. Looks like return shipment R0Y83V7M04 was created manually from scratch hence it's missing the original...

Hi @jeromegv, thank you for your patience. FYI the issue you reported has been fixed.

https://github.com/chitchats/chitchats-api-doc/blob/master/sections/shipments.md#create-a-shipment Only U.S. return address is supported when setting it through API. Here is a [sample](https://gist.github.com/mlywe/4377528fa7e5d8af67129fc14ab474ea) payload using curl. Feel free to try it against our staging env e.g. staging.chitchats.com...

> However, based on your response, it seems we also need to specify a US return address regardless of the shipment's destination. For example, if the package is sent via...