Order API returns the same phone number for different customer

Hi,

All the online orders phone numbers are the same: 8559731040 even with different customer, I know it’s sth related to the doordash integration, but we are using the last 4 digits of the phone number as order number in our system, so that merchant client can find the customer correctly, now all the numbers are the same. What does this phone number stands for? Are we able to get the real customer phone number?

"fulfillments": [
      {
        "uid": "q5sttAPID8rZWDwWxTZlx",
        "type": "PICKUP",
        "state": "COMPLETED",
        "pickup_details": {
          "pickup_at": "2023-04-14T17:40:37.000Z",
          "note": "",
          "placed_at": "2023-04-14T17:26:42.739Z",
          "accepted_at": "2023-04-14T17:52:22.050Z",
          "ready_at": "2023-04-14T17:52:22.050Z",
          "schedule_type": "ASAP",
          "recipient": {
            "display_name": "Brittany N",
            "email_address": "[email protected]",
            "phone_number": "8559731040"
          },
          "picked_up_at": "2023-04-14T17:52:22.050Z"
        }
      }
    ],

order id: qM41QmsXPVpiqgsYIfyrSDQtqDdZY

That phone number was what DoorDash passed in when creating the order. You’ll want to reach out to DoorDash and ask why there passing the same number for all orders since it’s something they set when calling the API. :slightly_smiling_face: