The createOrderV1 name suggests that it uses the V1 version of the create order endpoint, however, it uses the V2 version, see https://github.com/shiftcommerce/shift-node-api/blob/master/src/endpoints/order-endpoints.js#L3-L5.
I suggest we alias it as createOrderV2 to avoid potential confusion futher down the line.
The
createOrderV1name suggests that it uses the V1 version of the create order endpoint, however, it uses the V2 version, see https://github.com/shiftcommerce/shift-node-api/blob/master/src/endpoints/order-endpoints.js#L3-L5.I suggest we alias it as
createOrderV2to avoid potential confusion futher down the line.