Feature Request Is New
Description of the feature
Hi,
I was sent a cURL by easypost support explaining to me how to register a USPS Ship carrier for a child account. This cURL includes a payment_mode property that is currently unavailable in the CarrierAccout Create parameters. Please add it. Here is the cURL sent to me by easypost support as an example.
curl -X POST https://api.easypost.com/v2/carrier_accounts
-u :
-H 'Content-Type: application/json'
-d '{
"carrier_account": {
"type": "UspsShipPlatformAccount",
"payment_mode": "aggregation",
"description": "",
"reference": "",
"credentials": {
"company_name": "",
"address_street": "",
"address_city": "",
"address_state": "",
"address_zip": "",
"phone": "",
"email": "",
"shipper_id": "<platform_shipper_id>"
}
}
}'
Thanks for your help
Kai
Feature Request Is New
Description of the feature
Hi,
I was sent a cURL by easypost support explaining to me how to register a USPS Ship carrier for a child account. This cURL includes a payment_mode property that is currently unavailable in the CarrierAccout Create parameters. Please add it. Here is the cURL sent to me by easypost support as an example.
curl -X POST https://api.easypost.com/v2/carrier_accounts
-u :
-H 'Content-Type: application/json'
-d '{
"carrier_account": {
"type": "UspsShipPlatformAccount",
"payment_mode": "aggregation",
"description": "",
"reference": "",
"credentials": {
"company_name": "",
"address_street": "",
"address_city": "",
"address_state": "",
"address_zip": "",
"phone": "",
"email": "",
"shipper_id": "<platform_shipper_id>"
}
}
}'
Thanks for your help
Kai