Preparing search index...
The search index is not available
@gradientedge/commercetools-utils
@gradientedge/commercetools-utils
CommercetoolsRequestResponse
Interface CommercetoolsRequestResponse
Represents the request and response for a request made to commercetools
interface
CommercetoolsRequestResponse
{
request
:
{
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
method
:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
;
url
:
string
;
}
;
response
:
{
code
?:
string
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
message
?:
string
;
status
?:
number
;
}
;
stats
:
CommercetoolsRequestResponseStats
;
}
Index
Properties
request
response
stats
Properties
request
request
:
{
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
method
:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
;
url
:
string
;
}
response
response
:
{
code
?:
string
;
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
message
?:
string
;
status
?:
number
;
}
stats
stats
:
CommercetoolsRequestResponseStats
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
response
stats
@gradientedge/commercetools-utils
Loading...
Represents the request and response for a request made to commercetools