BigCommerce: Order Statuses not Supported by Yotpo

      BigCommerce: Order Statuses not Supported by Yotpo


        Article Summary

        Products


        Reviews
        Supported plans

        Free, Starter, Pro, Premium, Enterprise

        eCommerce Platform

        BigCommerce

        BigCommerce holds status_id field for each order. We support all Bigcommerce statuses, except for status ids 0, 4, 5, 6, which are Incomplete, Refunded, Cancelled, and Declined respectively.

        {
        "id": 0, 
        "name": "Incomplete", 
        "order": 0 
        },{
                "id": "4",
                "name": "Refunded",
                "order": "11"
            },
            {
                "id": "5",
                "name": "Cancelled",
                "order": "9"
            },
            {
                "id": "6",
                "name": "Declined",
                "order": "10"
            },



        Was this article helpful?