Create guest cart
documentedCreate a new cart for a guest customer.
POST /rest/{store_code}/V1/guest-cartsCartsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$magento_base_url}}/rest/{{$store_code}}/V1/guest-carts" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json"