Hi guys,
I can not create or update store via api
This is a issue:
Create or update store for portal_id=‘22115039’ failed with error: 500
stdClass Object
(
[status] => error
[message] => internal error
[correlationId] => aaf8bd25-9962-4d14-96bf-80cc3cd8581f
)
Endpoint: https://api.hubapi.com/extensions/ecomm/v2/stores
Parameters:
$params = [
“id” => 10,
“label” => ‘Store name’,
“adminUri” => ‘https://test.local.com’
];
Can someone please tell me how can i resolve this problem?
Many thanks!