object (FedExParcelLabelConfig) | |
object (UPSParcelLabelConfig) |
Successfully returned a company parcel label config
object (CompanyParcelLabelConfigSchema) |
Default error response
{- "fedex_config": {
- "image_type": "EPL2",
- "label_data": [ ],
- "label_on_top": true,
- "stock_type": "PAPER_4X6"
}, - "ups_config": {
- "image_type": "PNG",
- "stock_type": "STOCK_4X6"
}
}
{- "data": {
- "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",
- "fedex_config": {
- "image_type": "EPL2",
- "label_data": [ ],
- "label_on_top": true,
- "stock_type": "PAPER_4X6"
}, - "ups_config": {
- "image_type": "PNG",
- "stock_type": "STOCK_4X6"
}
}
}