Byelabel Api
    Byelabel Api
    • ByeLabel API (v1) Document
    • Me
      GET
    • Login
      POST
    • Refresh Token
      POST
    • Balance
      GET
    • Carrier List
      GET
    • Country List
      GET
    • State/Province List
      GET
    • State & City From Postal Code
      POST
    • Get Carrier Rates
      POST
    • Create Shipment (Label)
      POST
    • Shipment List
      GET
    • Schemas
      • Fail Result Schema
      • Success Result Schema
      • HTTP Error Schema
      • Tax Identifiers Schema
      • Weight Schema
      • Dimensions Schema
      • Sender Schema
      • Recipient Schema
      • Package Schema
      • Package Line Items Schema
      • Product Options Schema
      • Invoice Schema
      • Printing Options Schema
      • Order Schema
      • Carrier Rate Result Schema
      • Created Shipment Result Schema
      • Document To Print
      • Country Schema
      • State / Province Schema
      • Carrier Schema
      • Shipment Activity Schema

    Carrier Rate Result Schema

    Carrier rate result

    {
        "carrier": {
            "id": "string",
            "code": "string",
            "name": "string",
            "service": {
                "code": "string",
                "name": "string"
            },
            "packaging": {
                "code": "string",
                "name": "string"
            }
        },
        "rate": {
            "currency": "string",
            "cost": 0
        }
    }
    Built with