Typescript SDK Type Docs
Preparing search index...
Import API SDK
ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder
Class ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
post
Constructors
constructor
new
ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
importContainerKey
:
string
;
projectKey
:
string
}
;
}
,
)
:
ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
importContainerKey
:
string
;
projectKey
:
string
}
;
}
Returns
ByProjectKeyPricesImportContainersByImportContainerKeyRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
importContainerKey
:
string
;
projectKey
:
string
}
;
}
Methods
post
post
(
methodArgs
:
{
body
:
PriceImportRequest
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
}
,
)
:
ApiRequest
<
ImportResponse
>
Creates an Import Request for Embedded Prices.
Parameters
methodArgs
:
{
body
:
PriceImportRequest
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
Returns
ApiRequest
<
ImportResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
post
Typescript SDK Type Docs
Loading...
Creates an Import Request for Embedded Prices.