I have problem with registering a domain using API OVH. In first step I create cart with:
POST /order/cart
Then I check if domain is available:
GET /order/cart/{cartId}/domain
If it is, than I add it to cart with:
POST /order/cart/{cartId}/domain
And I dont know what to do next?
How to confirm and order a cart?
Which method I should use?
Or maybe there is another way to register domain using diffrent methods? Thanks for any help.