Catalog Locale Manager API (1.0.0)
Download OpenAPI specification:Download
Description
Catalog Locale Manager Service for SFCC NewStore ConnectorLists one catalog import mapping for a tenant
Lists one catalog import mapping for a tenant
path Parameters
sfccCatalogName required | string |
header Parameters
tenant required | string |
Responses
Response samples
- 200
- 404
- 500
Content type
application/json
{- "catalog_name": "brd-products-newstore",
- "import_configuration": [
- "string"
]
}
Creates or overwrites an existing catalog import configuration
Creates or overwrites an existing catalog import configuration
path Parameters
sfccCatalogName required | string |
header Parameters
tenant required | string |
Request Body schema: application/json
Array
newstore_catalog_id required | string |
locale required | string |
is_master required | boolean |
default_locale required | string |
master_catalog required | string |
Responses
Request samples
- Payload
Content type
application/json
[- {
- "newstore_catalog_id": "storefront-catalog-en",
- "locale": "en-US",
- "is_master": true,
- "default_locale": "x-default",
- "master_catalog": "brd-products-newstore"
}
]
Response samples
- 200
- 400
- 500
Content type
application/json
{- "message": "example message"
}