isinkler

Results 3 comments of isinkler

@Endermanbugzjfc as a quick fix I modified the Docker file by adding `RUN gem install octokit -v 4.25.1`. The latest version of Octokit is not compatible the GitHub agent’s Ruby...

Hello @engcom-November , thank you for your answer! We have an integrator system which uses the methods described in the [documentation](https://developer.adobe.com/commerce/webapi/rest/tutorials/orders/order-create-order/) you linked as well. But this "guest-cart" way of...

Hello @engcom-November ! Yes, in order to make calls to the `POST /rest/default/V1/orders` endpoint, I have to be authenticated. Thank you!