"""Product Metadata Update constants.""" PRODUCT_HAS_DIFFERENT_LOCAL_IDS = 'Product (UPC \'{}\') with localId \'{}\'' \ ' in SWB already exists in Orchard with a' \ ' different localId \'{}\'.' PRODUCT_DOES_NOT_EXIST_IN_ORCHARD = 'Product (UPC \'{}\') with localId ' \ '\'{}\' in SWB does not exist in Orchard.' PRODUCT_ALREADY_EXISTS_IN_ORCHARD = 'Product (UPC \'{}\') with no localId ' \ 'in SWB already exists in Orchard.' DUMMY_PRODUCT_DIFFERENT_TARGET = ( 'Not for distribution Product (UPC: "{}", Product ID: "{}") found in the' ' Orchard but under a different target vendor and subaccount than what' ' the Switchboard deal has specified. ' '(Vendor ID: "{}", Subaccount ID: "{})"' ) CANNOT_RELEASE_CORRECT_VIDEO_PRODUCT = ( 'Cannot update completed video product via release correction.') CANNOT_RELEASE_CORRECT_VIDEO_PRODUCT_CODE = 'error_updating_product'