Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/shipping-api-v2
DateRange
Interface DateRange
Date Range for query the results.
interface
DateRange
{
endDate
?:
string
;
startDate
?:
string
;
}
Index
Properties
end
Date?
start
Date?
Properties
Optional
end
Date
endDate
?:
string
end date for query.
Optional
start
Date
startDate
?:
string
Start Date for query .
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
Date
start
Date
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
Date Range for query the results.