• App Tour
  • Features
  • Pricing
  • Help Center
    • Connection To Shopify
    • Shipping Profiles
    • Set-Up Overview
    • Product Groups
    • Rule Based Rates
    • Carrier Rates
    • Blended Rates
    • Rate Failure / Zone Restriction
    • Postal Code Sub-Zones
    • Integrations
    • Common Questions
    • Troubleshooting Checklist
    • Developer API
    • More
  • App Tour
  • Features
  • Pricing
  • Help Center
  • Install

Help Center

Developer API +-

  • Developer API
  • Getting Started
  • Authentication
  • HTTP Responses
  • HTTP Errors
  • Rates
  • Test Mode
  • Rate Failure
  • Connection To Shopify

  • Shipping Profiles

  • Set-Up Overview

  • Product Groups

  • Rule Based Rates

  • Carrier Rates

  • Blended Rates

  • Rate Failure / Zone Restriction

  • Postal Code Sub-Zones

  • Integrations

    • Printful
    • Printify
    • Pixels
    • Gooten
    • Integrate with us
    • Request Integration
  • Common Questions

    • Common Questions
  • Troubleshooting Checklist

  • Developer API

    • Getting Started
    • Authentication
    • HTTP Responses
    • HTTP Errors
    • Rates
    • Test Mode
    • Rate Failure
  • More

    • Release Notes
    • Roadmap
    • Custom Programming
    • What's New?

Help Center > Developer API

Rate Failure

A Shop may toggle Rate Failure on and off on the Settings > General page of the Advanced Shipping Rules App.

When Rate Failure is enabled and no rates are found for a given array of items shipping to the destination address, the API will return a success header with an error message along with a null rates object.

If Rate Failure is not enabled, one rate object will be returned with the total price set as 0.

 

Example Response when Rate Failure is enabled:

HTTP/1.1 200 OK
{
  "error":true,
  "message":"No rates found; rate failure is enabled",
  "rates":null
}

Example Response when Rate Failure is not enabled:

[
  {
    "service_name":"Standard Shipping",
    "service_code":"no-methods",
    "total_price":0,
    "currency":"USD"
  }
]
  • About
  • How it Works
  • Screenshots
  • Features
  • Pricing
  • App Store
  • Help Center
  • Set-up
  • Common Questions
  • Troubleshooting Checklist
  • All Help Topics
  • More
  • Release Notes
  • Roadmap
  • Request Feature
  • Custom Programming
  • Developer API
  • Privacy Policy
  • Contact Support
  • info@advancedshippingrules.com
  • +1 (646) 820-1242

© Copyright 2025 Bambri. All Rights Reserved.