You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"detail":"HydratedObjectsByIdsRequest Address ID {\"name\":\"from me\",\"company\":\"from company\",\"street1\":\"from add\",\"city\":\"from city\",\"state\":\"from state\",\"zip\":\"from zip\",\"country\":\"FR\",\"email\":\"contact@from.me\"} is not a valid UUID"}
Property address_from, address_to and parcels are still strings. There is an undesired level of quote/escaping applied to the object. Request cannot be performed. I can only assume this happen on the whole sdk.
The text was updated successfully, but these errors were encountered:
Children objects are being included as string during
Shippo\API\Models\Components\ShipmentCreateRequest
serialization.What i did in a nutshell :
Error i got :
after a json decode here is the result :
dump:
Property address_from, address_to and parcels are still strings. There is an undesired level of quote/escaping applied to the object. Request cannot be performed. I can only assume this happen on the whole sdk.
The text was updated successfully, but these errors were encountered: