Skip to content

Commit

Permalink
Update VTEX - Marketplace APIs - Suggestions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anabaarbosa committed Sep 25, 2024
1 parent bfab52a commit 70f6c04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions VTEX - Marketplace APIs - Suggestions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@
"items": {
"type": "string",
"description": "Each item in the array represents a specification that is mapped to either a product or SKU.",
"example": []
"example": "color=red"
}
},
"MatchFlux": {
Expand All @@ -1629,7 +1629,10 @@
"Description": null
}
],
"SpecificationsMapping": [],
"SpecificationsMapping": [
"color=red",
"size=L"
],
"MatchFlux": "autoApprove"
}
},
Expand Down

0 comments on commit 70f6c04

Please sign in to comment.