Can I edit the location in fulfillment service?

Hey @loganaa - thanks for reaching out! If you have the location ID (which you can find by querying the fulfillmentService object), the quickest way to do this is update the location using the locationEdit mutation in GraphQL.

Hope this helps!