Is there a limit on creating multiple Carrier Services using API?

Is there a limit to the number of Carrier Services you can create using the API? I only seem to be able to create one and attempting to create a second raises an error (first service named ‘Foo’):

“Foo is already configured”

Wondering if this is a limit on test stores or if I will run into this on a production store as well. Don’t see any mention of a limit in the docs.

Thanks!

Its one per app per store

Ok. thank you!

What would be nice to be able to retrieve the specific one for that app using the graphql api rather than have to search through all carrier services for the store and loosely guess which one is for that app.