company_location
The company location used by the customer when placing an order.
To learn about B2B functionality, please refer to the B2B Company.Properties
The company associated with the location.
Returns true if the location is currently selected; otherwise, returns false.
Location ID.
The metafields applicable to the company location.
Tip
To learn about how to create metafields, refer to Guide to Using Metafields Feature.
Location name.
Shipping address of the location.
Tax ID of the location.
The URL to set the location as the customer's current location.
Object Example
{
"company": {},
"current": false,
"id": "6070667918748164997",
"metafields": {},
"name": "99 Cauldron Lane",
"shipping_address": {},
"tax_registration_id": null,
"url_to_set_as_current": "https://mysite.myshopline.com/company_location/update?location_id=6070667918748164997&return_to=/resource"
}
Was this article helpful to you?