Import Settings Input

Import settings applicable to all product rows in a product import .csv file.
Root XML tag
<importSettings>
JSON example
{
   "importSettings":{
      "webstore":{
         "webstoreId":"storeId"
      }
      "category":{
         "productCatalogId":"0ZSRM00000004Fk4AI"
      },
      "media":{
         "cmsWorkspaceId":"0ZuRM0000000Fcz0AE"
      },
      "price":{
         "pricebookAliasToIdMapping":{
            "original":"01sRM000004aArJYAU",
            "sales":"01sRM000004aArIYAU",
            "wintersales":"01sRM000004aArKYAU"
         }
      },
      "entitlement":{
         "defaultEntitlementPolicyId":"1CeRM00000003o40AA"
      }
   }
}
Properties
Name Type Description Required or Optional Available Version
category Category Settings Input Category settings for a product import operation. Required for a global import if you specify one or more category-related column headings in your .csv file. For store imports, if you don’t specify a category, import uses the default catalog for the store. 54.0
entitlement Entitlement Settings Input Entitlement settings for a product import operation. Required for a global import if you specify one or more entitlement-related column headings in your .csv file. For store imports, if you don’t specify an entitlement, import uses the default entitlement for the store. 54.0
media Media Settings Input Media settings for a product import operation. Required for a global import if you specify one or more media-related column headings in your .csv file. For store imports, if you don’t specify a CMS workspace, import uses the default CMS workspace for the store. 54.0
price Price Settings Input Price settings for a product import operation. Required for a global import if you specify one or more price-related column headings in your .csv file. For store imports, if you don’t specify a price, import uses the default price books for the store. 54.0
webstore Webstore Settings Input Webstore to associate with an asynchronous product import job. If no webstore is specified, the imported products are made globally available. If webstore is included, the import is for the specified store. Optional; used only for asynchronous import jobs 57.0