Hi Gopala,
I am creating custom connector for woocommerce using different ways,
1) Starting from blank, it gives me below error in Response:
{
"code": "woocommerce_rest_cannot_view",
"message": "Sorry, you cannot list resources.",
"data": {
"status": 401
}
}
I am wondering what to provide in Security for authentication for woocommerce.
2) Creating from Open API URL with below link :
"https://example.org/wp-json/wc/v3/orders/?consumer_key&consumer_secret"
it's giving me error :
Specified swagger has the following errors: 'Definition is not valid. Error: 'Error : 0 : The property '0' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 1 : The property '1' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 2 : The property '2' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 3 : The property '3' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 4 : The property '4' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 5 : The property '5' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 6 : The property '6' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 7 : The property '7' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 8 : The property '8' is not valid. If this property is an extension, its name must begin with "x-".
## Error : 9 : The property '9' is not valid. If this property is an extension, its name must begin with "x-".
'
and not even allowing to create connector.
3) I also tried with creating collection in POSTMAN and then importing in Power Automate.
However, in POSTMAN it has created with version V2/ V2.1 but in power automate it requires V1 format.
Error : The imported Postman Collection file does not have any requests, or is not in the Postman Collection V1 format.
Can you please help with providing your suggestion on this?