get https://developers.yotpo.com/v2//orders?access_token=
Retrieves all available Yotpo orders per account. This call will return order metrics such as order id
, user_name
, user_email
, product_url
, external_product_id
, and more.
Orders Data - Response Attributes
Attributes | Description |
---|---|
id | Order ID |
user_email | The customer's email address |
user_name | The customer's name |
order_id | The external order ID |
external_product_id | The external product ID |
product_url | The URL of the product page |
order_date | The timestamp generated upon order placement |
product_description | A description of the product |
created_at | The timestamp generated upon the object creation in Yotpo |