Gets a portal catalog.
Name | Description | Additional information |
---|---|---|
portalCatalogId | The ID of the portal catalog. |
Define this parameter in the request URI. |
Name | Description | Usage |
---|---|---|
catalog | This will retrieve the related catalog. | GET portalcatalogs/{portalCatalogId}?expand=catalog |
portal | This will retrieve the related list of portals. | GET portalcatalogs/{portalCatalogId}?expand=portal |
If this endpoint supports expands, they will be included in the sample response body below. However, please note that expands are NOT included in the response body by default. Expands are only included in the response body if they came through as part of the request.
{
"PortalCatalog": {
"Catalog": {
"CatalogId": 1,
"ExternalId": null,
"IsActive": true,
"Name": "Fine Foods Catalog",
"PortalId": null,
"PreserveCategories": false,
"IsDefault": false,
"IsFromSitecore": false,
"ProductIds": null,
"ProductCount": 0,
"CategoryCount": 0
},
"CatalogId": 4,
"CssId": 3,
"LocaleId": 43,
"PortalCatalogId": 1,
"Portal": {
"AdminEmail": "admin@test.com",
"CompanyName": "MaxWell's",
"Catalogs": [],
"CurrencyTypeId": 107,
"CustomerServiceEmail": "customerservice@test.com",
"CustomerServicePhoneNumber": "555-111-2222",
"DefaultAnonymousProfileId": 1,
"DefaultOrderStateId": 50,
"DefaultProductReviewStateId": 10,
"DefaultRegisteredProfileId": 2,
"DefaultReviewStatus": "N",
"DimensionUnit": "IN",
"EmailListDefaultList": null,
"EmailListPassword": null,
"EmailListUsername": null,
"EnableAddressValidation": true,
"EnableCustomerPricing": false,
"EnablePims": false,
"ExternalId": null,
"FedExAccountNumber": "icZ1z0zfF54=",
"FedExAddInsurance": true,
"FedExClientProductId": "KHHG",
"FedExClientProductVersion": "3203",
"FedExCspKey": "vuB2Ui3CCpHkCs53",
"FedExCspPassword": "TAt234utxOFiJuJM2Yw0oL7sD",
"FedExDropoffType": "REGULAR_PICKUP",
"FedExMeterNumber": "icZ1z0zfF54=",
"FedExPackagingType": "YOUR_PACKAGING",
"FedExProductionKey": "icZ1z0zfF54=",
"FedExSecurityCode": "icZ1z0zfF54=",
"FedExUseDiscountRate": false,
"GoogleAnalyticsCode": null,
"ImageNotAvailablePath": "~/data/default/images/noimage.gif",
"InclusiveTax": true,
"IsActive": true,
"IsShippingTaxable": false,
"LocaleId": 43,
"LogoPath": "~/data/default/content/maxwell.gif",
"MasterPage": null,
"MaxCatalogCategoryDisplayThumbnails": 5,
"MaxCatalogDisplayColumns": 4,
"MaxCatalogDisplayItems": 12,
"MaxCatalogItemCrossSellWidth": 97,
"MaxCatalogItemLargeWidth": 450,
"MaxCatalogItemMediumWidth": 250,
"MaxCatalogItemSmallThumbnailWidth": 37,
"MaxCatalogItemSmallWidth": 100,
"MaxCatalogItemThumbnailWidth": 50,
"MobileTheme": "b2b",
"OrderReceiptAffiliateJavascript": null,
"PersistentCartEnabled": true,
"PortalCatalogs": [],
"PortalCountries": [],
"PortalId": 1,
"RequireValidatedAddress": true,
"SalesEmail": "sales@test.com",
"SalesPhoneNumber": "555-111-2222",
"SeoDefaultCategoryDescription": null,
"SeoDefaultCategoryKeyword": null,
"SeoDefaultCategoryTitle": null,
"SeoDefaultContentDescription": null,
"SeoDefaultContentKeyword": null,
"SeoDefaultContentTitle": null,
"SeoDefaultProductDescription": null,
"SeoDefaultProductKeyword": null,
"SeoDefaultProductTitle": null,
"ShippingOriginAddress1": "123 Anywhere Street",
"ShippingOriginAddress2": "",
"ShippingOriginCity": "Columbus",
"ShippingOriginCountryCode": "US",
"ShippingOriginPhone": "555-111-2222",
"ShippingOriginStateCode": "OH",
"ShippingOriginZipCode": "43210",
"ShopByPriceIncrement": 20,
"ShopByPriceMax": 100,
"ShopByPriceMin": 0,
"ShowAlternateImageInCategory": false,
"ShowSwatchInCategory": false,
"SiteWideAnalyticsJavascript": null,
"SiteWideBottomJavascript": null,
"SiteWideTopJavascript": null,
"SmtpPassword": "icZ1z0zfF54=",
"SmtpPort": 25,
"SmtpServer": "",
"SmtpUsername": "icZ1z0zfF54=",
"SplashCategoryId": 81,
"SplashImageFile": "images_231110124101_061210031622.gif",
"StoreName": "Fine Foods",
"TimeZoneOffset": null,
"UpsKey": "icZ1z0zfF54=",
"UpsPassword": "icZ1z0zfF54=",
"UpsUsername": "icZ1z0zfF54=",
"UseDynamicDisplayOrder": false,
"UseSsl": true,
"WeightUnit": "LBS",
"OrderStatus": null,
"DefaultProductReviewStateName": null,
"CurrencySuffix": null,
"CurrencyName": null,
"CatalogName": null,
"CssName": null,
"ThemeName": null,
"LocaleDescription": null,
"IsEnableCompare": false,
"CompareType": null,
"TabMode": null,
"IsMultipleCouponAllowed": false,
"IsEnableSinglePageCheckout": false,
"MobileLogoPath": "images_231110124101_061210031622.gif",
"CurrencyTypeModel": {
"CurrencyTypeID": 0,
"Name": null,
"Description": null,
"CurrencySuffix": null,
"Symbol": null
},
"EnableSslForSmtp": false,
"RequireLogin": false,
"DisableSEO": false,
"AccountCreationDisabled": false,
"Splash1Path": null,
"Splash2Path": null,
"Splash3Path": null,
"CssCompiledURL": null,
"CssBaseURL": null,
"NeedsRecompile": false,
"PortalSetting": null,
"Domains": []
},
"PortalId": 5,
"ThemeId": 3,
"CSSName": null,
"ThemeName": null,
"CatalogName": null
},
"ErrorCode": null,
"ErrorMessage": null,
"StackTrace": null,
"AllowHtmlResponse": false,
"HasError": false,
"StringResponse": null
}