Is type "Self-Serve" available for Order Fulfillments

When using Square online store, i can see orders from QR codes are been tag as “Self-Serve” in order dashboard and KDS screen. But when i use API trying to send an order through, the only option i have is “PICKUP”, “SHIPMENT”, and “DELIVERY”. Just wondering if is possible or how to have “Self-Serve” as order type (mostly for clarification for KDS screen)

: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

Verify your Pickup Order
https://developer.squareup.com/docs/orders-api/what-it-does
Payment API: Process Online and In-Person Payments

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.

Currently, the Orders API supports three types of fulfillments: PICKUP, SHIPMENT, and DELIVERY. The “Self-Serve” order type you see in the Square Online Store is not directly supported through the API. When creating an order through the API, you would need to choose one of the available fulfillment types. If you’re creating an order that is similar to a “Self-Serve” order, you might consider using the “PICKUP” fulfillment type.

This answer was reviewed by @Bryan-Square.