Hi,
I have issues when trying to create a ResourceFeedback. A request like this:
await shopify.resourceFeedback.create({
state: 'requires_action',
messages: ['is not connected. Connect your account to use this sales channel.'],
feedback_generated_at: new Date().toISOString(),
});
always throws this error:
{
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "url" argument must be of type string. Received undefined',
}
Stack trace:
TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received undefined
at validateString (internal/validators.js:118:11)
at Url.parse (url.js:159:3)
at Object.urlParse [as parse] (url.js:154:13)
at <project_folder>/node_modules/shopify-api-node/index.js:141:42
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Kind regards
Hi,
I have issues when trying to create a ResourceFeedback. A request like this:
always throws this error:
Stack trace:
Kind regards