How can I get fulfillsOnlineOrders property in Location from Restful api instead of GraphQL api?
Topic summary
A user is seeking to retrieve the fulfillsOnlineOrders property for locations via the REST API instead of GraphQL.
Current Status:
- This property is not available through the REST API.
- Another participant confirms they are actively migrating their application to use GraphQL for location data specifically because of this limitation.
Resolution:
- The discussion indicates that GraphQL is the required approach to access this property.
- No REST API solution exists for this use case.
You cannot. I’m actually in the middle of changing our app to use GQL for locations for that very reason.