<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread SearchOrdersFulfillmentFilter - no &amp;quot;DELIVERY&amp;quot; OrderFulfillmentType? in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/161978#M95827</link>
    <description>&lt;P&gt;I'm trying to get a list of delivery orders.&amp;nbsp; I usually get pickup orders by using the OrderFulfillmentType of "PICKUP" when building a search order filter.&amp;nbsp; I know the delivery feature is relatively new, but I'd like to be able to display just deliveries in my app.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: My mistake - I'm able to get "DELIVERY" orders, but the returned orders don't seem to contain details like customer name, phone number, or delivery address.&amp;nbsp; What am I missing?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2020 05:46:31 GMT</pubDate>
    <dc:creator>pelotonpaul</dc:creator>
    <dc:date>2020-04-10T05:46:31Z</dc:date>
    <item>
      <title>SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/161978#M95827</link>
      <description>&lt;P&gt;I'm trying to get a list of delivery orders.&amp;nbsp; I usually get pickup orders by using the OrderFulfillmentType of "PICKUP" when building a search order filter.&amp;nbsp; I know the delivery feature is relatively new, but I'd like to be able to display just deliveries in my app.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: My mistake - I'm able to get "DELIVERY" orders, but the returned orders don't seem to contain details like customer name, phone number, or delivery address.&amp;nbsp; What am I missing?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 05:46:31 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/161978#M95827</guid>
      <dc:creator>pelotonpaul</dc:creator>
      <dc:date>2020-04-10T05:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/162227#M95828</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/263907"&gt;@pelotonpaul&lt;/a&gt;!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Before I get too far into a rabbit hole with my answer, I just want to make sure- you're asking how to find returned orders by customer name through your POS?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 13:59:12 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/162227#M95828</guid>
      <dc:creator>nika</dc:creator>
      <dc:date>2020-04-11T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/162265#M95829</link>
      <description>&lt;P&gt;I'm trying to get orders through the Java API that are either "New" ("PROPOSED") or "In Progress" ("RESERVED") and that are delivery orders.&amp;nbsp; I'm able to return "PICKUP" orders that contain the customer's name, phone number, etc, but when I filter the order search by "DELIVERY" the records returned don't have any customer information - like name, phone number, or address.&amp;nbsp; I notice that in the Square Dashboard - Order section the delivery orders have the information I'm looking for in a line item below the items ordered.&amp;nbsp; The line looks something like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DELIVERY BY: Fri 04/10 12:25-12:40 PM DELIVERY TO: 123 Sesame Street Seattle, WA 9[Redacted]55555&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would be fine getting that line item and parsing it somehow, but I can't seem to return that information.&amp;nbsp; Is it hidden in a child object/record that I'm able to get with a reference id/number?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ultimately I'd like to get the delivery order customer's name/phone/address so I can send that information to a delivery driver programmatically. The delivery driver does not have access to Square app/web page.&amp;nbsp; I would either text or print to paper the delivery details - all from my Java program.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 19:10:25 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/162265#M95829</guid>
      <dc:creator>pelotonpaul</dc:creator>
      <dc:date>2020-04-11T19:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/164446#M95830</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/263907"&gt;@pelotonpaul&lt;/a&gt;. Sorry for the delayed follow up!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Took a little work on the back end by our Engineering team, but you should now be able to see the&amp;nbsp;&lt;STRONG&gt;Delivery Details&amp;nbsp;&lt;/STRONG&gt;field now.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I also sent you a Private Message, so please let me know if it doesn't show for some reason.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:40:57 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/164446#M95830</guid>
      <dc:creator>nika</dc:creator>
      <dc:date>2020-04-22T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/172187#M95831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/164187"&gt;@nika&lt;/a&gt;&amp;nbsp;! I'm wondering if the Delivery Details field disappeared recently from the search orders API response? I do not get that field back when searching orders of fulfillment type DELIVERY. I have the same issue as pelotonpaul. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 00:26:30 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/172187#M95831</guid>
      <dc:creator>toconnell</dc:creator>
      <dc:date>2020-05-15T00:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/172618#M95832</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/280675"&gt;@toconnell&lt;/a&gt;! Can you send me a DM and we'll see what we can figure out!&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 19:11:48 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/172618#M95832</guid>
      <dc:creator>nika</dc:creator>
      <dc:date>2020-05-16T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175242#M95833</link>
      <description>&lt;P&gt;Hello, I'm also encountering the same issue right now where I don't see any delivery details. All I see is for delivery items is something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;{u'state': u'RESERVED', u'type': u'DELIVERY', u'uid': u'PbZRruOeRNaH2PYdBGoyL'}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 04:05:42 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175242#M95833</guid>
      <dc:creator>kiiri</dc:creator>
      <dc:date>2020-05-27T04:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175860#M95834</link>
      <description>&lt;P&gt;Thanks for letting me know &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/272005"&gt;@kiiri&lt;/a&gt;. I've got the team working on it for you. I'll be in touch!&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 12:49:22 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175860#M95834</guid>
      <dc:creator>nika</dc:creator>
      <dc:date>2020-05-29T12:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: SearchOrdersFulfillmentFilter - no "DELIVERY" OrderFulfillmentType?</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175922#M95835</link>
      <description>&lt;P&gt;Thanks! Please keep me updated.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 16:57:35 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/SearchOrdersFulfillmentFilter-no-quot-DELIVERY-quot/m-p/175922#M95835</guid>
      <dc:creator>kiiri</dc:creator>
      <dc:date>2020-05-29T16:57:35Z</dc:date>
    </item>
  </channel>
</rss>

