You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GoAffPro.Client.Generated/Generated/User/Feed/Orders/OrdersRequestBuilder.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public OrdersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas
34
34
{
35
35
}
36
36
/// <summary>
37
-
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`).The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
37
+
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`). Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`.The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`).The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
64
+
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`). Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`.The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`).The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
92
+
/// Returns orders attributed to the authenticated affiliate across enrolled stores.**IMPORTANT:** `limit` and `offset` must be provided or the endpoint returns an empty result set (confirmed empirically on 2026-02).Date range filtering uses `created_at_min` / `created_at_max`, both accepting ISO-8601 UTC timestamps (e.g. `2026-02-24T00:00:00.000Z`). Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`.The `fields` parameter is required.**Note:** `website` and `store_name` appear in order objects regardless of the `fields` selection; they may always be returned.
/// <summary>Upper bound for `created_at` filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`.</summary>
97
+
/// <summary>Upper bound for `created_at` filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`.</summary>
98
98
[QueryParameter("created_at_max")]
99
99
publicDateTimeOffset?CreatedAtMax{get;set;}
100
-
/// <summary>Lower bound for `created_at` filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`.</summary>
100
+
/// <summary>Lower bound for `created_at` filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`.</summary>
101
101
[QueryParameter("created_at_min")]
102
102
publicDateTimeOffset?CreatedAtMin{get;set;}
103
103
/// <summary>Order fields to include in each result item.</summary>
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
97
+
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
98
98
[QueryParameter("end_time")]
99
99
publicDateTimeOffset?EndTime{get;set;}
100
100
/// <summary>Maximum number of items to return per page.</summary>
@@ -116,7 +116,7 @@ public partial class PayoutsRequestBuilderGetQueryParameters
116
116
[QueryParameter("site_ids")]
117
117
public stringSiteIds{get;set;}
118
118
#endif
119
-
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
119
+
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
99
+
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
100
100
[QueryParameter("end_time")]
101
101
publicDateTimeOffset?EndTime{get;set;}
102
102
/// <summary>Maximum number of items to return per page.</summary>
@@ -118,7 +118,7 @@ public partial class RewardsRequestBuilderGetQueryParameters
118
118
[QueryParameter("site_ids")]
119
119
public stringSiteIds{get;set;}
120
120
#endif
121
-
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
121
+
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
97
+
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
98
98
[QueryParameter("end_time")]
99
99
publicDateTimeOffset?EndTime{get;set;}
100
100
/// <summary>Maximum number of items to return per page. **Required** — omitting this parameter causes the endpoint to return an empty result set.</summary>
@@ -116,7 +116,7 @@ public partial class TrafficRequestBuilderGetQueryParameters
116
116
[QueryParameter("site_ids")]
117
117
public stringSiteIds{get;set;}
118
118
#endif
119
-
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
119
+
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
97
+
/// <summary>End of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-28T23:59:59.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
98
98
[QueryParameter("end_time")]
99
99
publicDateTimeOffset?EndTime{get;set;}
100
100
/// <summary>Stat columns to include in each result item.</summary>
@@ -134,7 +134,7 @@ public partial class AggregateRequestBuilderGetQueryParameters
134
134
[QueryParameter("site_ids")]
135
135
publicstringSiteIds{get;set;}
136
136
#endif
137
-
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
137
+
/// <summary>Start of the time window for filtering. ISO-8601 UTC timestamp, e.g. `2026-02-01T00:00:00.000Z`. Preferred wire form is `yyyy-MM-ddTHH:mm:ss.000Z`. Exact filtering behaviour has not been fully verified against the API.</summary>
0 commit comments