Hi
I am trying to automate certain things in shiphero and for that I am using the graphql api’s but the graphql api gives the following error -
graphQLErrors":[{“code”:30,“message”:“There are not enough credits to perfom the requested operation, which requires 101 credits, but the are only 80 left. In 2 seconds you will have enough credits to perform the operation”,“operation”:“orders”,“request_id”:“5dfa233258626a98b6c943c1”,“required_credits”:101,“remaining_credits”:80,“time_remaining”:“2 seconds”}],“networkError”:null,“message”:“GraphQL error: There are not enough credits to perfom the requested operation, which requires 101 credits, but the are only 80 left. In 2 seconds you will have enough credits to perform the operation”}
I know this is a throttling mechanism which you have but can we increase the credit limit for our account because we will be using these api’s heavily in our workflows.
thanks in advance.