get https://partner-api.yelp.com/checkout/orders//user_info/v3
Get user-provided information for delivery or fulfillment purposes.
This may only be called after the user submitted their billing or fulfillment info on Yelp's checkout page (i.e. Order status needs to be anything but pending_user_submit
).
This depends on what the Partner specified for the Order's service type.
For example, for Orders of at_customer
this may be customer_address
and phone
.
See FulfillmentUserInfo for more info.
This endpoint is part of the Checkout API, visit Checkout API to learn more.