Upload a catalog

You can upload a product catalog via API, or via FTP. This allows you to upload a full catalog file without needing to update records one by one. The existing catalog will be overwritten upon submission.

To update a product catalog, the following conditions must be met:

  • The catalog must already exist.
  • The catalog must be provided as a file and not raw data in the request body.
  • If the catalog uses the Google Merchant Center (GMC) format, the file must be a TXT (tab-delimited) or XML file.
  • If the catalog uses a custom format, the file must be a CSV (comma-delimited) or XML file.
  • The file must be less than 1GB in size.

Parameters

No parameters.

Returns

Returns a 200 OK status.

Example Request


curl --location 'https://api.impact.com/Advertisers/<AccountSID>/Catalogs/<CatalogID>/Upload' \
--header 'Authorization: Basic Auth' \
--form 'data=@"/<Catalog_File_Path>"'