post https://developer.api.stg.walmart.com/api-proxy/service/WPA/Api/v1/api/v2/snapshot/recommendations
Submit Recommendation Snapshot V2 Request
Response
Submit Recommendation Snapshot V2 Request
xxxxxxxxxx
curl --request POST \
--url https://developer.api.stg.walmart.com/api-proxy/service/WPA/Api/v1/api/v2/snapshot/recommendations \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"recommendationType": "troasRecommendations"
}
'
xxxxxxxxxx
{
"code": "success",
"details": "string",
"snapshotId": "string",
"jobStatus": "pending"
}