Authorization: Bearer ********************
{
"address_from": {
"name": "Fulanito Juarez",
"street1": "Mercedes",
"neighborhood": "Barrio Guadalupe",
"external_number": "243",
"city": "Iztapalapa",
"company": "compañia",
"state": "CDMX",
"phone": "5518426237",
"email": "example@example.com",
"country": "MEXICO",
"country_code": "MX",
"reference": "Enfrente de un oxxo"
},
"address_to": {
"name": "Fulanito Juarez",
"street1": "Mercedes",
"neighborhood": "Barrio Guadalupe",
"external_number": "243",
"company": "compañia",
"city": "Iztapalapa",
"state": "CDMX",
"phone": "5518426237",
"email": "example@example.com",
"country": "MEXICO",
"country_code": "MX",
"reference": "Enfrente de un oxxo"
},
"parcel": {
"currency": "MXN",
"product_id": "01010101",
"product_value": 4324,
"quantity_products": 1,
"content": "GIFT"
},
"label_format": "THERMAL",
"rate_token": "RATE_UUID"
}
curl --location --request POST 'http://ec2-54-188-18-143.us-west-2.compute.amazonaws.com:4000/api/labels' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_from": {
"name": "Fulanito Juarez",
"street1": "Mercedes",
"neighborhood": "Barrio Guadalupe",
"external_number": "243",
"city": "Iztapalapa",
"company": "compañia",
"state": "CDMX",
"phone": "5518426237",
"email": "example@example.com",
"country": "MEXICO",
"country_code": "MX",
"reference": "Enfrente de un oxxo"
},
"address_to": {
"name": "Fulanito Juarez",
"street1": "Mercedes",
"neighborhood": "Barrio Guadalupe",
"external_number": "243",
"company": "compañia",
"city": "Iztapalapa",
"state": "CDMX",
"phone": "5518426237",
"email": "example@example.com",
"country": "MEXICO",
"country_code": "MX",
"reference": "Enfrente de un oxxo"
},
"parcel": {
"currency": "MXN",
"product_id": "01010101",
"product_value": 4324,
"quantity_products": 1,
"content": "GIFT"
},
"label_format": "THERMAL",
"rate_token": "RATE_UUID"
}'
{
"token": "82d9a-4490-bf73-1244e00608a5",
"created_at": "2024-11-04T18:12:45",
"tracking_number": "794809162",
"label_url": "http://static.example.com/uploa48299245754-DdcfIeguBdfY38OF0Gw.pdf",
"price": "100"
}