In the Shopify FulfillmentOrder resource, when a sales order is created with a B2B client, the ‘company’ field is not always filled with the company data; sometimes it is, and other times it is not, showing a ‘null’ value.
“destination”: {
“id”: 54433189,
“address1”: “123 Amoebobacterieae St”,
“address2”: “Unit 806”,
“city”: “Ottawa”,
“company”: “”,
“country”: “Canada”,
“email”: “bob@example.com”,
“first_name”: “Bob”,
“last_name”: “Bobsen”,
“phone”: “(555)555-5555”,
“province”: “Ontario”,
“zip”: “K2P0V6”
},