Skip to content

3.0.0 General Release 2024-08-01

Latest
Compare
Choose a tag to compare
@ennenine ennenine released this 01 Aug 20:21
bafd1a1

A few of ShopReceipt’s fields are now nullable. These include:

  • first_line
  • second_line
  • city
  • state
  • zip
  • country_iso

The impacted endpoints are:

Previously these fields would return an empty string if the request was not authorized to access the data, now the field will not be present in the response if the request is not authorized.

No changes were introduced on how access is determined.