Cant Edit items from API

We cant edit any items on orders that came in through the API but can edit orders manually added. Any ideas to why?

Hi @PelaCase
Can you send the request-id? We will be happy to take a look

It’s 61006c4b717c6cd46a6f739f

we are trying changing “Pending” to “pending”

Hi @PelaCase
You sent that through as a query. A query will only read data and give it back. If you want to edit information, you will need a mutation. This overview may be helpful.
https://developer.shiphero.com/getting-started/#queriesandmutations

1 Like