Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors - Not showing the other carrier_id only Fedex #71

Open
Leggendario12 opened this issue Oct 31, 2023 · 0 comments
Open

Errors - Not showing the other carrier_id only Fedex #71

Leggendario12 opened this issue Oct 31, 2023 · 0 comments

Comments

@Leggendario12
Copy link

We are trying to test and implement ShipEngine SDK. We already configured and connected our carriers. We are having problem with some of our Carriers. For example we have Australia Post, Aramex, Star Track, Fedex, DHL, Direct Freight, and TNT however we are only getting a response for a rate return for Aramex and Direct Freight.

 "errors": [
      {
        "error_source": "carrier",
        "error_type": "business_rules",
        "error_code": "unspecified",
        "message": "A shipping carrier error occurred: You do not have permissions to create reseller consignments (Generic, Carrier Error Code: GEN_ERROR). length must be between 0 and 200 (Validation, Carrier Error Code: VAL_DIMENSION_MAX). width must be between 0 and 200 (Validation, Carrier Error Code: VAL_DIMENSION_MAX). height must be between 0 and 200 (Validation, Carrier Error Code: VAL_DIMENSION_MAX). (520, dc94a6f6-3c6b-4db7-91f6-6353fa26e076)",
        "carrier_id": "unknown",
        "carrier_code": "unknown",
        "carrier_name": "unknown"
      },
      {
        "error_source": "carrier",
        "error_type": "business_rules",
        "error_code": "unspecified",
        "message": "A shipping carrier error occurred: There are no valid services available.",
        "carrier_id": "se-5497981",
        "carrier_code": "fedex",
        "carrier_name": "FedEx"
      },
      {
        "error_source": "carrier",
        "error_type": "business_rules",
        "error_code": "unspecified",
        "message": "A shipping carrier error occurred: There are no valid services available.",
        "carrier_id": "se-5497981",
        "carrier_code": "fedex",
        "carrier_name": "FedEx"
      },
      {
        "error_source": "carrier",
        "error_type": "business_rules",
        "error_code": "unspecified",
        "message": "A shipping carrier error occurred: None of the products in your contract are available for the submitted request.",
        "carrier_id": "unknown",
        "carrier_code": "unknown",
        "carrier_name": "unknown"
      },
      {
        "error_source": "carrier",
        "error_type": "business_rules",
        "error_code": "unspecified",
        "message": "A shipping carrier error occurred: No rates are available",
        "carrier_id": "unknown",
        "carrier_code": "unknown",
        "carrier_name": "unknown"
      }
    ]
  },```

As you can see that some of the carrier_id is marked unknown which makes difficult for us to determine the exact carriers that are having the issues. It is returning the same response as the REST API End-Point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant