localizations
Operations addressed under /localizations — 10 operations.
product-get-localization-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LocalizationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeproduct-get-localization-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
product-create-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_1 | 400 |
product-create-localization › Request Body
codetypeproduct-create-localization › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
product-get-localization-id-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LocalizationDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
codeproduct-get-localization-id-by-code › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
product-get-localization-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LocalizationDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idproduct-get-localization-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
product-update-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idproduct-update-localization › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-delete-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idproduct-delete-localization › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-get-localization-translation-by-localization-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LocalizationTranslationDto>.
| Field | Declared type | Nullable |
|---|---|---|
TranslationId | Guid | no |
LanguageCode | string | no |
Context | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
path Parameters
idproduct-get-localization-translation-by-localization-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
product-create-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_2 | 400 |
ERR_LCLZ_3 | 400 |
path Parameters
idproduct-create-localization-translation › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-update-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
ERR_LCLZ_4 | 400 |
path Parameters
idtranslationIdproduct-update-localization-translation › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
product-delete-localization-translation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status |
|---|---|
ERR_LCLZ_3 | 400 |
ERR_LCLZ_4 | 400 |
path Parameters
idtranslationIdproduct-delete-localization-translation › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.