API – Get Customer Portal
-
I receive orders through the WooCommerce API. The customer meta_data will give me the “selected_portal” id:
"meta_data": [
{
"id": 33369,
"key": "selected_portal",
"value": "1820"
},I would like to know the Portal name for that ID but I can’t find an API endpoint to retrieve the portal name.
Is there an API endpoint in the REST API for me to retrieve portal details? Thanks
https://woocommerce.github.io/woocommerce-rest-api-docs/?shell#retrieve-a-customer
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘API – Get Customer Portal’ is closed to new replies.