Skip to content

Commit

Permalink
Update Src/VTEXFeedV3Integration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 7, 2024
1 parent 4f968f8 commit 30dd954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEXFeedV3Integration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public async Task<string> GetFeedOrderStatus1Async()
var request = new HttpRequestMessage(
HttpMethod.Get,
"https://api.vtex.com/your-account/feed/orders/status"
);
request.Headers.Add("X-VTEX-API-AppKey", _apiKey);
request.Headers.Add("X-VTEX-API-AppToken", _apiToken);

Expand Down

0 comments on commit 30dd954

Please sign in to comment.