Changing the Woocommerce Square plug-in order type

Is there any way to set the order type from woocommerce orders to Pick up instead of In store?
I want to be able to mark which products have been picked up from paid orders. Is that possible?

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Order Fulfillments
Orders API: How It Works
Orders API

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Yes, you can set the order type to “Pickup” instead of “In store” by using the Orders API. When creating or updating an order, you can add fulfillment information to it. In the fulfillment details, you can specify the type as “PICKUP”. This will indicate that the order is for pickup.

Additionally, the Orders API allows you to manage the state of the fulfillment. Once a product has been picked up, you can update the fulfillment state to “COMPLETED”. This will indicate that the product has been picked up by the customer.

Remember, you need to have your developer credentials and the sample application configured to perform these actions.

This answer was reviewed by @Bryan-Square.