BigCommerce user defined custom fields for address and customer
问题 I need to retrieve custom field values for customers and addresses using the Big Commerce API. There appears to be a facility for this for custom product fields; https://developer.bigcommerce.com/api/stores/v2/products/custom_fields However no documentation exists for customers and addresses. I tried to access with a similar URL to the products custom fields URL (ie. GET /stores/{store_hash}/v2/customers/{customer_id}/custom_fields) with no success I realise a similair question has been asked