I am trying to access settings → Checkout → “Automatically archive the order” from the Admin API.
I found out that the shopify is using graphQL to access the checkout information via “admin/internal/web/graphql/core?operation=CheckoutSettingsIndex&type=query” and the corresponding field is “orderClosing”, I am wondering does Admin API provide access to modify this field, I did not find any related information from the API documentation?
If the API does not provide any access, are there any alternatives to access the field via some rest API?