A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Is there a way to detect the value of the setting "After an order has been paid" -> "Automatically fulfill the orders line items" under a store's configuration settings, via the API.
Essentially, I am looking for a way to programmatically determine if a store is pushing their fulfillments automatically, thereby triggering the fulfillment webhook at the time of order, or if they have it set to one of the manual fulfillment options, which requires manual intervention by the merchant, or via a polling process.