Mission: SERVERLESS 101
Task: Invoke the API Service using generated client SDK
Hi!
I am doing API request (purchase) and getting “Cache Key must be provided and must be a string.” message…
Any ideas on what I am doign wrong?
Thanks!
Mission: SERVERLESS 101
Task: Invoke the API Service using generated client SDK
Hi!
I am doing API request (purchase) and getting “Cache Key must be provided and must be a string.” message…
Any ideas on what I am doign wrong?
Thanks!
Hello,
What does the request body look like in the API service invocation?
Regards,
Mark
Thanks, Inna!
Yes, I got it - What would the json be?
Thanks!
Regards,
Dmytro
Yes, this is what I did, but did not get how to send the cart name.
Can the cart name be sent via URL / JSON? How?
Thanks!
Just include the following in the request body:
“YourCartName”
Worked with {“cartName”: “MyCart”}
Thanks!
Regards,
D