An order has a publication. A publication has a name. So I can see that an order came from the “Online Store”.
The API tells me the name is now deprecated, so do not use it. Instead, they say, use the catalog assigned to the order, and use the catalog title.
OK. But that does not compute. It returns null. So what is the deal Shopify? How do we use your API, stay in compliance, and get the data we need? My App reading this order needs the value “Online Store” provided by name, a deprecated field. Suggestions?
Example data from 2023-04
"publication": {
"catalog": null,
"name": "Online Store"
}