Creating a Custom Delivery Method in Bigcommerce

I want to add my delivery method using the Bigcommerce API. I do not want to use any of the pre-existing methods, such as flat rate, free shipping, FedEx, Australia post, etc.

I went through their APIs, especially delivery resources, but there seems to be no way to add our own delivery method.

Delivery Resource API documentation https://developer.bigcommerce.com/api/stores/v2/shipping/methods#get-shipping-method

I don’t even know if we need special permission for Bigcommerce guys to add a delivery method. Please help if someone has developed or is trying to develop a similar thing. Thank.

+4
source share
1 answer

I need to integrate a third-party delivery calculator on the bigcommerce website. Firstly, bigcommerce is a hosting solution, which means that we do not have direct access to their code via ftp. Therefore, we cannot change the code to add our delivery calculator.

The second thing is that they do not allow the use of unsupported third-party gateways or software. Read this https://support.bigcommerce.com/?page=support_policy

They say that:

Unsupported Gateways and Third-Party Software

, . - " ", .

, API . , - bigcommerce api. , .

+1

Source: https://habr.com/ru/post/1542989/


All Articles