Created
March 28, 2023 08:13
-
-
Save dionysio/a29b66cdbcf5228369b4217c4ce7c996 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rate": "fr_home_without_signature", | |
"debug": true, | |
"test": true, | |
"demand_location_id": "US01", | |
"fulfillment_node_id": "US02", | |
"carrier_code": "colissimo", | |
"booking_method": "only_return", | |
"sender_address": { | |
"country_code": "FR", | |
"city": "Paris", | |
"first_name": "Dio", | |
"last_name": "L", | |
"phone": "520-466-2640", | |
"zip_code": "75009", | |
"address_line_1": "16 Rue Chaptal" | |
}, | |
"shipping_address": { | |
"country_code": "FR", | |
"city": "Paris", | |
"phone": "520-466-2640", | |
"first_name": "Dio", | |
"last_name": "L", | |
"zip_code": "75009", | |
"address_line_1": "16 Rue Chaptal" | |
}, | |
"items": [ | |
{ | |
"identifier": { | |
"EPC": "32WE4335" | |
}, | |
"dimensions": { | |
"height": 5, | |
"length": 5, | |
"width": 5 | |
}, | |
"weight": { | |
"amount": "2500", | |
"unit": "g" | |
} | |
} | |
], | |
"package_option": { | |
"weight": { | |
"amount": 2.5, | |
"unit": "lb" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment